[前][次][スレッド一覧][上]
ruby-changes:2801-2900
2801 2007-12-18 16:14 [ko1@a... ] nobu - Ruby:r14291 (trunk): * common.mk (encs, ext/ripper/ripper.c): other options must come
2802 2007-12-18 17:04 [ko1@a... ] nobu - Ruby:r14293 (trunk): * transcode.c (rb_str_transcode_bang, rb_str_transcode): set new
2803 2007-12-18 17:28 [ko1@a... ] matz - Ruby:r14294 (trunk): * object.c (rb_obj_freeze): preserve frozen state of immediate
2804 2007-12-18 19:02 [ko1@a... ] matz - Ruby:r14295 (trunk): * string.c (rb_str_splice): propagate encoding.
2805 2007-12-18 19:46 [ko1@a... ] akr - Ruby:r14296 (trunk): fix test. .
2806 2007-12-18 20:26 [ko1@a... ] akr - Ruby:r14297 (trunk): * parse.y (arg tMATCH arg): call reg_named_capture_assign_gen if regexp
2807 2007-12-18 20:58 [ko1@a... ] ko1 - Ruby:r14298 (trunk): * bootstraptest/test_knownbug.rb: add issues.
2808 2007-12-18 21:08 [ko1@a... ] ko1 - Ruby:r14299 (trunk): * compile.c, insnhelper.ci, insns.def, object.c, vm.c, vm.h:
2809 2007-12-18 21:11 [ko1@a... ] ko1 - Ruby:r14300 (trunk): * vm.c (invoke_block): merge 2 stack overflow checks.
2810 2007-12-18 22:26 [ko1@a... ] usa - Ruby:r14301 (trunk): * dl/win32/lib/win32/sspi.rb: use pack/unpack("m") instead of base64
2811 2007-12-18 22:29 [ko1@a... ] ko1 - Ruby:r14302 (trunk): * insnhelper.ci, vm.c: rewrite sp manipulation around method/block
2812 2007-12-18 22:37 [ko1@a... ] gotoyuzo - Ruby:r14303 (trunk): * lib/rss/parser.rb, lib/rss/atom.rb, lib/rss/rss.rb,
2813 2007-12-18 22:58 [ko1@a... ] gotoyuzo - Ruby:r14304 (trunk): * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#shutdown):
2814 2007-12-18 23:05 [ko1@a... ] gotoyuzo - Ruby:r14305 (trunk): fix typo in last commit.
2815 2007-12-18 23:50 [ko1@a... ] gotoyuzo - Ruby:r14307 (trunk): * test/net/http/utils.rb: split TestNetHTTPUtils module from
2816 2007-12-18 23:50 [ko1@a... ] gotoyuzo - Ruby:r14306 (trunk): * lib/webrick/server.rb (WEBrick::GenericServer#accept_client):
2817 2007-12-18 23:55 [ko1@a... ] nobu - Ruby:r14308 (trunk): * compile.c (iseq_compile_each): fix for segfault.
2818 2007-12-19 00:12 [ko1@a... ] matz - Ruby:r14309 (trunk): * bignum.c (rb_cstr_to_inum): wrong radix check. a patch from
2819 2007-12-19 01:22 [ko1@a... ] akr - Ruby:r14310 (trunk): more m17n tests.
2820 2007-12-19 10:53 [ko1@a... ] nobu - Ruby:r14311 (ruby_1_8, trunk): * bignum.c (rb_cstr_to_inum): an underscore succeeding after octal
2821 2007-12-19 11:09 [ko1@a... ] nobu - Ruby:r14312 (ruby_1_8, trunk): * test/ruby/test_integer.rb (test_Integer): multiple underscores
2822 2007-12-19 12:02 [ko1@a... ] nobu - Ruby:r14313 (ruby_1_8): * parse.y (f_rest_arg): check if duplicated.
2823 2007-12-19 13:15 [ko1@a... ] akr - Ruby:r14314 (trunk): add test for center, ljust, rjust, chomp.
2824 2007-12-19 13:30 [ko1@a... ] naruse - Ruby:r14315 (trunk): * ext/nkf/nkf.c (NKF::_ENCODING): removed.
2825 2007-12-19 13:58 [ko1@a... ] nobu - Ruby:r14316 (ruby_1_8, trunk): * configure.in (TIMEZONE_VOID): check whether timezone requires zero
2826 2007-12-19 15:28 [ko1@a... ] matz - Ruby:r14317 (trunk): * string.c (rb_str_justify): should propagate encoding from pad
2827 2007-12-19 15:36 [ko1@a... ] akr - Ruby:r14318 (trunk): add tests.
2828 2007-12-19 15:38 [ko1@a... ] matz - Ruby:r14319 (trunk): * insnhelper.ci (vm_yield_with_cfunc): call cfunc with
2829 2007-12-19 15:39 [ko1@a... ] matz - Ruby:r14320 (trunk): fixed an error in ChengeLog entry
2830 2007-12-19 16:27 [ko1@a... ] nobu - Ruby:r14321 (trunk): * parse.y (reg_named_capture_assign_iter): remove C99 dependency.
2831 2007-12-19 16:36 [ko1@a... ] nobu - Ruby:r14322 (trunk): * parse.y (reg_named_capture_assign_iter): get rid of creating
2832 2007-12-19 18:39 [ko1@a... ] ko1 - Ruby:r14323 (trunk): * eval.c (errinfo_place): skip if error is Fixnum.
2833 2007-12-19 18:39 [ko1@a... ] akr - Ruby:r14324 (trunk): add tests for clear, clone, dup, count, crypt, delete, downcase, dump,
2834 2007-12-19 18:40 [ko1@a... ] ko1 - Ruby:r14325 (trunk): * bootstraptest/test_knownbug.rb, test_block.rb:
2835 2007-12-19 18:48 [ko1@a... ] ko1 - Ruby:r14326 (trunk): * compile.c (iseq_compile_each): remove "retry" in block.
2836 2007-12-19 18:48 [ko1@a... ] akr - Ruby:r14327 (trunk): add tests for hex, include?, index, rindex.
2837 2007-12-19 18:58 [ko1@a... ] akr - Ruby:r14328 (trunk): add tests for insert, intern, length, oct, replace, reverse.
2838 2007-12-19 19:13 [ko1@a... ] matz - Ruby:r14329 (trunk): * bignum.c (rb_big_mul0): blocking check for bigger numbers.
2839 2007-12-19 19:20 [ko1@a... ] naruse - Ruby:r14330 (trunk): * ext/nkf/nkf-utf8/nkf.c: Updated.
2840 2007-12-19 20:41 [ko1@a... ] usa - Ruby:r14331 (trunk): * bignum.c (bigmul1): C99ism.
2841 2007-12-19 21:03 [ko1@a... ] nobu - Ruby:r14332 (trunk): * bootstraptest/test_m17n.rb: set properties.
2842 2007-12-19 21:42 [ko1@a... ] nobu - Ruby:r14333 (trunk): * re.c (rb_reg_regsub): should set checked encoding.
2843 2007-12-19 23:15 [ko1@a... ] matz - Ruby:r14334 (trunk): * string.c (str_sublen): adjust position if position is not at the
2844 2007-12-19 23:39 [ko1@a... ] matz - Ruby:r14335 (trunk): * string.c (rb_str_chomp_bang): wrong adjust condition.
2845 2007-12-19 23:43 [ko1@a... ] matz - Ruby:r14336 (trunk): * string.c (rb_str_rindex): comparison length should be based on
2846 2007-12-19 23:57 [ko1@a... ] nobu - Ruby:r14337 (trunk): * dir.c (dir_inspect, dir_path, dir_tell): check for frozen and closed
2847 2007-12-20 00:11 [ko1@a... ] seki - Ruby:r14338 (trunk): * test/drb/drbtest.rb (test_07_public_private_protected_missing):
2848 2007-12-20 01:11 [ko1@a... ] nobu - Ruby:r14339 (trunk): * compile.c (iseq_compile_each): should handle upper level eval iseq
2849 2007-12-20 02:02 [ko1@a... ] matz - Ruby:r14340 (trunk): * string.c (rb_str_rindex_m): too much adjustment.
2850 2007-12-20 02:23 [ko1@a... ] nobu - Ruby:r14341 (trunk): * enc/Makefile.in (RM): added.
2851 2007-12-20 02:28 [ko1@a... ] nobu - Ruby:r14342 (trunk): * enc/iso8859_{1..16}.c: imported from Onigiruma 5.9.0.
2853 2007-12-20 02:51 [ko1@a... ] nobu - Ruby:r14344 (trunk): * enc/iso8859_{1..16}.c: adjust for ruby.
2854 2007-12-20 03:01 [ko1@a... ] matz - Ruby:r14345 (trunk): * common.mk (encs): create encoding directory.
2855 2007-12-20 04:16 [ko1@a... ] usa - Ruby:r14346 (trunk): * */Makefile.sub (DEFS, RM): output to config.status.
2856 2007-12-20 04:59 [ko1@a... ] ko1 - Ruby:r14347 (trunk): * compile.c (iseq_compile_each): remove unused retry entry.
2857 2007-12-20 06:40 [ko1@a... ] ko1 - Ruby:r14348 (trunk): * compile.c (iseq_compile_each): add pop after throw as return.
2858 2007-12-20 09:08 [ko1@a... ] matz - Ruby:r14349 (trunk): * string.c (rb_str_index): wrong starting position.
2859 2007-12-20 09:43 [ko1@a... ] matz - Ruby:r14350 (trunk): * bignum.c (big2str_orig): access beyond memory region cause crash
2860 2007-12-20 09:46 [ko1@a... ] ko1 - Ruby:r14351 (trunk): * compile.c (iseq_compile_each/NODE_RETURN): fix stack consistency.
2861 2007-12-20 09:50 [ko1@a... ] ko1 - Ruby:r14352 (trunk): * bootstraptest/test_syntax.rb: add a test.
2862 2007-12-20 10:03 [ko1@a... ] ko1 - Ruby:r14353 (trunk): * insnhelper.ci (vm_expandarray): fix sp increase place.
2863 2007-12-20 13:52 [ko1@a... ] akr - Ruby:r14354 (trunk): add m17n tests for scan, slice, slice!, split.
2864 2007-12-20 15:47 [ko1@a... ] nobu - Ruby:r14355 (trunk): * enc/iso_8859_{1..16}.c: renamed.
2865 2007-12-20 16:08 [ko1@a... ] ko1 - Ruby:r14356 (trunk): * insnhelper.ci, vm.c, vm_core.h: change interface of
2866 2007-12-20 16:44 [ko1@a... ] ko1 - Ruby:r14357 (trunk): * iseq.c (find_line_no): return 0 if not found.
2867 2007-12-20 17:08 [ko1@a... ] nobu - Ruby:r14358 (trunk): * common.mk (enc.mk): depends on rbconfig.rb.
2868 2007-12-20 17:17 [ko1@a... ] duerst - Ruby:r14359 (trunk): Thu Dec 20 17:15:15 2007 Martin Duerst <duerst@it.aoyama.ac.jp>
2869 2007-12-20 17:20 [ko1@a... ] ko1 - Ruby:r14360 (trunk): * proc.c: support Proc#binding.
2870 2007-12-20 17:39 [ko1@a... ] drbrain - Ruby:r14361 (trunk): Import RubyGems 1.0.0, r1575
2871 2007-12-20 17:55 [ko1@a... ] akr - Ruby:r14362 (trunk): add tests for squeeze, strip, sum, swapcase, to_f, to_i, to_s.
2872 2007-12-20 18:09 [ko1@a... ] akr - Ruby:r14363 (trunk): disable debug print.
2873 2007-12-20 18:30 [ko1@a... ] ko1 - Ruby:r14364 (trunk): * common.mk, *.ci: renamed to *.c.
2874 2007-12-20 18:35 [ko1@a... ] ko1 - Ruby:r14365 (trunk): * configure.in: add libthr for FreeBSD.
2875 2007-12-20 19:09 [ko1@a... ] akr - Ruby:r14366 (trunk): add test for succ.
2876 2007-12-20 19:14 [ko1@a... ] ko1 - Ruby:r14367 (trunk): * thread_pthread.c (native_thread_apply_priority): check
2877 2007-12-20 19:42 [ko1@a... ] ko1 - Ruby:r14368 (trunk): * lib/net/imap.rb (initialize): the second argument is an option
2878 2007-12-21 00:28 [ko1@a... ] matz - Ruby:r14369 (trunk): * string.c (tr_trans): wrong encoding check for tree strings.
2879 2007-12-21 01:13 [ko1@a... ] gotoyuzo - Ruby:r14370 (trunk): * io.c (select_internal): should return original value.
2880 2007-12-21 01:21 [ko1@a... ] gotoyuzo - Ruby:r14371 (trunk): * lib/net/http.rb (Net::HTTP#connect): use
2881 2007-12-21 01:27 [ko1@a... ] gotoyuzo - Ruby:r14372 (trunk): * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLContext.build):
2882 2007-12-21 05:26 [ko1@a... ] nobu - Ruby:r14373 (trunk): * lib/rubygems/defaults.rb, test/net/http/test_https.rb, test/rubygems/test_gem_commands_server_command.rb: set properties.
2883 2007-12-21 08:33 [ko1@a... ] matz - Ruby:r14374 (trunk): * enumerator.c (enumerator_next): should call next_init() if fiber
2884 2007-12-21 09:27 [ko1@a... ] akr - Ruby:r14375 (trunk): * tool/compile_prelude.rb: use erb.
2885 2007-12-21 11:23 [ko1@a... ] nobu - Ruby:r14376 (trunk): * common.mk (enc.mk): depends on $(RBCONFIG) instead of rbconfig.rb.
2886 2007-12-21 11:31 [ko1@a... ] akr - Ruby:r14377 (trunk): * regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb,
2887 2007-12-21 11:48 [ko1@a... ] ko1 - Ruby:r14378 (trunk): * vm.c, vm_dump.c: fix typo.
2888 2007-12-21 11:49 [ko1@a... ] ko1 - Ruby:r14379 (trunk): add reported.
2889 2007-12-21 11:56 [ko1@a... ] matz - Ruby:r14381 (trunk): * test/ruby/test_m17n.rb (TestM17N::test_tr): "invalid mbstring
2890 2007-12-21 12:03 [ko1@a... ] akr - Ruby:r14382 (trunk): * configure.in: check langinfo.h and locale.h.
2891 2007-12-21 12:18 [ko1@a... ] akr - Ruby:r14383 (trunk): * string.c (rb_str_is_ascii_only_p): new method ascii_only?.
2892 2007-12-21 12:22 [ko1@a... ] nobu - Ruby:r14384 (trunk): * keywords, parse.y (__ENCODING__): represent script encoding.
2893 2007-12-21 12:23 [ko1@a... ] jim - Ruby:r14385 (trunk): Added Rake 0.8.0
2894 2007-12-21 12:24 [ko1@a... ] akr - Ruby:r14380 (trunk): * encoding.c: include locale.h
2895 2007-12-21 12:25 [ko1@a... ] akr - Ruby:r14386 (trunk): illegal -> invalid.
2896 2007-12-21 12:27 [ko1@a... ] nobu - Ruby:r14387 (trunk): * bin/rake, lib/rake.rb, lib/rake: set properties.
2897 2007-12-21 12:27 [ko1@a... ] ko1 - Ruby:r14388 (trunk): * compile.c: remove "illegal".
2898 2007-12-21 12:30 [ko1@a... ] matz - Ruby:r14389 (trunk): * io.c (rb_io_mode_enc): set default external encoding if no
2899 2007-12-21 12:34 [ko1@a... ] matz - Ruby:r14390 (trunk): * file.c (Init_File): File.exists? revived.
2900 2007-12-21 12:56 [ko1@a... ] akr - Ruby:r14391 (trunk): * lib/runit, lib/rubyunit.rb, test/testunit/runit: removed.
[前][次][スレッド一覧][上]