[前][次][スレッド一覧][上]

ruby-cvs:21401-21500

  21401 2007-12-10 06:48 [akr at ruby-lang.org] Ruby:r14164 (trunk): * re.c (rb_reg_expr_str): use \xHH instead of \OOO.
  21402 2007-12-10 08:16 [matz at ruby-lang.or] Ruby:r14165 (trunk): * parse.y (parser_yylex): wrong token was generated.  [ruby-dev:32498]
  21403 2007-12-10 08:18 [akr at ruby-lang.org] Ruby:r14166 (trunk): update tests for String#inspect replacing \xHH instead of \OOO.
  21404 2007-12-10 08:25 [matz at ruby-lang.or] Ruby:r14167 (trunk): * object.c (rb_obj_not_match): wrong test.
  21405 2007-12-10 09:57 [ko1 at ruby-lang.org] Ruby:r14168 (trunk): * benchmark/bm_vm1_neq.rb, bm_vm1_not.rb: added.
  21406 2007-12-10 09:59 [ko1 at ruby-lang.org] Ruby:r14169 (trunk): * benchmark/bm_vm1_neq.rb, bm_vm1_not.rb: prop set.
  21407 2007-12-10 12:16 [akr at ruby-lang.org] Ruby:r14170 (trunk): add ML ref.        
  21408 2007-12-10 13:50 [nobu at ruby-lang.or] Ruby:r14171 (trunk): * re.c (rb_reg_search): return byte offset.  [ruby-dev:32452]
  21409 2007-12-10 14:01 [matz at ruby-lang.or] Ruby:r14172 (trunk): * transcode.c: new file to provide encoding conversion features.
  21410 2007-12-10 14:34 [matz at ruby-lang.or] Ruby:r14173 (trunk): * eval.c (rb_f_public_send): rename invoke_method to public_send.
  21411 2007-12-10 16:52 [nobu at ruby-lang.or] Ruby:r14174 (trunk): * string.c (rb_str_insert): should not add length in bytes to index in
  21412 2007-12-10 17:25 [nobu at ruby-lang.or] Ruby:r14175 (trunk): * transcode*.[ch], test/ruby/test_transcode.rb: set properties.
  21413 2007-12-10 17:46 [nobu at ruby-lang.or] Ruby:r14176 (trunk): * string.c (rb_str_tmp_new): creates hidden temporary buffer.
  21414 2007-12-10 18:31 [matz at ruby-lang.or] Ruby:r14177 (trunk): * lib/uri/common.rb (URI::REGEXP::PATTERN): typo in REG_NAME
  21415 2007-12-10 18:31 [matz at ruby-lang.or] Ruby:r14178 (ruby_1_8): * lib/uri/common.rb (URI::REGEXP::PATTERN): typo in REG_NAME
  21416 2007-12-10 18:49 [akr at ruby-lang.org] Ruby:r14179 (trunk): "// =~ :a" abort.
  21417 2007-12-10 19:03 [matz at ruby-lang.or] Ruby:r14180 (trunk): * re.c (rb_reg_match): should calculate offset by converted
  21418 2007-12-10 21:01 [matz at ruby-lang.or] Ruby:r14181 (trunk): * array.c (rb_ary_slice_bang): should return nil if position out
  21419 2007-12-10 21:47 [nobu at ruby-lang.or] Ruby:r14182 (trunk): * transcode.c (str_transcode): allow non-registered encodings.
  21420 2007-12-10 22:25 [knu at ruby-lang.org] Ruby:r14183 (trunk): * array.c (rb_ary_slice_bang): If an invalid range is given, do
  21421 2007-12-11 00:08 [knu at ruby-lang.org] Ruby:r14184 (ruby_1_8): * array.c (rb_ary_slice_bang): If an invalid negative index (<=
  21422 2007-12-11 00:28 [knu at ruby-lang.org] Ruby:r14185 (ruby_1_8): <= -> <
  21423 2007-12-11 01:22 [matz at ruby-lang.or] Ruby:r14186 (trunk): * parse.y (shadowing_lvar_gen): no duplicate error for "_".
  21424 2007-12-11 01:53 [matz at ruby-lang.or] Ruby:r14187 (trunk): * lib/net/http.rb (Net::HTTP::get): now supports gzip
  21425 2007-12-11 02:24 [matz at ruby-lang.or] Ruby:r14188 (trunk): * eval.c (rb_method_missing): RDoc update patch from Hugh Sasse
  21426 2007-12-11 09:41 [akr at ruby-lang.org] Ruby:r14189 (trunk): * include/ruby/oniguruma.h (ONIGENC_CONSTRUCT_MBCLEN_NEEDMORE):
  21427 2007-12-11 12:08 [akr at ruby-lang.org] Ruby:r14190 (trunk): * encoding.c (rb_enc_get_ascii): add an argument to provide the
  21428 2007-12-11 13:57 [nobu at ruby-lang.or] Ruby:r14191 (trunk): * transcode.c (transcode_loop): get rid of SEGV at sequence can not be
  21429 2007-12-11 14:27 [nobu at ruby-lang.or] Ruby:r14192 (trunk): * test/ruby/test_transcode.rb: added tests from Martin Duerst <duerst
  21430 2007-12-11 15:23 [matz at ruby-lang.or] Ruby:r14193 (trunk): * object.c (Init_Object): singleton_method_{added,removed,undefined}
  21431 2007-12-11 16:19 [nobu at ruby-lang.or] Ruby:r14194 (trunk): * Makefile.in, */Makefile.sub (CP, MV): added.
  21432 2007-12-11 16:39 [akr at ruby-lang.org] Ruby:r14195 (trunk): * encoding.c (rb_enc_ascget): renamed from rb_enc_get_ascii.
  21433 2007-12-11 23:05 [matz at ruby-lang.or] Ruby:r14196 (trunk): * pack.c (pack_pack): RDoc update.  a patch from Gary Wright
  21434 2007-12-12 12:11 [nobu at ruby-lang.or] Ruby:r14197 (trunk): * re.c (rb_reg_regsub): should copy encoding.
  21435 2007-12-12 12:45 [matz at ruby-lang.or] Ruby:r14198 (trunk): * parse.y (expr): 'not' and '!' should act as conditional
  21436 2007-12-12 16:39 [matz at ruby-lang.or] Ruby:r14199 (trunk): * io.c (rb_io_check_readable): set default external encoding to
  21437 2007-12-12 21:27 [matz at ruby-lang.or] Ruby:r14200 (trunk): * eval_method.ci (rb_alias): no need to skip aliasing when new
  21438 2007-12-12 22:23 [matz at ruby-lang.or] Ruby:r14201 (trunk): * io.c (rb_io_mode_enc): allow specifying external encoding in
  21439 2007-12-12 23:30 [akr at ruby-lang.org] Ruby:r14202 (trunk): * re.c, regerror.c, string.c, parse.y, ruby.c, file.c:
  21440 2007-12-13 08:46 [matz at ruby-lang.or] Ruby:r14203 (trunk): * io.c (read_all): should associate default external encoding.
  21441 2007-12-13 08:58 [matz at ruby-lang.or] Ruby:r14204 (trunk): * io.c (rb_io_getc): use default external encoding if fptr->enc is
  21442 2007-12-13 09:21 [akr at ruby-lang.org] Ruby:r14205 (trunk): upcase hex.        
  21443 2007-12-13 11:37 [akr at ruby-lang.org] Ruby:r14206 (trunk): add test for [ruby-dev:32567].
  21444 2007-12-13 13:10 [matz at ruby-lang.or] Ruby:r14207 (trunk): * include/ruby/io.h (MakeOpenFile): fptr->enc should be
  21445 2007-12-13 16:44 [matz at ruby-lang.or] Ruby:r14208 (trunk): * encoding.c (rb_enc_compatible): should not judge compatibility
  21446 2007-12-13 17:03 [nobu at ruby-lang.or] Ruby:r14209 (trunk): * encoding.c (rb_enc_compatible): should swap encoding indexes too.
  21447 2007-12-13 17:05 [nobu at ruby-lang.or] Ruby:r14210 (trunk): * encoding.c (enc_get_encoding): removed.
  21448 2007-12-13 17:28 [matz at ruby-lang.or] Ruby:r14211 (trunk): * string.c (rb_str_split_m): need not to check encoding if regexp
  21449 2007-12-13 18:05 [matz at ruby-lang.or] Ruby:r14212 (trunk): * string.c (str_gsub): should copy encoding to the result.
  21450 2007-12-13 18:20 [matz at ruby-lang.or] Ruby:r14213 (trunk): * string.c (rb_str_succ): should not enter infinite loop for
  21451 2007-12-13 20:10 [akr at ruby-lang.org] Ruby:r14214 (trunk): * eval.c (rb_protect): restore root_jmpbuf to avoid SEGV by
  21452 2007-12-13 20:52 [akr at ruby-lang.org] Ruby:r14215 (trunk): * string.c (rb_str_shared_replace): make str noembed after free.
  21453 2007-12-13 21:32 [akr at ruby-lang.org] Ruby:r14216 (trunk): don't show shared and assoc for embed string.
  21454 2007-12-13 22:44 [matz at ruby-lang.or] Ruby:r14217 (trunk): * encoding.c (rb_enc_compatible): encoding should never fall back
  21455 2007-12-14 01:09 [matz at ruby-lang.or] Ruby:r14218 (trunk): * re.c (rb_reg_initialize): embedded string may override encoding
  21456 2007-12-14 02:06 [matz at ruby-lang.or] Ruby:r14219 (trunk): * io.c (rb_io_synchronized): should check if initialized.
  21457 2007-12-14 02:30 [matz at ruby-lang.or] Ruby:r14220 (trunk): * encoding.c (rb_enc_compatible): 1st argument (typically the
  21458 2007-12-14 03:00 [matz at ruby-lang.or] Ruby:r14221 (trunk): * string.c (str_nth): direct jump if string is 7bit only.  great
  21459 2007-12-14 08:19 [akr at ruby-lang.org] Ruby:r14222 (trunk): * eval.c (rb_protect): restore root_jmpbuf even if proc exits by
  21460 2007-12-14 10:01 [nobu at ruby-lang.or] Ruby:r14223 (ruby_1_8, trunk): * configure.in (RUBY_CHECK_VARTYPE): check if a variable is defined
  21461 2007-12-14 11:54 [nobu at ruby-lang.or] Ruby:r14224 (ruby_1_8, trunk): * lib/mkmf.rb (try_var): should fail for functions.
  21462 2007-12-14 12:36 [nobu at ruby-lang.or] Ruby:r14225 (ruby_1_8, trunk): * ext/readline/extconf.rb: should use have_func for functions instead
  21463 2007-12-14 13:47 [nobu at ruby-lang.or] Ruby:r14226 (trunk): * common.mk (ruby.imp): fix for circular dependency.  a patch from
  21464 2007-12-14 17:37 [matz at ruby-lang.or] Ruby:r14227 (trunk): * string.c (rb_str_cmp): encoding aware comparison.
  21465 2007-12-14 17:38 [matz at ruby-lang.or] Ruby:r14228 (trunk): * io.c (rb_f_p): RDoc update.  a patch from murphy <murphy AT rubychan.de>.
  21466 2007-12-14 18:20 [akr at ruby-lang.org] Ruby:r14229 (trunk): * thread_pthread.ci (native_thread_create): twice the stack size.
  21467 2007-12-15 02:05 [matz at ruby-lang.or] Ruby:r14230 (trunk): * lib/rdoc/options.rb (Options::parse): do not access $KCODE any
  21468 2007-12-15 06:27 [akr at ruby-lang.org] Ruby:r14231 (trunk): add test for [ruby-dev:32604].
  21469 2007-12-15 10:14 [nahi at ruby-lang.or] Ruby:r14232 (trunk): * cosmetic: fixed a typo in RDoc comment
  21470 2007-12-15 11:39 [akr at ruby-lang.org] Ruby:r14233 (trunk): use Enumerator for reproduce [ruby-dev:32604].
  21471 2007-12-15 12:58 [nobu at ruby-lang.or] Ruby:r14234 (trunk): * encoding.c (rb_enc_register, rb_enc_replicate, rb_enc_alias): check
  21472 2007-12-15 13:09 [akr at ruby-lang.org] Ruby:r14235 (trunk): * vm_core.h (rb_thread_t): new member machine_stack_maxsize and
  21473 2007-12-15 14:42 [matz at ruby-lang.or] Ruby:r14236 (trunk): * transcode.c (str_transcode, transcode_dispatch): added two-step
  21474 2007-12-15 15:03 [matz at ruby-lang.or] Ruby:r14237 (trunk): * lib/e2mmap.rb (Exception2MessageMapper::E2MM.Raise): $! no
  21475 2007-12-15 18:57 [nobu at ruby-lang.or] Ruby:r14238 (trunk): * configure.in (enc/Makefile): add external encoding objects list.
  21476 2007-12-15 20:04 [akr at ruby-lang.org] Ruby:r14239 (trunk): close socket.      
  21477 2007-12-15 20:12 [akr at ruby-lang.org] Ruby:r14240 (ruby_1_8, trunk): catch EOFError in a thread.
  21478 2007-12-15 20:20 [akr at ruby-lang.org] Ruby:r14241 (trunk): avoid ruby -d test/ruby/test_marshal.rb output binary marshaled data.
  21479 2007-12-15 20:20 [nobu at ruby-lang.or] Ruby:r14242 (trunk): * configure.in (BUILTIN_ENCS): [] needs to be enclosed because of m4.
  21480 2007-12-15 21:39 [akr at ruby-lang.org] Ruby:r14243 (trunk): * lib/timeout.rb: join the background thread to make sure it is dead.
  21481 2007-12-15 22:27 [nobu at ruby-lang.or] Ruby:r14244 (trunk): * configure.in (BUILTIN_ENCS): splitted command line instead of
  21482 2007-12-15 23:51 [akr at ruby-lang.org] Ruby:r14245 (trunk): * test/xmlrpc/webrick_testing.rb: join webrick server thread.
  21483 2007-12-16 00:00 [akr at ruby-lang.org] Ruby:r14246 (trunk): * test/openssl/test_pair.rb (SSLPair#ssl_pair): join the thread, even
  21484 2007-12-16 00:36 [nobu at ruby-lang.or] Ruby:r14247 (trunk): * configure.in (MAKEFILES): should be enc/Makefile, not GNUmakefile.
  21485 2007-12-16 01:29 [akr at ruby-lang.org] Ruby:r14248 (trunk): add test for [ruby-dev:32608].
  21486 2007-12-16 11:17 [akr at ruby-lang.org] Ruby:r14249 (trunk): more tests.        
  21487 2007-12-16 14:52 [nobu at ruby-lang.or] Ruby:r14250 (trunk): * configure.in (BUILTIN_ENCS): removed escapes for OpenBSD.
  21488 2007-12-17 10:28 [matz at ruby-lang.or] Ruby:r14251 (trunk): for undefined conversions.
  21489 2007-12-17 11:40 [akr at ruby-lang.org] Ruby:r14252 (trunk): * thread_win32.ci (native_thread_create): initialize
  21490 2007-12-17 12:21 [nobu at ruby-lang.or] Ruby:r14253 (ruby_1_8, trunk): * Makefile.in (RUNRUBY): added RUNRUBYOPT.
  21491 2007-12-17 12:24 [akr at ruby-lang.org] Ruby:r14254 (trunk): extern rb_gc_stack_maxsize.
  21492 2007-12-17 13:47 [akr at ruby-lang.org] Ruby:r14255 (ruby_1_8): * gc.c (stack_end_address): use local variable address instead of
  21493 2007-12-17 14:01 [matz at ruby-lang.or] Ruby:r14256 (trunk): * string.c (tr_find): wrong condition fixed.
  21494 2007-12-17 14:07 [akr at ruby-lang.org] Ruby:r14257 (trunk): * include/ruby/encoding.h (ENC_CODERANGE_VALID): rename from
  21495 2007-12-17 14:20 [akr at ruby-lang.org] Ruby:r14258 (ruby_1_8): describe the previous problem.
  21496 2007-12-17 14:22 [akr at ruby-lang.org] Ruby:r14259 (ruby_1_8): refined.        
  21497 2007-12-17 16:03 [gotoyuzo at ruby-lan] Ruby:r14260 (trunk): * lib/webrick/httprequest.rb, lib/webrick/cgi.rb: Request-Line or
  21498 2007-12-17 16:06 [gotoyuzo at ruby-lan] Ruby:r14261 (trunk): * ext/openssl/lib/openssl/buffering.rb (Buffering#gets): added second
  21499 2007-12-17 16:41 [akr at ruby-lang.org] Ruby:r14262 (trunk): * string.c (rb_enc_str_coderange): set ENC_CODERANGE_BROKEN using
  21500 2007-12-17 17:08 [akr at ruby-lang.org] Ruby:r14263 (trunk): * string.c (rb_enc_str_asciionly_p): use rb_enc_str_coderange.

[前][次][スレッド一覧][上]