[前][次][番号順一覧][上]
ruby-cvs:22301-22400
22301 2008-01-15 18:05 [usa ruby-lang.org ] Ruby:r15064 (trunk): * win32/Makefile.sub (MKFILES): add dependecies.
22302 2008-01-15 18:06 [usa ruby-lang.org ] Ruby:r15065 (trunk): * enc/utf_8.c (ONIG_ENCODING_UTF8): reverted.
22303 2008-01-15 18:47 [matz ruby-lang.org ] Ruby:r15066 (trunk): * enc/utf_8.c: remove use of ONIG_ENCODING_UTF8 altogether; use
22304 2008-01-15 22:36 [naruse ruby-lang.org] Ruby:r15067 (trunk): * encoding.c (ENC_REGISTER): use &OnigEncoding*.
22305 2008-01-15 23:02 [naruse ruby-lang.org] Ruby:r15068 (trunk): * enc/utf_{16,32}{be,le}.c: remove some ARG_UNUSED. replace struct
22306 2008-01-15 23:54 [naruse ruby-lang.org] Ruby:r15069 (trunk): * enc/*: add ARG_UNUSED.
22307 2008-01-16 10:29 [drbrain ruby-lang.or] Ruby:r15070: Ignore encdb.h
22308 2008-01-16 10:36 [drbrain ruby-lang.or] Ruby:r15071 (trunk): Clean up comments
22309 2008-01-16 12:51 [nobu ruby-lang.org ] Ruby:r15072 (trunk): * include/ruby/intern.h (rb_str_tmp_new, rb_str_shared_replace):
22310 2008-01-16 14:55 [nobu ruby-lang.org ] Ruby:r15073 (trunk): * file.c (sys_fail2): get rid of unlimited alloca.
22311 2008-01-16 15:26 [nobu ruby-lang.org ] Ruby:r15074 (trunk): * load.c (rb_feature_p): get rid of unlimited alloca.
22312 2008-01-16 15:27 [nobu ruby-lang.org ] Ruby:r15075 (trunk): * ChangeLog: commit miss.
22313 2008-01-16 16:15 [knu ruby-lang.org ] Ruby:r15076 (trunk): Fix grammar.
22314 2008-01-16 17:36 [usa ruby-lang.org ] Ruby:r15077 (trunk): * test/test_delegate.rb: add new test file for delegate.rb.
22315 2008-01-16 17:56 [usa ruby-lang.org ] Ruby:r15078 (trunk): * numeric.c (fix_quo): typo. a patch from Shin-ichiro HARA
22316 2008-01-16 18:03 [nobu ruby-lang.org ] Ruby:r15079 (trunk): * io.c (pipe_open, rb_io_s_popen): clear temporary object to release
22317 2008-01-16 18:38 [nobu ruby-lang.org ] Ruby:r15080 (trunk): * enc/windows_1251.c: newline at EOF.
22318 2008-01-16 22:45 [nobu ruby-lang.org ] Ruby:r15081 (trunk): * encoding.c (enc_register_at): make own copy. [ruby-dev:33136]
22319 2008-01-17 17:08 [nobu ruby-lang.org ] Ruby:r15082 (trunk): * enc/shift_jis.c: newline at EOF.
22320 2008-01-17 21:05 [tadf ruby-lang.org ] Ruby:r15083 (trunk): * lib/date.rb (Date::Infinity#<=>): didn't work. A patch from
22321 2008-01-17 21:07 [tadf ruby-lang.org ] Ruby:r15084 (ruby_1_8): * lib/date.rb (Date::Infinity#<=>): didn't work. A patch from
22322 2008-01-17 21:48 [nobu ruby-lang.org ] Ruby:r15085 (trunk): * re.c (rb_char_to_option_kcode): fixed typo.
22323 2008-01-17 23:56 [nobu ruby-lang.org ] Ruby:r15086 (trunk): * common.mk (encdb.h): give output file name to make_encdb.rb.
22324 2008-01-18 00:03 [nobu ruby-lang.org ] Ruby:r15087 (trunk): * ext/stringio/stringio.c (strio_init): use default external encoding
22325 2008-01-18 00:17 [nobu ruby-lang.org ] Ruby:r15088 (trunk): * enc/euc_cn.c: split from enc/euc_kr.c.
22326 2008-01-18 00:23 [nobu ruby-lang.org ] Ruby:r15089 (trunk): * encoding.c (enc_free): removed since rb_encoding may be used while
22327 2008-01-18 00:49 [nobu ruby-lang.org ] Ruby:r15090 (trunk): * io.c (rb_io_check_readable): flush tied write IO too.
22328 2008-01-18 01:48 [nobu ruby-lang.org ] Ruby:r15091 (trunk): * vm_insnhelper.c (vm_call_method): check argument number to
22329 2008-01-18 01:53 [nobu ruby-lang.org ] Ruby:r15092 (trunk): * bootstraptest/test_attr.rb: added for [ruby-core:15120].
22330 2008-01-18 01:59 [nobu ruby-lang.org ] Ruby:r15093 (trunk): * bootstraptest/test_attr.rb: moved test for [ruby-core:14641].
22331 2008-01-18 02:02 [nobu ruby-lang.org ] Ruby:r15094 (trunk): * bootstraptest/runner.rb (assert_valid_syntax): added.
22332 2008-01-18 02:06 [nobu ruby-lang.org ] Ruby:r15095 (trunk): * vm_insnhelper.c: math.h for isnan.
22333 2008-01-18 04:29 [drbrain ruby-lang.or] Ruby:r15096 (trunk): Fix namespacing
22334 2008-01-18 07:20 [matz ruby-lang.org ] Ruby:r15097 (trunk): * io.c (io_fwrite): always flush IO on tty, even without newlines.
22335 2008-01-18 07:21 [matz ruby-lang.org ] Ruby:r15098 (trunk): * io.c (Init_IO): stdin/stdout may not be duplex.
22336 2008-01-18 09:23 [matz ruby-lang.org ] Ruby:r15099 (trunk): * parse.y (parser_initialize): explicitly call rb_ascii8bit_encoding().
22337 2008-01-18 09:38 [matz ruby-lang.org ] Ruby:r15100 (trunk): * parse.y (ripper_initialize): move parser->enc initialization.
22338 2008-01-18 09:44 [usa ruby-lang.org ] Ruby:r15101 (trunk): * re.c (rb_char_to_option_kcode): Regexp switch `s' should mean
22339 2008-01-18 09:54 [usa ruby-lang.org ] Ruby:r15102 (trunk): * test_m17n.rb: Regexp switch `s' should mean Windows-31J, as wells as
22340 2008-01-18 10:30 [matz ruby-lang.org ] Ruby:r15103 (trunk): * encoding.c (rb_enc_aliases_enc_i): exclude non alias names from
22341 2008-01-18 10:37 [matz ruby-lang.org ] Ruby:r15104 (trunk): * encoding.c (rb_enc_find_index): use original encoding name to
22342 2008-01-18 11:39 [nobu ruby-lang.org ] Ruby:r15105 (trunk): * encoding.c (rb_enc_find_index): use original encoding name to
22343 2008-01-18 11:45 [kazu ruby-lang.org ] Ruby:r15106 (trunk): missing space
22344 2008-01-18 12:25 [nobu ruby-lang.org ] Ruby:r15107 (trunk): * encoding.c (load_encoding): check if successfully loaded.
22345 2008-01-18 13:49 [matz ruby-lang.org ] Ruby:r15108 (trunk): * string.c (rb_str_dump): preserve the encoding of source string
22346 2008-01-18 14:43 [kazu ruby-lang.org ] Ruby:r15109 (trunk): * test/ruby/test_m17n.rb (test_str_dump): added test for
22347 2008-01-18 15:56 [nobu ruby-lang.org ] Ruby:r15110 (trunk): * encoding.c (rb_enc_name_list_i, rb_enc_aliases_enc_i): freeze
22348 2008-01-18 15:57 [nobu ruby-lang.org ] Ruby:r15111 (trunk): * thread.c (thread_cleanup_func): ignore errors from destroying mutex
22349 2008-01-18 17:56 [nobu ruby-lang.org ] Ruby:r15112 (trunk): * eval_intern.h, insnhelper.h, thread_pthread.h, vm_core.h, vm_opts.h:
22350 2008-01-18 20:06 [usa ruby-lang.org ] Ruby:r15113 (trunk): * win32/setup.mak (BASERUBY): nmake cannot execute ruby collectly
22351 2008-01-18 20:20 [usa ruby-lang.org ] Ruby:r15114 (trunk): * parse.y (ripper_initialize): too early to set parser->enc.
22352 2008-01-18 23:49 [nobu ruby-lang.org ] Ruby:r15115 (trunk): * thread.c (thread_create_core): set thread group before creating
22353 2008-01-19 00:15 [usa ruby-lang.org ] Ruby:r15116 (trunk): * thread_win32.c (w32_wait_events): shouldn't invoke interrupt handle
22354 2008-01-19 00:37 [nobu ruby-lang.org ] Ruby:r15117 (trunk): * sprintf.c (rb_str_format): set result encoding for wider width.
22355 2008-01-19 03:48 [matz ruby-lang.org ] Ruby:r15118 (trunk): * thread.c (thread_create_core): prohibit thread creation in the
22356 2008-01-19 08:35 [nobu ruby-lang.org ] Ruby:r15119 (trunk): * parse.y (parser_prepare): get encoding from the first line.
22357 2008-01-19 09:06 [drbrain ruby-lang.or] Ruby:r15120 (trunk): * lib/rdoc/markup: Remove ListBase and Line constants.
22358 2008-01-19 09:29 [suke ruby-lang.org ] Ruby:r15121 (trunk): * ext/win32ole/win32ole.c (ole_set_safe_array): should not use
22359 2008-01-19 10:33 [nobu ruby-lang.org ] Ruby:r15122 (trunk): * trunk/test/rdoc/test_rdoc_ri_formatter.rb: set eol-style.
22360 2008-01-19 11:10 [nobu ruby-lang.org ] Ruby:r15123 (ruby_1_8, trunk): * configure.in: Remove wrong assumptions about Cygwin. a patch from
22361 2008-01-19 11:21 [nobu ruby-lang.org ] Ruby:r15124 (ruby_1_8, trunk): * configure.in (sigsetjmp): check if available.
22362 2008-01-19 17:23 [tadf ruby-lang.org ] Ruby:r15125 (trunk): * lib/date.rb, lib/date/format.rb: parse's hints as an
22363 2008-01-19 18:42 [tadf ruby-lang.org ] Ruby:r15126 (trunk): * lib/date.rb (once): use an instance variable which points a hash
22364 2008-01-19 20:43 [akr ruby-lang.org ] Ruby:r15127 (trunk): * encoding.c (enc_new): don't free rb_encoding to avoid SEGV by
22365 2008-01-19 21:04 [akr ruby-lang.org ] Ruby:r15128 (trunk): * lib/rdoc/template.rb (RDoc): defined to avoid uninitialized constant
22366 2008-01-19 22:42 [akr ruby-lang.org ] Ruby:r15129 (trunk): * string.c (coderange_scan): don't call mbclen functions for ASCII
22367 2008-01-20 00:37 [naruse ruby-lang.org] Ruby:r15130 (trunk): * enc/koi8_u.c: added.
22368 2008-01-20 02:44 [akr ruby-lang.org ] Ruby:r15131 (trunk): add a test.
22369 2008-01-20 03:36 [akr ruby-lang.org ] Ruby:r15132 (trunk): fix a test.
22370 2008-01-20 03:56 [akr ruby-lang.org ] Ruby:r15133 (trunk): update encdump for UTF-16.
22371 2008-01-20 05:04 [naruse ruby-lang.org] Ruby:r15134 (trunk): * ascii.c: remove difinition of replica KOI8-U.
22372 2008-01-20 05:15 [naruse ruby-lang.org] Ruby:r15135 (trunk): * enc/make_encdb.rb: fix duplication check.
22373 2008-01-20 09:15 [naruse ruby-lang.org] Ruby:r15136 (trunk): * common.mk: use -Ks when read insns.def. [ruby-dev#33185]
22374 2008-01-20 09:51 [akr ruby-lang.org ] Ruby:r15137 (trunk): add a test.
22375 2008-01-20 10:30 [akr ruby-lang.org ] Ruby:r15138 (trunk): add a assertion message.
22376 2008-01-20 11:06 [akr ruby-lang.org ] Ruby:r15139 (trunk): add a test.
22377 2008-01-20 13:06 [nobu ruby-lang.org ] Ruby:r15140 (trunk): * string.c (rb_str_each_char): performance improvement, and stop if
22378 2008-01-20 13:31 [ser ruby-lang.org ] Ruby:r15141 (trunk): r1479@bean: ser | 2008-01-19 14:26:31 -0500
22379 2008-01-20 15:12 [duerst ruby-lang.org] Ruby:r15142 (trunk): Sun Jan 20 15:08:08 2008 Martin Duerst
22380 2008-01-20 17:54 [duerst ruby-lang.org] Ruby:r15143 (trunk): Sun Jan 20 15:08:08 2008 Martin Duerst
22381 2008-01-20 20:00 [duerst ruby-lang.org] Ruby:r15144 (trunk): Sun Jan 20 20:00:20 2008 Martin Duerst
22382 2008-01-20 22:51 [akr ruby-lang.org ] Ruby:r15145 (trunk): add a test for each_char.
22383 2008-01-21 02:12 [akr ruby-lang.org ] Ruby:r15146 (trunk): add a test.
22384 2008-01-21 03:45 [nobu ruby-lang.org ] Ruby:r15147 (trunk): * string.c (rb_str_each_char): advance offset before get next char
22385 2008-01-21 06:40 [nobu ruby-lang.org ] Ruby:r15148 (trunk): * transcode.c (transcode_dispatch): constified return value.
22386 2008-01-21 11:59 [nobu ruby-lang.org ] Ruby:r15149 (trunk): * string.c (rb_str_each_char): move forward. [ruby-dev:33231]
22387 2008-01-21 12:35 [nobu ruby-lang.org ] Ruby:r15150 (trunk): * transcode.c (transcode_loop, str_transcoding_resize): use unsigned
22388 2008-01-21 12:50 [nobu ruby-lang.org ] Ruby:r15151 (ruby_1_8, trunk): * eval.c, gc.c (setjmp): sigsetjmp is a macro on cygwin.
22389 2008-01-21 14:32 [nobu ruby-lang.org ] Ruby:r15152 (trunk): * transcode.c (str_transcode): initialize transcoder in
22390 2008-01-21 14:36 [nobu ruby-lang.org ] Ruby:r15153 (trunk): * transcode.c (str_transcode): initialize transcoder in
22391 2008-01-21 17:43 [knu ruby-lang.org ] Ruby:r15154 (ruby_1_8): * io.c (rb_io_mode_flags, rb_io_mode_modenum): Ignore encoding
22392 2008-01-21 18:01 [usa ruby-lang.org ] Ruby:r15155 (ruby_1_8): * 2008-01-21
22393 2008-01-21 19:42 [duerst ruby-lang.org] Ruby:r15156 (trunk): Mon Jan 21 19:42:42 2008 Martin Duerst
22394 2008-01-21 20:10 [tadf ruby-lang.org ] Ruby:r15157 (trunk): * lib/date.rb (marshal_load): initialize the cache.
22395 2008-01-21 20:12 [tadf ruby-lang.org ] Ruby:r15158 (trunk): fixed a typo.
22396 2008-01-21 20:28 [tadf ruby-lang.org ] Ruby:r15159 (ruby_1_8): fixed a typo.
22397 2008-01-22 00:33 [mame ruby-lang.org ] Ruby:r15160 (trunk): * bignum.c (big_shift): fix a bug that caused infinite loop when
22398 2008-01-22 00:46 [mame ruby-lang.org ] Ruby:r15161 (trunk): * test/ruby/test_bignum.rb: add tests for bignum.c.
22399 2008-01-22 01:18 [kazu ruby-lang.org ] Ruby:r15162 (trunk): * ChangeLog: format-time-string under C locale. [ruby-dev:33261]
22400 2008-01-22 04:47 [matz ruby-lang.org ] Ruby:r15163 (trunk): * parse.y (rb_intern3): do not call rb_enc_mbclen() if *m is
[前][次][番号順一覧][上]