[前][次][スレッド一覧][上]
ruby-changes:2701-2800
2701 2007-12-11 14:28 [ko1@a... ] nobu - Ruby:r14192 (trunk): * test/ruby/test_transcode.rb: added tests from Martin Duerst <duerst
2702 2007-12-11 15:24 [ko1@a... ] matz - Ruby:r14193 (trunk): * object.c (Init_Object): singleton_method_{added,removed,undefined}
2703 2007-12-11 16:19 [ko1@a... ] nobu - Ruby:r14194 (trunk): * Makefile.in, */Makefile.sub (CP, MV): added.
2704 2007-12-11 16:40 [ko1@a... ] akr - Ruby:r14195 (trunk): * encoding.c (rb_enc_ascget): renamed from rb_enc_get_ascii.
2705 2007-12-11 23:06 [ko1@a... ] matz - Ruby:r14196 (trunk): * pack.c (pack_pack): RDoc update. a patch from Gary Wright
2706 2007-12-12 12:15 [ko1@a... ] nobu - Ruby:r14197 (trunk): * re.c (rb_reg_regsub): should copy encoding.
2707 2007-12-12 12:46 [ko1@a... ] matz - Ruby:r14198 (trunk): * parse.y (expr): 'not' and '!' should act as conditional
2708 2007-12-12 16:40 [ko1@a... ] matz - Ruby:r14199 (trunk): * io.c (rb_io_check_readable): set default external encoding to
2709 2007-12-12 21:28 [ko1@a... ] matz - Ruby:r14200 (trunk): * eval_method.ci (rb_alias): no need to skip aliasing when new
2710 2007-12-12 22:23 [ko1@a... ] matz - Ruby:r14201 (trunk): * io.c (rb_io_mode_enc): allow specifying external encoding in
2711 2007-12-12 23:31 [ko1@a... ] akr - Ruby:r14202 (trunk): * re.c, regerror.c, string.c, parse.y, ruby.c, file.c:
2712 2007-12-13 08:47 [ko1@a... ] matz - Ruby:r14203 (trunk): * io.c (read_all): should associate default external encoding.
2713 2007-12-13 09:00 [ko1@a... ] matz - Ruby:r14204 (trunk): * io.c (rb_io_getc): use default external encoding if fptr->enc is
2714 2007-12-13 09:21 [ko1@a... ] akr - Ruby:r14205 (trunk): upcase hex.
2715 2007-12-13 11:38 [ko1@a... ] akr - Ruby:r14206 (trunk): add test for .
2716 2007-12-13 13:10 [ko1@a... ] matz - Ruby:r14207 (trunk): * include/ruby/io.h (MakeOpenFile): fptr->enc should be
2717 2007-12-13 16:45 [ko1@a... ] matz - Ruby:r14208 (trunk): * encoding.c (rb_enc_compatible): should not judge compatibility
2718 2007-12-13 17:04 [ko1@a... ] nobu - Ruby:r14209 (trunk): * encoding.c (rb_enc_compatible): should swap encoding indexes too.
2719 2007-12-13 17:05 [ko1@a... ] nobu - Ruby:r14210 (trunk): * encoding.c (enc_get_encoding): removed.
2720 2007-12-13 17:32 [ko1@a... ] matz - Ruby:r14211 (trunk): * string.c (rb_str_split_m): need not to check encoding if regexp
2721 2007-12-13 18:10 [ko1@a... ] matz - Ruby:r14212 (trunk): * string.c (str_gsub): should copy encoding to the result.
2722 2007-12-13 18:20 [ko1@a... ] matz - Ruby:r14213 (trunk): * string.c (rb_str_succ): should not enter infinite loop for
2723 2007-12-13 20:11 [ko1@a... ] akr - Ruby:r14214 (trunk): * eval.c (rb_protect): restore root_jmpbuf to avoid SEGV by
2724 2007-12-13 20:52 [ko1@a... ] akr - Ruby:r14215 (trunk): * string.c (rb_str_shared_replace): make str noembed after free.
2725 2007-12-13 21:32 [ko1@a... ] akr - Ruby:r14216 (trunk): don't show shared and assoc for embed string.
2726 2007-12-13 22:44 [ko1@a... ] matz - Ruby:r14217 (trunk): * encoding.c (rb_enc_compatible): encoding should never fall back
2727 2007-12-14 01:10 [ko1@a... ] matz - Ruby:r14218 (trunk): * re.c (rb_reg_initialize): embedded string may override encoding
2728 2007-12-14 02:07 [ko1@a... ] matz - Ruby:r14219 (trunk): * io.c (rb_io_synchronized): should check if initialized.
2729 2007-12-14 02:33 [ko1@a... ] matz - Ruby:r14220 (trunk): * encoding.c (rb_enc_compatible): 1st argument (typically the
2730 2007-12-14 03:01 [ko1@a... ] matz - Ruby:r14221 (trunk): * string.c (str_nth): direct jump if string is 7bit only. great
2731 2007-12-14 08:19 [ko1@a... ] akr - Ruby:r14222 (trunk): * eval.c (rb_protect): restore root_jmpbuf even if proc exits by
2732 2007-12-14 11:20 [ko1@a... ] nobu - Ruby:r14223 (ruby_1_8, trunk): * configure.in (RUBY_CHECK_VARTYPE): check if a variable is defined
2733 2007-12-14 11:55 [ko1@a... ] nobu - Ruby:r14224 (ruby_1_8, trunk): * lib/mkmf.rb (try_var): should fail for functions.
2734 2007-12-14 12:39 [ko1@a... ] nobu - Ruby:r14225 (ruby_1_8, trunk): * ext/readline/extconf.rb: should use have_func for functions instead
2735 2007-12-14 13:48 [ko1@a... ] nobu - Ruby:r14226 (trunk): * common.mk (ruby.imp): fix for circular dependency. a patch from
2736 2007-12-14 17:37 [ko1@a... ] matz - Ruby:r14227 (trunk): * string.c (rb_str_cmp): encoding aware comparison.
2737 2007-12-14 17:38 [ko1@a... ] matz - Ruby:r14228 (trunk): * io.c (rb_f_p): RDoc update. a patch from murphy <murphy AT rubychan.de>.
2738 2007-12-14 18:21 [ko1@a... ] akr - Ruby:r14229 (trunk): * thread_pthread.ci (native_thread_create): twice the stack size.
2739 2007-12-15 02:05 [ko1@a... ] matz - Ruby:r14230 (trunk): * lib/rdoc/options.rb (Options::parse): do not access $KCODE any
2740 2007-12-15 06:28 [ko1@a... ] akr - Ruby:r14231 (trunk): add test for .
2741 2007-12-15 10:24 [ko1@a... ] nahi - Ruby:r14232 (trunk): * cosmetic: fixed a typo in RDoc comment
2742 2007-12-15 11:40 [ko1@a... ] akr - Ruby:r14233 (trunk): use Enumerator for reproduce .
2743 2007-12-15 12:58 [ko1@a... ] nobu - Ruby:r14234 (trunk): * encoding.c (rb_enc_register, rb_enc_replicate, rb_enc_alias): check
2744 2007-12-15 13:32 [ko1@a... ] akr - Ruby:r14235 (trunk): * vm_core.h (rb_thread_t): new member machine_stack_maxsize and
2745 2007-12-15 14:42 [ko1@a... ] matz - Ruby:r14236 (trunk): * transcode.c (str_transcode, transcode_dispatch): added two-step
2746 2007-12-15 15:08 [ko1@a... ] matz - Ruby:r14237 (trunk): * lib/e2mmap.rb (Exception2MessageMapper::E2MM.Raise): $! no
2747 2007-12-15 18:57 [ko1@a... ] nobu - Ruby:r14238 (trunk): * configure.in (enc/Makefile): add external encoding objects list.
2748 2007-12-15 20:04 [ko1@a... ] akr - Ruby:r14239 (trunk): close socket.
2749 2007-12-15 20:12 [ko1@a... ] akr - Ruby:r14240 (ruby_1_8, trunk): catch EOFError in a thread.
2750 2007-12-15 20:21 [ko1@a... ] akr - Ruby:r14241 (trunk): avoid ruby -d test/ruby/test_marshal.rb output binary marshaled data.
2751 2007-12-15 20:21 [ko1@a... ] nobu - Ruby:r14242 (trunk): * configure.in (BUILTIN_ENCS): [] needs to be enclosed because of m4.
2752 2007-12-15 21:40 [ko1@a... ] akr - Ruby:r14243 (trunk): * lib/timeout.rb: join the background thread to make sure it is dead.
2753 2007-12-15 22:28 [ko1@a... ] nobu - Ruby:r14244 (trunk): * configure.in (BUILTIN_ENCS): splitted command line instead of
2754 2007-12-15 23:52 [ko1@a... ] akr - Ruby:r14245 (trunk): * test/xmlrpc/webrick_testing.rb: join webrick server thread.
2755 2007-12-16 00:02 [ko1@a... ] akr - Ruby:r14246 (trunk): * test/openssl/test_pair.rb (SSLPair#ssl_pair): join the thread, even
2756 2007-12-16 00:40 [ko1@a... ] nobu - Ruby:r14247 (trunk): * configure.in (MAKEFILES): should be enc/Makefile, not GNUmakefile.
2757 2007-12-16 01:29 [ko1@a... ] akr - Ruby:r14248 (trunk): add test for .
2758 2007-12-16 11:17 [ko1@a... ] akr - Ruby:r14249 (trunk): more tests.
2759 2007-12-16 14:52 [ko1@a... ] nobu - Ruby:r14250 (trunk): * configure.in (BUILTIN_ENCS): removed escapes for OpenBSD.
2760 2007-12-17 10:34 [ko1@a... ] matz - Ruby:r14251 (trunk): for undefined conversions.
2761 2007-12-17 11:40 [ko1@a... ] akr - Ruby:r14252 (trunk): * thread_win32.ci (native_thread_create): initialize
2762 2007-12-17 12:45 [ko1@a... ] nobu - Ruby:r14253 (ruby_1_8, trunk): * Makefile.in (RUNRUBY): added RUNRUBYOPT.
2763 2007-12-17 12:49 [ko1@a... ] akr - Ruby:r14254 (trunk): extern rb_gc_stack_maxsize.
2764 2007-12-17 13:48 [ko1@a... ] akr - Ruby:r14255 (ruby_1_8): * gc.c (stack_end_address): use local variable address instead of
2765 2007-12-17 14:02 [ko1@a... ] matz - Ruby:r14256 (trunk): * string.c (tr_find): wrong condition fixed.
2766 2007-12-17 14:08 [ko1@a... ] akr - Ruby:r14257 (trunk): * include/ruby/encoding.h (ENC_CODERANGE_VALID): rename from
2767 2007-12-17 14:20 [ko1@a... ] akr - Ruby:r14258 (ruby_1_8): describe the previous problem.
2768 2007-12-17 14:23 [ko1@a... ] akr - Ruby:r14259 (ruby_1_8): refined.
2769 2007-12-17 16:04 [ko1@a... ] gotoyuzo - Ruby:r14260 (trunk): * lib/webrick/httprequest.rb, lib/webrick/cgi.rb: Request-Line or
2770 2007-12-17 16:06 [ko1@a... ] gotoyuzo - Ruby:r14261 (trunk): * ext/openssl/lib/openssl/buffering.rb (Buffering#gets): added second
2771 2007-12-17 17:09 [ko1@a... ] akr - Ruby:r14262 (trunk): * string.c (rb_enc_str_coderange): set ENC_CODERANGE_BROKEN using
2772 2007-12-17 17:15 [ko1@a... ] akr - Ruby:r14263 (trunk): * string.c (rb_enc_str_asciionly_p): use rb_enc_str_coderange.
2773 2007-12-17 17:18 [ko1@a... ] nobu - Ruby:r14264 (trunk): * configure.in (EXTERNAL_ENCOBJS, ENCSOS): removed.
2774 2007-12-17 17:20 [ko1@a... ] nobu - Ruby:r14265 (trunk): * enc/depend: commit miss.
2775 2007-12-17 17:33 [ko1@a... ] nobu - Ruby:r14266 (trunk): * configure.in (MAKEFILES): removed enc/Makefile.
2776 2007-12-17 17:48 [ko1@a... ] nobu - Ruby:r14267 (trunk): * common.mk (encs): new target to compile external encodings.
2777 2007-12-17 18:08 [ko1@a... ] matz - Ruby:r14268 (trunk): * string.c (rb_str_index): check if substring is broken.
2778 2007-12-17 18:45 [ko1@a... ] matz - Ruby:r14269 (trunk): * string.c (scan_once): need no encoding compatibility check.
2779 2007-12-17 21:26 [ko1@a... ] gotoyuzo - Ruby:r14270 (trunk): * ext/openssl/ossl_ssl.c (ossl_sslctx_set_ssl_version):
2780 2007-12-17 21:30 [ko1@a... ] gotoyuzo - Ruby:r14271 (trunk): * common.mk (miniprelude.c): add -I$(srcdir).
2781 2007-12-17 21:41 [ko1@a... ] nobu - Ruby:r14272 (trunk): * win32/enc-setup.mak: extracts BUILTIN_ENCOBJS.
2782 2007-12-17 22:23 [ko1@a... ] akr - Ruby:r14273 (trunk): show regexp flags and encoding.
2783 2007-12-18 00:00 [ko1@a... ] akr - Ruby:r14274 (trunk): more tests.
2784 2007-12-18 01:15 [ko1@a... ] matz - Ruby:r14275 (trunk): * re.c (rb_reg_initialize): raise error if non-Unicode fixed
2785 2007-12-18 01:16 [ko1@a... ] nobu - Ruby:r14276 (trunk): * common.mk (encs): added dependencies.
2786 2007-12-18 01:21 [ko1@a... ] nobu - Ruby:r14277 (trunk): * parse.y (parser_encode_length): chomp eol style modifiers.
2787 2007-12-18 01:43 [ko1@a... ] nobu - Ruby:r14278 (trunk): * lib/mkmf.rb (depend_rules): inserts ruby to only headers.
2788 2007-12-18 02:00 [ko1@a... ] matz - Ruby:r14279 (trunk): * sprintf.c (rb_str_format): need to clear output buffer to avoid
2789 2007-12-18 02:00 [ko1@a... ] matz - Ruby:r14280 (trunk): ChangeLog: typo fixed
2790 2007-12-18 02:31 [ko1@a... ] nobu - Ruby:r14281 (trunk): * configure.in (BUILTIN_ENCS): removed.
2791 2007-12-18 05:58 [ko1@a... ] matz - Ruby:r14282 (trunk): * lib/Env.rb, lib/base64.rb, lib/importenv.rb, lib/eregex.rb: removed.
2792 2007-12-18 06:05 [ko1@a... ] matz - Ruby:r14283 (trunk): * lib/ping.rb, lib/readbytes.rb: removed
2793 2007-12-18 08:07 [ko1@a... ] matz - Ruby:r14284 (trunk): * proc.c (rb_obj_public_method): Object#public_method to retrieve
2794 2007-12-18 14:03 [ko1@a... ] akr - Ruby:r14285 (trunk): more tests.
2795 2007-12-18 14:06 [ko1@a... ] nobu - Ruby:r14286 (trunk): * enc/depend: get rid of target expanded as empty for nmake.
2796 2007-12-18 14:45 [ko1@a... ] matz - Ruby:r14287 (trunk): * string.c (str_nth): need not to raise out-of-range exception.
2797 2007-12-18 14:51 [ko1@a... ] matz - Ruby:r14288 (trunk): * parse.y (op_tbl): remove duplication to avoid symbol aliases.
2798 2007-12-18 15:24 [ko1@a... ] nobu - Ruby:r14289 (trunk): * common.mk (encs, ext/ripper/ripper.c): pass MAKEFLAGS.
2799 2007-12-18 15:27 [ko1@a... ] drbrain - Ruby:r14290 (trunk): Don't call private fail anymore.
2800 2007-12-18 16:14 [ko1@a... ] akr - Ruby:r14292 (trunk): more tests.
[前][次][スレッド一覧][上]