Project

General

Profile

Activity

From 09/06/2008 to 09/12/2008

09/12/2008

10:21 PM Bug #164 (Closed): set_trace_func no longer reports 'line', 'call' and 'return' events
=begin

=end
ko1 (Koichi Sasada)
10:21 PM Bug #161 (Closed): Profile library seems broken in 1.9 15427cat t.rv
=begin

=end
ko1 (Koichi Sasada)
06:45 PM Revision 2cc9b488 (git): * transcode.c (rb_econv_prepare_opts): raise ArgumentError if
a broken string is specified as a replacement.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19316 b2dd03c8-39d...
akr (Akira Tanaka)
06:32 PM Revision 965ff823 (git): * iseq.c (iseq_s_compile_file): use rb_file_open_str.
* io.c (rb_file_open_generic): call validate_enc_binmode.
(rb_file_open_str): call FilePathValue.
git-svn-id: sv...
akr (Akira Tanaka)
06:04 PM Feature #255: CGI element generation methods should convert keys/values to Strings before escaping.
=begin

=end
naruse (Yui NARUSE)
06:00 PM Revision 207ad0a2 (git): add tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
05:58 PM Revision 76c02f05 (git): * io.c (validate_enc_binmode): extracted from rb_io_extract_modeenc.
(rb_io_extract_modeenc): use validate_enc_binmode.
(io_encoding_set): call validate_enc_binmode.
git-svn-id: svn+...
akr (Akira Tanaka)
05:53 PM Revision 7e58885f (git): * transcode.c (rb_econv_prepare_opts): initialize *opt and return 0
if opthash is nil.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19312 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
05:30 PM Revision 41d3a014 (git): * enc/trans/escape.trans: transcoder name renamed to use underscore.
* transcode.c: follow the renaming.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19311 b2dd03c8-39d4-4d8f-98f...
akr (Akira Tanaka)
05:13 PM Revision 248acf00 (git): * transcode.c (rb_econv_init_by_convpath_i): new function.
(rb_econv_init_by_convpath): new function.
(econv_init): use rb_econv_init_by_convpath.
git-svn-id: svn+ssh://ci....
akr (Akira Tanaka)
04:13 PM Revision cf861763 (git): * transcode.c (econv_args): take snamev_p and dnamev_p to prevent
possible GC problem.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
03:39 PM Revision c6ff62d2 (git): * 2008-09-13
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19308 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:39 PM Revision aa423b93 (git): * transcode.c (enc_arg): take arg as VALUE * to prevent GC problem.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19307 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:20 PM Revision c0bd38eb (git): * transcode.c (rb_econv_add_transcoder_at): fix loop condition.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19306 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:53 PM Revision 2d80b169 (git): * transcode.c (decorator_names): extracted from rb_econv_open.
(rb_econv_open): use decorator_names.
(econv_args): extracted from econv_init.
(econv_init): use econv_args.
(d...
akr (Akira Tanaka)
12:58 PM Revision 89a5c998 (git): * transcode.c (rb_econv_t): new field: num_allocated.
(rb_econv_alloc): extracted from
rb_econv_open_by_transcoder_entries.
(rb_econv_add_transcoder_at): extracted fro...
akr (Akira Tanaka)
12:23 PM Revision 19438eee (git): * transcode.c (rb_econv_t): new field: started.
(rb_econv_open_by_transcoder_entries): initialize started field.
(rb_econv_convert): set started field.
(rb_econv...
akr (Akira Tanaka)
11:31 AM Revision 290ae0ea (git): comment modified.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19302 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:30 AM Revision 0de51bcc (git): add tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19301 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:30 AM Revision 2af2eb28 (git): * regenc.c (onigenc_single_byte_code_to_mbc): follow OnigEncoding
change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19300 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
11:02 AM Revision eca8de63 (git): * regparse.c (parse_exp): fix resource leak.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e mame (Yusuke Endoh)

09/11/2008

04:37 PM Revision d1724ecb (git): * 2008-09-12
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19298 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:37 PM Revision 3f1a95ce (git): * ext/syck/node.c (syck_replace_str2): fix wrong check to free ptr.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e mame (Yusuke Endoh)
02:10 PM Feature #542: cgi.rb : CGI::unescape return encoding
=begin
藤岡です。

Tanaka Akira さんは書きました:
>> encoding情報はもらえないので、期待するしかないです。
>> だからといってASCII-8BITかUS-ASCIIのどちらでしか
>> ...
xibbar (Takeyuki FUJIOKA)
11:15 AM Revision 73412af5 (git): * test/win32ole/test_err_in_callback.rb (teardown): get rid
of infinite loop.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
suke (Masaki Suketa)
10:34 AM Revision d51b0615 (git): * include/ruby/oniguruma.h (OnigCodePoint): unsigned long to unsigned int.
* include/ruby/encoding.h (rb_enc_codepoint): ditto.
* encoding.c (rb_enc_codepoint): signed int to unsigned int.
*...
naruse (Yui NARUSE)
10:10 AM Revision 9886722c (git): * ext/iconv/iconv.c: add attention for machine independent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
06:30 AM Revision 63471c7c (git): * bignum.c (bigdivrem): adjust length for division and remainder.
a patch from TOYOFUKU Chikanobu <nobu_toyofuku at nifty.com> in
[ruby-dev:36231].
git-svn-id: svn+ssh://ci.ruby-la...
matz (Yukihiro Matsumoto)
02:40 AM Revision ba753443 (git): * bignum.c (big2str_karatsuba): remove unnecessary fixnum code. a
patch from TOYOFUKU Chikanobu <nobu_toyofuku at nifty.com> in
[ruby-dev:36217].
git-svn-id: svn+ssh://ci.ruby-lang...
matz (Yukihiro Matsumoto)
12:45 AM Feature #546: String#gsub と Strnig#scan のブロックパラメータの一致
=begin
岩室です。

うえ、MatchDataにするんですか? scanと一致させて欲しいなぁ、と思ってるんですが……。

# scanもMatchDataにしたら、統一性は取れるだろうけど、もっと激しく、ぎゃっとなる...
iwa (Motonori IWAMURO)
12:33 AM Feature #546: String#gsub と Strnig#scan のブロックパラメータの一致
=begin
岩室です。

この件、しばらく検討してみた結果、以下のように考えています。

・ブロックパラメータをscanと一致させることで、統一性が得られ、また、何より、マッチした文字列を$1, $2,
...ではなく名...
iwa (Motonori IWAMURO)
12:34 AM Bug #547: IPV6系の定数が未定義
=begin
岩室です。

# 反応が遅いですが……。

2008/09/08 18:40 Yukihiro Matsumoto <[email protected]>:
> とりあえずTCP/IPV6関係で必要なものに...
iwa (Motonori IWAMURO)

09/10/2008

11:18 PM Bug #555: method_missing in Gem module removes some necessary methods
=begin

=end
ko1 (Koichi Sasada)
06:54 AM Bug #555 (Closed): method_missing in Gem module removes some necessary methods
=begin
I found something strange in Ruby 1.9 bundled Rubygems(gem_prelude.rb).

(1) there's a method named defau...
matsuda (Akira Matsuda)
11:17 PM Bug #549: ri -f html mungles constants
=begin

=end
ko1 (Koichi Sasada)
11:16 PM Feature #546: String#gsub と Strnig#scan のブロックパラメータの一致
=begin

=end
ko1 (Koichi Sasada)
03:34 PM Feature #546: String#gsub と Strnig#scan のブロックパラメータの一致
=begin
検索すると標準添付ライブラリでもひっかかっていますが、
こちらについてはすでに対処済みです。

まぁ、ぎゃっとなるケースでも、ブロックパラメータが String から MatchData になるだけなので、...
naruse (Yui NARUSE)
07:43 PM Revision 5cebd713 (git): fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19291 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
06:00 PM Revision 7e0b2b1d (git): * io.c (io_binwrite): extracted from io_fwrite.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
05:45 PM Revision 1bd34a09 (git): properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:26 PM Revision 10ddce38 (git): * transcode.c (make_encoding): new function.
(make_encobj): new function.
(econv_s_asciicompat_encoding): use make_encoding.
(rb_econv_open_exc): use SUPPLEME...
akr (Akira Tanaka)
05:15 PM Revision c25f22fb (git): * 2008-09-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:15 PM Revision 4e93ace2 (git): * transcode.c (econv_convpath): new method.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19286 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:19 PM Feature #542: cgi.rb : CGI::unescape return encoding
=begin
藤岡です。

>>> 成瀬さんとやり取りをした結果、やはりヘッダのcharsetを見て
>>> そのencodingをつけてあげるのが筋だろうという話になりました。
>> ブラウザはここで利用できる chars...
xibbar (Takeyuki FUJIOKA)
03:17 PM Feature #542: cgi.rb : CGI::unescape return encoding
=begin

On Wed, 10 Sep 2008 14:33:34 +0900
In article <[email protected]>
[[ruby-dev:36241] Re: [Feature...
Tietew (Toru Iwase)
02:52 PM Feature #542: cgi.rb : CGI::unescape return encoding
=begin

On Wed, 10 Sep 2008 13:51:26 +0900
In article <[email protected]>
[[ruby-dev:36239] Re: [Feature #5...
Tietew (Toru Iwase)
02:40 PM Feature #542: cgi.rb : CGI::unescape return encoding
=begin
藤岡です。

>> 成瀬さんとやり取りをした結果、やはりヘッダのcharsetを見て
>> そのencodingをつけてあげるのが筋だろうという話になりました。
>
> ブラウザはここで利用できる char...
xibbar (Takeyuki FUJIOKA)
02:20 PM Bug #551 (Closed): SIZE_MAX is not defined in VC++
=begin
r19240で対応しました。
# このチケットの存在に気づいてませんでした。すみません
=end
usa (Usaku NAKAMURA)
02:07 PM Revision a4a3c855 (git): * tool/compile_prelude.rb: print "<internal:prelude>" instead of
"prelude.rb" on stack trace. [ruby-dev:36129]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19285 b2dd03c8-39d...
mame (Yusuke Endoh)
12:15 PM Revision 22fe2621 (git): * test/win32ole/test_err_in_callback.rb: InternetExplorer should
be closed.
* test/win32ole/err_in_callback.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19284 b2dd...
suke (Masaki Suketa)
11:57 AM Revision 3cf69b5d (git): test modified.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:33 AM Bug #554: Sync_m#sync_try_lockの引数が無視されている
=begin
石塚圭樹 さんは書きました:
>> http://rubyforge.org/tracker/index.php?func=detail&aid=11680&group_id=426&atid=1700
> その通...
akira (akira yamada)
10:27 AM Bug #554 (Closed): Sync_m#sync_try_lockの引数が無視されている
=begin
Applied in changeset r19280.
=end
akira (akira yamada)
12:10 AM Bug #554: Sync_m#sync_try_lockの引数が無視されている
=begin
けいじゅ@いしつかです.

In [ruby-dev :36234 ] the message: "[ruby-dev:36234] Re: [Bug #554]
Sync_m#sync_try_lockの引数が...
keiju (Keiju Ishitsuka)
09:34 AM Revision 3da03397 (git): * lib/uri/common.rb (URI::Parser): new class.
* lib/uri/mailto.rb, lib/uri/generic.rb: follow the above change.
* test/uri/test_parser.rb: added tests for...
akira yamada
01:36 AM Revision 0bedb3e5 (git): * lib/cgi/cookie.rb (CGI::Cookie#to_s): performance improvement
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19281 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Takeyuki FUJIOKA
01:22 AM Revision 3293f6cf (git): * lib/sync.rb (Sync_m#sync_exclusive): fixed
typo. [ruby-dev:36233] [RubyForge#11680]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19280 b2dd03c8-39d4-4d8...
akira yamada

09/09/2008

10:44 PM Bug #554: Sync_m#sync_try_lockの引数が無視されている
=begin
http://rubyforge.org/tracker/index.php?func=detail&aid=11680&group_id=426&atid=1700
でした。

akira yamada さんは...
akira (akira yamada)
10:37 PM Bug #554 (Closed): Sync_m#sync_try_lockの引数が無視されている
=begin
こうだったりしないでしょうか?:

--- lib/sync.rb (revision 19272)
+++ lib/sync.rb (working copy)
@@ -126,9 +126,9 @@...
akira (akira yamada)
10:01 PM Bug #553 (Closed): REXML::Document#write(io, 1, true, true) #=> NameError/ArgumentError
=begin
以下でNameErrorになります。

>> require "rexml/document"
=> true
>> REXML::Document.new("<a><b/></a>").write($...
akira (akira yamada)
06:59 PM Feature #542 (Rejected): cgi.rb : CGI::unescape return encoding
=begin
いずれencodingの自動付与機能を搭載するということで、
このチケットは閉じます。
=end
xibbar (Takeyuki FUJIOKA)
04:59 PM Revision 06d8db19 (git): * tool/transcode-tblgen.rb (StrSet#hash): cache hash value.
(ActionMap#hash): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19279 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
04:27 PM Revision 2d26208a (git): * include/ruby/encoding.h (econv_after_output): renamed from
econv_output_followed_by_input.
(ECONV_AFTER_OUTPUT): renamed from ECONV_OUTPUT_FOLLOWED_BY_INPUT.
* transcode.c: ...
akr (Akira Tanaka)
04:18 PM Revision 3cc7c9d0 (git): * transcode.c (get_replacement_character): don't return ASCII
incompatible replacements.
(make_replacement): don't convert the result of
get_replacement_character.
git-svn-...
akr (Akira Tanaka)
04:06 PM Revision 817a623d (git): * enc/trans/newline.trans (rb_universal_newline): swap src_encoding
and dst_encoding.
* transcode.c (rb_econv_decorate_at): call get_transcoder_entry only
once.
(rb_econv_binmode):...
akr (Akira Tanaka)
03:02 PM Revision 1a9887ac (git): * 2008-09-10
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19275 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:02 PM Revision baac56be (git): * include/ruby/io.h (rb_io_t): rename field: writeconv_stateless to
writeconv_asciicompat.
* io.c: follow the renaming.
* gc.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t...
akr (Akira Tanaka)
02:56 PM Revision dda64cab (git): * io.c (io_fwrite): raise an error if ASCII incompatible string
written for text mode IO without encoding conversion.
(rb_io_extract_modeenc): binmode requirement changed.
git-...
akr (Akira Tanaka)
01:09 PM Revision 0bbda397 (git): * lib/cgi*: split cgi.rb into four files. [ruby-dev:36041]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19272 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Takeyuki FUJIOKA
12:22 PM Revision d456f7e3 (git): * include/ruby/encoding.h (ECONV_DECORATOR_MASK): merge
ECONV_ENCODER_MASK and ECONV_DECORATOR_MASK.
(ECONV_UNIVERSAL_NEWLINE_DECORATOR): renamed from
ECONV_UNIVERSAL_NE...
akr (Akira Tanaka)
11:59 AM Revision a729be84 (git): fix typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19270 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:57 AM Revision 8c2d4076 (git): * transcode.c (rb_econv_open0): make it static.
(rb_econv_open): place decorators at last.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19269 b2dd03c8-39d4-4...
akr (Akira Tanaka)
11:41 AM Revision 8bf5284c (git): * test/openssl/test_ssl.rb (OpenSSL#test_client_session):
Debian's openssl 0.9.8g-13 failed at assert(ssl.session_reused?),
when use default SSLContext. [ruby-dev:36167]
g...
znz (Kazuhiro NISHIYAMA)
11:37 AM Revision 40c31d5b (git): * transcode.c (rb_econv_t): last_trans_index removed.
(rb_econv_open_by_transcoder_entries): follow the type change.
(rb_econv_open0): ditto.
(rb_econv_decorate_at): d...
akr (Akira Tanaka)
11:22 AM Revision b96c3dfe (git): * transcode.c (rb_econv_open): reverse the order of decorders.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19266 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:18 AM Revision 4fcb83c0 (git): * transcode.c (rb_econv_open0): num_encoders and num_decoders removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:13 AM Bug #466: test_str_crypt(TestM17NComb) failed
なかだです。
At Mon, 8 Sep 2008 19:23:47 +0900,
Kazuhiro NISHIYAMA wrote in [ruby-dev:36213]:
> > 現在のライブラリではたまたま毎回結果が変...
nobu (Nobuyoshi Nakada)

09/08/2008

10:41 PM Bug #543 (Closed): cgi.rb : obsolete regex "n" option except CGI#pretty
=begin
Applied in changeset r19245.
=end
xibbar (Takeyuki FUJIOKA)
10:37 PM Bug #541 (Closed): cgi.rb : obsolete regex "n" option
=begin
Applied in changeset r19245.
=end
xibbar (Takeyuki FUJIOKA)
07:38 PM Revision 6eef0808 (git): add a test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19264 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
07:30 PM Bug #466: test_str_crypt(TestM17NComb) failed
西山和広です。
At Mon, 8 Sep 2008 10:46:45 +0900,
Nobuyoshi Nakada wrote:
>
> 現在のライブラリではたまたま毎回結果が変わっていますが、つねにそ
> うなる...
znz (Kazuhiro NISHIYAMA)
10:53 AM Bug #466: test_str_crypt(TestM17NComb) failed
なかだです。
At Sun, 7 Sep 2008 12:39:11 +0900,
Kazuhiro NISHIYAMA wrote in [ruby-dev:36193]:
> 以下のようにconfigureでチェックして...
nobu (Nobuyoshi Nakada)
07:01 PM Revision c5d9a3cc (git): * io.c (make_writeconv): useless branch removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19263 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
06:46 PM Bug #547: IPV6系の定数が未定義
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:36201] ソケット関連の定数がいろいろ未定義 (Re: [Bug #547](Closed) IPV6系の定数が未定義)"
...
matz (Yukihiro Matsumoto)
12:03 AM Bug #547: IPV6系の定数が未定義
=begin
岩室です。

2008/09/06 21:31 Yukihiro Matsumoto <[email protected]>:
> チケット #547 が更新されました。 (by Yukihiro Mat...
iwa (Motonori IWAMURO)
05:23 PM Revision 795bf7a6 (git): * include/ruby/encoding.h (rb_econv_decorate_at_first): declared.
(rb_econv_decorate_at_last): declared.
* transcode.c (rb_econv_open_by_transcoder_entries): initialize
replacement...
akr (Akira Tanaka)
04:11 PM Revision 65110d64 (git): * transcode.c (rb_econv_open): make ec a local variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19260 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:21 PM Revision 4106a7c0 (git): * transcode.c (rb_econv_asciicompat_encoding): check decoder.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19253 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:03 PM Revision 870a8b39 (git): add tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19252 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:01 PM Revision a7d3c7bc (git): * 2008-09-09
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19251 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:01 PM Revision dbf04875 (git): * transcode.c (rb_econv_t): last_error.partial_input removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19250 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:33 PM Revision 6270ad5b (git): * include/ruby/encoding.h (rb_econv_asciicompat_encoding): renamed
from rb_econv_stateless_encoding to apply stateless ASCII
incompatible encodings such as UTF-16BE.
* io.c (make_wr...
akr (Akira Tanaka)
02:27 PM Revision 52945b0d (git): * test/cgi/test_cgi_tag_helper.rb : fix class name
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19248 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Takeyuki FUJIOKA
02:08 PM Revision a98bb55e (git): * transcode.c (rb_econv_insert_output): "readagain" part should be
after replacement.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19247 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
01:49 PM Bug #493: Failure: test_dup(TestIO)
=begin
test_dupのpipe2の前で、ブロックの中でopenすると
ruby-trunk test/ruby/test_io.rb -n /test_dup/
のように単独で実行しても再現するようになったのでco...
znz (Kazuhiro NISHIYAMA)
01:32 PM Revision be2fc605 (git): * dir.c (dir_initialize): rename option name of Dir.open
from :external_encoding to :encoding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19246 b2dd03c8-39d4-4d8f-98f...
naruse (Yui NARUSE)
01:27 PM Revision d166d0be (git): * lib/cgi.rb : obsolete regex "n" option. [ruby-dev:36130]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19245 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Takeyuki FUJIOKA
11:08 AM Bug #551 (Closed): SIZE_MAX is not defined in VC++
=begin
transcode.c の allocate_converted_string 中で

while (res == econv_destination_buffer_full) {
...
kbk (Koichi Kimura)
09:17 AM Revision c27baaa0 (git): * win32/win32.c (getppid): typo. [ruby-dev:36202]
* process.c (get_ppid): mention the return value on Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@192...
U.Nakamura
09:16 AM Revision 1625494f (git): * tool/transcode-tblgen.rb (ArrayCode): less string substitutions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
09:14 AM Revision 933eb079 (git): * vm.c (rb_mRubyVMFrozenCore): registered for GC.
* re.c (rb_reg_preprocess_dregexp): fix GC problem on MacOS X with
powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (App...
akr (Akira Tanaka)
09:09 AM Revision 80de1892 (git): * win32/Makefile.sub (config.h): define SIZE_MAX for VC++6/7.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19240 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
08:46 AM Revision 9ae4b8bb (git): * win32/win32.c (filetime_to_unixtime): remove unused variable.
[ruby-dev:36191]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19239 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
04:49 AM Revision be2c236f (git): * test/ruby/test_io.rb (TestIO#test_dup): add open in block.
see [ruby-dev:35957].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19237 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
znz (Kazuhiro NISHIYAMA)

09/07/2008

11:35 PM Bug #550: irbで日本語を入力できない
=begin
なお、Mac OS X や NetBSD でも GNU readline を用いるようにすれば表示可能なはずです。
また、意欲のある方は libedit 側を直すという手もあります。
=end
naruse (Yui NARUSE)
10:52 PM Bug #550 (Rejected): irbで日本語を入力できない
=begin
Mac OS X や NetBSD で用いられている GNU readline の代替ライブラリ、
Editline Library (libedit) はマルチバイト文字に対応していません。
“At the ...
naruse (Yui NARUSE)
10:39 PM Bug #550 (Rejected): irbで日本語を入力できない
=begin
Mac OS X上のirbで日本語文字を入力しようとすると、無効なバイト列に化けて例外が発生します。

% uname -a
Darwin yugui-macbook.local 9.4.0 Darwi...
yugui (Yuki Sonoda)
11:10 PM Revision 3c8a03c3 (git): * enc/trans: ignore escape.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19235 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
10:10 PM Revision 0de54d9a (git): * complex.c: some adjustments.
* rational.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19234 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Tadayoshi Funaba
09:50 PM Revision 1b2f39fa (git): * configure.in (XLDFLAGS): added --enable-auto-import for cygwin and
mingw.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19233 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
06:07 PM Bug #466 (Closed): test_str_crypt(TestM17NComb) failed
Applied in changeset r19213.
Anonymous
01:05 PM Bug #466: test_str_crypt(TestM17NComb) failed
まつもと ゆきひろです
In message "Re: [ruby-dev:36193] [Bug #466] test_str_crypt(TestM17NComb) failed"
on Sun, 7 Sep 20...
matz (Yukihiro Matsumoto)
12:45 PM Bug #466: test_str_crypt(TestM17NComb) failed
以下のようにconfigureでチェックしてしまうのがいいかと思ったのですが、
どうでしょうか?
影響範囲がよくわからなかったので、実際に値が変わってしまうことがあった
darwinの時だけチェックするようなパッチにしてみま...
znz (Kazuhiro NISHIYAMA)
05:08 PM Revision 6e36c484 (git): * include/ruby/encoding.h (rb_econv_set_replacement): renamed from
rb_econv_set_replacemenet.
* transcode.c: follow the renaming.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@...
akr (Akira Tanaka)
05:03 PM Revision 82a57365 (git): fix typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19226 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:11 PM Revision 08c3dd54 (git): * tool/transcode-tblgen.rb (transcode_tblgen): log message refined.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19225 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:59 PM Revision 24970522 (git): * rational.c: removed unused code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19224 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
03:05 PM Revision d4832b7a (git): rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19223 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:05 PM Revision 2403b1fe (git): * 2008-09-08
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19222 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:05 PM Revision 7de9b108 (git): * enc/trans/iso2022.trans: upcase to iso-2022-jp.
* enc/emacs_mule.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19221 b2dd03c8-39d4-4d8f-98ff-823fe69...
akr (Akira Tanaka)
02:49 PM Revision 78350a0c (git): * enc/trans/iso2022.trans: stateless-iso-2022-jp is defined to avoid
undefined conversion error between iso-2022-jp and the corresponding
stateless encoding.
* enc/emacs_mule.c: repli...
akr (Akira Tanaka)
01:20 PM Bug #493: Failure: test_dup(TestIO)
=begin
Momonga 4の
ruby 1.9.0 (2008-09-07 revision 19208) [i686-linux]
でも発生しました。

Momonga 4の
ruby 1.9.0 (20...
zunda (zunda an)
11:58 AM Bug #548 (Closed): segmentetion fault by socket connection
=begin
中村です。

すみません。単に make install し忘れていました。。。
私の環境でも make install すると再現しなくなりました。
お騒がせしました。以後気をつけます。。。
=end
authorNari (Narihiro Nakamura)
05:54 AM Bug #548: segmentetion fault by socket connection
=begin
うちでは再現しませんね。同じi686-linuxなのに。
-vの出力revision 18218はかなり古いですが、これは単にmake upしていないだけでしょうか。trunk最新ですか?
また、実行はmake...
matz (Yukihiro Matsumoto)
04:43 AM Bug #548 (Closed): segmentetion fault by socket connection
=begin
以下のコードでSEGVが発生するようです。

require 'socket'
GC.stress = true
@server = TCPServer.new("localhost", 12345)
...
authorNari (Narihiro Nakamura)
11:07 AM Revision 45d7c84f (git): fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19219 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:03 AM Revision a3cfd323 (git): * enc/trans/escape.trans (hexstr): renamed from str1.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:46 AM Revision faa13874 (git): * enc/trans/escape.trans: use transcode_tblgen.
* tool/transcode-tblgen.rb: generate an empty line after str1.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1...
akr (Akira Tanaka)
10:17 AM Revision eee75cc1 (git): * tool/transcode-tblgen.rb (ActionMap#str_name): new method to
generate a name base on string content.
(ActionMap#gen_str): extracted from generate_info and use str_name.
git-s...
akr (Akira Tanaka)
10:13 AM Bug #506 (Closed): ObjectSpace.each_object Segmentation fault
=begin

=end
matz (Yukihiro Matsumoto)
09:47 AM Bug #541: cgi.rb : obsolete regex "n" option
=begin

=end
ko1 (Koichi Sasada)
09:47 AM Feature #542: cgi.rb : CGI::unescape return encoding
=begin

=end
ko1 (Koichi Sasada)
09:46 AM Bug #543: cgi.rb : obsolete regex "n" option except CGI#pretty
=begin

=end
ko1 (Koichi Sasada)
09:30 AM Revision dcdc7579 (git): * tool/transcode-tblgen.rb (ActionMap#generate_info): use a memo to
avoid duplication for STR1.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19215 b2dd03c8-39d4-4d8f-98ff-823fe6...
akr (Akira Tanaka)
09:13 AM Revision c0bec2fa (git): * transcode_data.h (STR1): defined for a string up to 255 bytes.
(STR1_BYTEINDEX): defined.
(makeSTR1): defined.
* tool/transcode-tblgen.rb: generate STR1.
* transcode.c (transco...
akr (Akira Tanaka)
08:57 AM Revision 6bf5c34c (git): * configure.in: Mac OS X's crypt(2) is broken with invalid salt.
[ruby-dev:35899]
* string.c (rb_str_crypt): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19213 b2dd03c8...
znz (Kazuhiro NISHIYAMA)
08:30 AM Revision 78543725 (git): * tool/transcode-tblgen.rb: o4 is usable only if the first byte is
f0-f7.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
08:02 AM Revision a0d163da (git): rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
07:37 AM Bug #528 (Closed): Several ruby-mode.el improvements
=begin
Applied in changeset r19202.
=end
matz (Yukihiro Matsumoto)
07:06 AM Bug #528: Several ruby-mode.el improvements
=begin
Hi,

In message "Re: [ruby-core:18477] [Bug #528] Several ruby-mode.el improvements"
on Sun, 7 Sep 200...
matz (Yukihiro Matsumoto)
07:01 AM Bug #528: Several ruby-mode.el improvements
=begin
Applying each of the patches in order from 1 to 7 should work fine. The links to patches 6 and 7 at the top a...
nex3 (Natalie Weizenbaum)
06:56 AM Bug #528: Several ruby-mode.el improvements
=begin
Hi,

In message "Re: [ruby-core:18475] [Bug #528] Several ruby-mode.el improvements"
on Sun, 7 Sep 200...
matz (Yukihiro Matsumoto)
06:37 AM Bug #528: Several ruby-mode.el improvements
=begin
Sure, here are two more patches that should work with patch -p1. Patch 6 fixes the variable-name bug that was...
nex3 (Natalie Weizenbaum)
05:02 AM Bug #528: Several ruby-mode.el improvements
=begin
Hi,

In message "Re: [ruby-core:18470] [Bug #528] Several ruby-mode.el improvements"
on Sun, 7 Sep 200...
matz (Yukihiro Matsumoto)
04:33 AM Bug #528: Several ruby-mode.el improvements
=begin
Looks like these patches are broken. I've fixed the issue (and some additional stuff) in my Git repo (http://...
nex3 (Natalie Weizenbaum)
07:26 AM Bug #549 (Closed): ri -f html mungles constants
=begin
The example I'll use here is with Bacon. Regular output of 'ri Bacon' produces:

----------------------...
trans (Thomas Sawyer)
07:17 AM Bug #491 (Closed): makeが"string contains null byte"で失敗します
=begin
Applied in changeset r19201.
=end
matz (Yukihiro Matsumoto)
03:45 AM Revision a788a2e5 (git): * io.c (make_writeconv): choose ASCII compatible encoding as
intermediate encoding if stateful encoder exists.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19210 b2dd03c8-...
akr (Akira Tanaka)
03:13 AM Revision 020e681e (git): * include/ruby/encoding.h (ECONV_XML_ATTR_CONTENT_ENCODER): defined.
(ECONV_STATEFUL_ENCODER_MASK): defined.
(ECONV_XML_ATTR_QUOTE_ENCODER): defined.
(ECONV_XML_ATTR_ENCODER): remove...
akr (Akira Tanaka)
01:17 AM Bug #505 (Closed): 1.upto 2 {|i| p i }
Applied in changeset r19197.
matz (Yukihiro Matsumoto)

09/06/2008

10:38 PM Revision 12077204 (git): * misc/emacs-mode.el: don't set case-fold-search globally to nil;
instead just set it when we need it.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19208 b2dd03c8-39d4-4d8f-98ff...
matz (Yukihiro Matsumoto)
10:37 PM Revision e39aa51d (git): * misc/ruby-mode.el: fix a variable-name error.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19207 b2dd03c8-39d4-4d8f-98ff-823fe69b080e matz (Yukihiro Matsumoto)
10:36 PM Revision 4cbbf3bd (git): * misc/*.el: untabify, for interal consistency and consistency
with standard Emacs elisp files.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19206 b2dd03c8-39d4-4d8f-98ff-823...
matz (Yukihiro Matsumoto)
10:34 PM Revision d250d79e (git): * misc/ruby-mode.el, misc/ruby-electric.el: use regexp-opt where
possible for more efficient regexps.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19205 b2dd03c8-39d4-4d8f-98ff...
matz (Yukihiro Matsumoto)
10:33 PM Revision 3f3584d6 (git): * misc/ruby-mode.el: don't highlight keywords when they're the
beginning of non-keyword symbols.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19204 b2dd03c8-39d4-4d8f-98ff-82...
matz (Yukihiro Matsumoto)
10:32 PM Revision ce231cdb (git): * misc/ruby-mode.el: don't crash the whole mode if the Subversion
$ keyword isn't interpolated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19203 b2dd03c8-39d4-4d8f-98ff-823fe6...
matz (Yukihiro Matsumoto)
10:30 PM Revision 2d1c5d2c (git): * misc/*.el: merged the following patches from Nathan Weizenbaum
<nex342 at gmail.com>. [ruby-core:18424]
* misc/ruby-mode.el: improve here-doc performance.
git-svn-id: svn+ssh:/...
matz (Yukihiro Matsumoto)
10:15 PM Revision 0771b987 (git): * file.c (file_expand_path): applied a patch from Nobuhiro Tachino
in [ruby-dev:35948]. fix #491
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19201 b2dd03c8-39d4-4d8f-98ff-823fe...
matz (Yukihiro Matsumoto)
10:14 PM Revision 7ae76a9e (git): * test/ruby/test_parse.rb (TestParse): update a test not to use
recently fixed inconsistent syntax.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19200 b2dd03c8-39d4-4d8f-98ff-...
matz (Yukihiro Matsumoto)
09:37 PM Bug #547 (Closed): IPV6系の定数が未定義
=begin
Applied in changeset r19189.
=end
matz (Yukihiro Matsumoto)
08:04 PM Bug #547: IPV6系の定数が未定義
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:36175] [Bug #547] IPV6系の定数が未定義"
on Sat, 6 Sep 2008 19:46:53 +09...
matz (Yukihiro Matsumoto)
07:52 PM Bug #547 (Closed): IPV6系の定数が未定義
=begin
socketに、IPPROTO_IPV6やIPV6_JOIN_GROUP等のIPV6系の定数が未定義です。

何が未定義なのか列挙しようとしたのですが、参考にPython-2.5.2のソースを見たら、あまりにも...
iwa (Motonori IWAMURO)
08:34 PM Feature #546: String#gsub と Strnig#scan のブロックパラメータの一致
=begin
岩室です。

追記。gsub!のケースが抜けてました。

http://www.google.co.jp/codesearch?q=lang%3Aruby+gsub!%3F\s*\(.*\(.*(do|\{)\...
iwa (Motonori IWAMURO)
08:31 PM Feature #546: String#gsub と Strnig#scan のブロックパラメータの一致
=begin
岩室です。

うは、前言一部撤回。

2008/09/06 20:00 Yukihiro Matsumoto <[email protected]>:
> |・gsub のパターンにカッコを付けた場合、ブロ...
iwa (Motonori IWAMURO)
08:06 PM Feature #546: String#gsub と Strnig#scan のブロックパラメータの一致
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:36174] [Feature #546] String#gsub と Strnig#scan のブロックパラメータの一致"
...
matz (Yukihiro Matsumoto)
07:33 PM Feature #546 (Rejected): String#gsub と Strnig#scan のブロックパラメータの一致
=begin
String#gsub のブロックパラメータの仕様を Strnig#scan のものに合わせることを提案します。

[ruby-dev:33548]からの一連のスレッドではいろいろ案が出たあげく議論が止まって...
iwa (Motonori IWAMURO)
06:39 PM Revision 929e0b91 (git): * parse.y (f_block_optarg): allow default for block parameters as
long as the value is primary. a patch from Eric Mahurin
<eric.mahurin at gmail.com> in [ruby-core:16880].
git-svn...
matz (Yukihiro Matsumoto)
04:22 PM Revision 04d3593b (git): add a space
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19198 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
04:09 PM Revision 05edaf50 (git): * parse.y (yylex): "1.upto 2 {|i| p i }" should be syntax error.
[ruby-dev:36008]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19197 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
matz (Yukihiro Matsumoto)
04:04 PM Revision 00759b00 (git): fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19196 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
04:01 PM Revision 6d847ca7 (git): cleanup spaces
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19195 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
03:39 PM Revision bff6f0f9 (git): * 2008-09-07
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19194 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:39 PM Revision 0508672f (git): * include/ruby/encoding.h (ECONV_ERROR_HANDLER_MASK): defined.
(ECONV_DECODER_MASK): defined.
(ECONV_ENCODER_MASK): defined.
* io.c (make_writeconv): restrict ecflags for writec...
akr (Akira Tanaka)
02:58 PM Revision dd27b8f4 (git): * proc.c (Init_Proc): add '===' operator to use procs in when
clause of the case statement. inspired by <http://www.aimred.com/news/developers/2008/08/14/unlocking_the_power_of_c... matz (Yukihiro Matsumoto)
02:05 PM Revision 76b30630 (git): * include/ruby/encoding.h (ECONV_XML_TEXT_ENCODER): renamed from
ECONV_HTML_TEXT_ENCODER.
(ECONV_XML_ATTR_ENCODER): renamed from ECONV_HTML_ATTR_ENCODER.
* enc/trans/escape.trans:...
akr (Akira Tanaka)
12:38 PM Revision d98bc005 (git): * ext/socket/mkconstants.rb: add some IPV6 constans. [ruby-dev:36175]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19190 b2dd03c8-39d4-4d8f-98ff-823fe69b080e matz (Yukihiro Matsumoto)
12:33 PM Revision 003d6086 (git): * ext/socket/constants.h: add some IPV6 constans. [ruby-dev:36175]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19189 b2dd03c8-39d4-4d8f-98ff-823fe69b080e matz (Yukihiro Matsumoto)
11:11 AM Revision ca314805 (git): * transcode.c (econv_description): show ECONV_HTML_TEXT_ENCODER and
ECONV_HTML_ATTR_ENCODER.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19188 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
11:07 AM Revision e4b70ffe (git): * transcode.c (rb_econv_binmode): check actual transcoders.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19187 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:54 AM Revision f88c9f03 (git): * transcode.c (rb_econv_open): fix last_tc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19186 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:37 AM Revision 683eec7a (git): * io.c (rb_io_binmode): clear newline flags in writeconv_pre_ecflags.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19185 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
09:48 AM Revision f10af82d (git): * transcode.c (str_transcode0): check ECONV_HTML_TEXT_ENCODER and
ECONV_HTML_ATTR_ENCODER.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19184 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
09:39 AM Revision 987ec6b7 (git): * transcode.c (allocate_converted_string): fix overflow condition.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19183 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
07:56 AM Revision 48659670 (git): eol-style
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19182 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:07 AM Revision e490d925 (git): * transcode.c (sym_html): new variable.
(sym_text): ditto.
(sym_attr): ditto.
(econv_opts): check :html=>:text and :html=>:attr.
(Init_transcode): init...
akr (Akira Tanaka)
05:47 AM Revision 34be4c1c (git): * include/ruby/encoding.h (ECONV_HTML_TEXT_ENCODER): new constant.
(ECONV_HTML_ATTR_ENCODER): ditto.
* transcode.c (rb_econv_open): check ECONV_HTML_TEXT_ENCODER and
ECONV_HTML_ATTR...
akr (Akira Tanaka)
05:16 AM Revision 5117020d (git): * transcode.c (struct trans_open_t): defined to pass num_additional.
(trans_open_i): use struct trans_open_t.
(rb_econv_open): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun...
akr (Akira Tanaka)
04:43 AM Revision 9f687d7b (git): * enc/trans/escape.trans (fun_so_escape_html_attr): fix return type.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:44 AM Revision 27e9c48c (git): * transcode.c (rb_econv_open): needless branch removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19176 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:38 AM Revision 073bced3 (git): * transcode.c (rb_econv_open): test condition simplified.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19175 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:26 AM Revision 393f5767 (git): * transcode.c (stateless_encoding_i): ignore supplemental conversions.
Encoding::Converter.stateless_encoding("html-attr-escaped") should be
nil.
git-svn-id: svn+ssh://ci.ruby-lang.org...
akr (Akira Tanaka)
03:20 AM Revision 091171a2 (git): * enc/trans/escape.trans (escape_html_attr_init): new function.
(fun_so_escape_html_attr): new function.
(escape_html_attr_finish): new function.
(rb_escape_html_attr): use them...
akr (Akira Tanaka)
 

Also available in: Atom