CHG . 23740->23825 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=23825;diff_format=u CHG io.c 23704->23824 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/io.c?p1=branches/ruby_1_8/io.c&r1=23740&r2=23825&pathrev=23825;diff_format=u CHG version.h 23740->23825 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/version.h?p1=branches/ruby_1_8/version.h&r1=23740&r2=23825&pathrev=23825;diff_format=u COMMIT String#to_r: Specify 1.9 method http://github.com/rubyspec/rubyspec/commit/dc29e9f4de4bc67a7fa7b132b8b82bcda85694ef COMMIT String#encoding: Started documenting 1.9 method... http://github.com/rubyspec/rubyspec/commit/0fb4a0502b357b6e9be09aae001e890a9e130aee COMMIT String#codepoints: Aliases #each_codepoint on 1.9 http://github.com/rubyspec/rubyspec/commit/bb86fc45d90a33389901801cde200d89edd24484 COMMIT String#each_codepoint: Specify 1.9 method http://github.com/rubyspec/rubyspec/commit/6350ae14a6f4e2206d56df20f55d71abe0b7895c COMMIT String#clear: Specify 1.9 method http://github.com/rubyspec/rubyspec/commit/80414358945539a7a31cfe7d824913e6e36c2738 COMMIT String#chr: Specify 1.9 method. http://github.com/rubyspec/rubyspec/commit/a1ceedb7bd024afc155c10e28242d715ca295a9a COMMIT String#lines: Aliases #each_line on 1.8.7+ http://github.com/rubyspec/rubyspec/commit/00b79426b366eee2e38f9953e1387dbcbb8592fd COMMIT Encoding: Specify constants. http://github.com/rubyspec/rubyspec/commit/c67211e6809759fa0bf759c7bd0e2d5bb54857fa COMMIT Encoding::InvalidByteSequenceError#incomplete_input?: Spec http://github.com/rubyspec/rubyspec/commit/a84ada99cdbe2c49a11f8905bb1bed1c2d9f60ab COMMIT String#chr: Significantly expanded for 1.9 enhancements http://github.com/rubyspec/rubyspec/commit/1a9a3ebd337e70dc41d39ee4e19d93904b354805 COMMIT String#ascii_only?: False for first non-US-ASCII char http://github.com/rubyspec/rubyspec/commit/59062211a88a04a17dfd9c687769112a03e3181f COMMIT String#ascii_only?: True for all 1-char US-ASCII Strings http://github.com/rubyspec/rubyspec/commit/d3693cb19dd2cdad95d163ddbabf709cf09fdaf3 COMMIT String#ascii_only?: Clarify that 'ASCII' means 'US-ASCII' http://github.com/rubyspec/rubyspec/commit/66ba18fd8bdbc3adc02c77da8fb243f4621b167d --- 20090622T084048 +++ 20090623T082912 @@ -1,427 +1,427 @@ gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -c inits.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -c io.c io.c: In function ‘swallow’: -io.c:1651: warning: comparison between signed and unsigned +io.c:1653: warning: comparison between signed and unsigned io.c: In function ‘rb_f_syscall’: -io.c:5213: warning: comparison between signed and unsigned +io.c:5215: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -c marshal.c marshal.c: In function ‘w_long’: marshal.c:212: warning: comparison between signed and unsigned @@ -570,7 +570,7 @@ gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -DRUBY_EXPORT -L. -rdynamic -Wl,-export-dynamic main.o libruby-static.a -lrt -ldl -lcrypt -lm -o miniruby == miniversion #