[前][次][番号順一覧][上]
ruby-changes:8101-8200
8101 2008-09-29 23:13 [ko1@a... ] Ruby:r19627 (trunk): moved def_canon.
8102 2008-09-29 23:39 [ko1@a... ] Ruby:r19628 (trunk): * string.c (rb_str_subseq): don't use rb_str_drop_bytes for short
8103 2008-09-30 00:48 [ko1@a... ] Ruby:r19629 (trunk): * ext/nkf/nkf-utf8/nkf.c: constified.
8104 2008-09-30 00:51 [ko1@a... ] Ruby:r19630 (trunk): * ext/nkf/nkf-utf8/nkf.c: commit miss.
8105 2008-09-30 01:03 [ko1@a... ] Ruby:r19631 (trunk): * parse.y (token_info_push, token_info_pop): do nothing for evaled
8106 2008-09-30 02:53 [ko1@a... ] Ruby:r19632 (trunk): * ChangeLog: restored the entries lost by a mistake.
8107 2008-09-30 07:48 [ko1@a... ] Ruby:r19633 (trunk): Fix some RDoc and RubyGems test interactions. Fix -n in test/runner.rb
8108 2008-09-30 13:14 [ko1@a... ] Ruby:r19634 (trunk): Updated to 1.3.0 r4255.
8109 2008-09-30 13:17 [ko1@a... ] Ruby:r19635 (trunk): properties.
8110 2008-09-30 13:18 [ko1@a... ] Ruby:r19636 (trunk): rolled out change 19608... not 1.8 compatible.
8111 2008-09-30 13:20 [ko1@a... ] Ruby:r19637 (trunk): Remove extra call to setup to fix ENV['HOME'] pollution
8112 2008-09-30 13:57 [ko1@a... ] Ruby:r19638 (trunk): Updated miniunit to 1.3.0 r4256.
8113 2008-09-30 15:57 [ko1@a... ] Ruby:r19639 (trunk): Updated miniunit to 4257. This cleans all my tests when run in isolation. I still have failures when run with everything else
8114 2008-09-30 16:54 [ko1@a... ] Ruby:r19640 (trunk): * parse.y (stmt): returns non zero.
8115 2008-09-30 23:13 [ko1@a... ] Ruby:r19643 (trunk): Reverts the changes of lib/test/unit/* in r19543, r19534 and r19503.
8116 2008-09-30 23:13 [ko1@a... ] Ruby:r19644 (trunk): Reverts the changes of lib/test/unit.rb in r19502 and r19501.
8117 2008-09-30 23:13 [ko1@a... ] Ruby:r19645 (trunk): Temporarily removed test/mini/* because they depend on the minitest version
8118 2008-10-01 00:21 [ko1@a... ] Ruby:r19647 (trunk): * 2008-10-01
8119 2008-10-01 00:21 [ko1@a... ] Ruby:r19646 (trunk): * process.c (check_exec_redirect): don't depend on rb_stdout and
8120 2008-10-01 00:31 [ko1@a... ] Ruby:r19648 (trunk): * test/ruby/test_settracefunc.rb (test_call, test_class): line number
8121 2008-10-01 01:19 [ko1@a... ] Ruby:r19649 (trunk): * string.c (rb_str_split_m): should use rb_str_subseq() which use
8122 2008-10-01 02:58 [ko1@a... ] Ruby:r19650 (trunk): * io.c (rb_io_extract_modeenc): should honor value of the
8123 2008-10-01 04:43 [ko1@a... ] Ruby:r19651 (trunk): properties.
8124 2008-10-01 18:58 [ko1@a... ] Ruby:r19652 (ruby_1_8, trunk): * marshal.c (marshal_dump): initializes dump_arg before any funcall.
8125 2008-10-01 19:12 [ko1@a... ] Ruby:r19653 (ruby_1_8, trunk): * marshal.c (marshal_dump): fixed for check_dump_arg.
8126 2008-10-01 19:14 [ko1@a... ] Ruby:r19654 (trunk): * gc.c (rb_gc_call_finalizer_at_exit): deffers IO finalization.
8127 2008-10-01 19:21 [ko1@a... ] Ruby:r19655 (trunk): * common.mk (parse.h): removes line directives.
8128 2008-10-01 21:36 [ko1@a... ] Ruby:r19656 (trunk): * gc.c (rb_gc_call_finalizer_at_exit): finalize deferred IO and Data.
8129 2008-10-01 22:47 [ko1@a... ] Ruby:r19657 (trunk): * lib/xmlrpc, lib/rexml, test/ruby/test_array.rb,
8130 2008-10-01 22:58 [ko1@a... ] Ruby:r19658 (trunk): * lib/rexml/parsers/lightparser.rb, lib/debug.rb: remove unused when
8131 2008-10-02 11:24 [ko1@a... ] Ruby:r19659: Ignore conftest.dSYM.
8132 2008-10-02 11:40 [ko1@a... ] Ruby:r19661 (trunk): * 2008-10-02
8133 2008-10-02 11:40 [ko1@a... ] Ruby:r19660 (trunk): Back out the previous change after miniunit import.
8134 2008-10-02 20:47 [ko1@a... ] Ruby:r19662 (trunk): * string.c (rb_str_sub_bang): fix coderange.
8135 2008-10-02 21:37 [ko1@a... ] Ruby:r19663 (trunk): * lib/cgi/core.rb (CGI::QueryExtension): delete MorphingBody
8136 2008-10-03 14:05 [ko1@a... ] Ruby:r19664 (trunk): * win32/{configure.bat,setup.mak,Makefile.sub): add --program-prefix
8137 2008-10-03 14:05 [ko1@a... ] Ruby:r19665 (trunk): * 2008-10-03
8138 2008-10-03 19:36 [ko1@a... ] Ruby:r19666 (trunk): * ext/json/lib/json/pure.rb (module JSON): remove Iconv dependency.
8139 2008-10-04 00:49 [ko1@a... ] Ruby:r19668 (trunk): * 2008-10-04
8140 2008-10-04 00:50 [ko1@a... ] Ruby:r19667 (trunk): * ext/dl/extconf.rb ($distcleanfiles): added callback-?.c into
8141 2008-10-04 01:28 [ko1@a... ] Ruby:r19669: tags trunk@19668 v1_9_0_4
8142 2008-10-04 12:26 [ko1@a... ] Ruby:r19670 (trunk): * lib/irb/irb/ext/save-history.rb: change load_history using File.expand_path. see . Thanks Kouhei Sutou.
8143 2008-10-04 12:28 [ko1@a... ] Ruby:r19671 (trunk): * irb/ext/save-history.rb: typo
8144 2008-10-04 15:36 [ko1@a... ] Ruby:r19672 (trunk): * common.mk (gdb-ruby): new target. it runs ruby under controlled by
8145 2008-10-04 16:32 [ko1@a... ] Ruby:r19673 (trunk): * test/mini/test_mini_test.rb: recovered. It had been temporarily removed at r19645.
8146 2008-10-04 18:56 [ko1@a... ] Ruby:r19674 (trunk): * ext/stringio/stringio.c (strio_external_encoding): defined.
8147 2008-10-04 19:06 [ko1@a... ] Ruby:r19675 (trunk): * ext/nkf/nkf.c (rb_nkf_enc_get): don't replicate encoding.
8148 2008-10-04 19:22 [ko1@a... ] Ruby:r19676 (trunk): * lib/date/format.rb: no need to require the "lib/rational.rb".
8149 2008-10-04 22:12 [ko1@a... ] Ruby:r19677 (trunk): * x68/_dtos18.c: removed. Ruby no longer supports human68k.
8150 2008-10-04 22:25 [ko1@a... ] Ruby:r19678 (trunk): * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.
8151 2008-10-04 22:33 [ko1@a... ] Ruby:r19679 (trunk): * dln.c: Ruby no longer supports MS-DOS.
8152 2008-10-04 22:42 [ko1@a... ] Ruby:r19680 (trunk): * dln.c: Ruby no longer supports MacOS 9 or before.
8153 2008-10-04 22:48 [ko1@a... ] Ruby:r19681 (trunk): * dln.c: Ruby no longer supports Windows CE.
8154 2008-10-04 22:57 [ko1@a... ] Ruby:r19682 (trunk): * dln.c: Ruby no longer supports VMS.
8155 2008-10-05 10:10 [ko1@a... ] Ruby:r19683 (trunk): * ext/nkf/nkf-utf8/utf8tbl.c: update table.
8156 2008-10-05 11:27 [ko1@a... ] Ruby:r19684 (trunk): * eval.c: come back definition of environ.
8157 2008-10-05 11:40 [ko1@a... ] Ruby:r19685 (trunk): removed unsupported platforms from an ifdef macro.
8158 2008-10-05 17:47 [ko1@a... ] Ruby:r19686 (trunk): * ext/stringio/stringio.c (strio_set_encoding): defined for
8159 2008-10-05 17:51 [ko1@a... ] Ruby:r19687 (trunk): * lib/open-uri.rb (OpenURI.open_uri): set encoding to strio.
8160 2008-10-05 18:54 [ko1@a... ] Ruby:r19688 (trunk): * lib/open-uri.rb: remove debug code introduced by previous change.
8161 2008-10-05 21:31 [ko1@a... ] Ruby:r19689 (trunk): * lib/rational.rb: resolved conflicts of aliases.
8162 2008-10-05 23:06 [ko1@a... ] Ruby:r19690 (ruby_1_8): * eval.c (rb_mod_modfunc): method undefined in included module
8163 2008-10-05 23:07 [ko1@a... ] Ruby:r19691 (trunk): * vm_method.c (rb_mod_modfunc): method undefined in included module
8164 2008-10-05 23:34 [ko1@a... ] Ruby:r19692 (trunk): * lib/mkmf.rb ($config_h): now always defines for old libraries.
8165 2008-10-06 00:44 [ko1@a... ] Ruby:r19693 (trunk): properties.
8166 2008-10-06 09:03 [ko1@a... ] Ruby:r19694 (trunk): * test/bigdecimal/test_bigdecimal.rb (test_sqrt_bigdecimal): test
8167 2008-10-06 11:22 [ko1@a... ] Ruby:r19695 (ruby_1_8): * gc.c: renamed T_DEFERRED to T_ZOMBIE.
8168 2008-10-06 12:23 [ko1@a... ] Ruby:r19696 (trunk): * string.c (rb_str_comparable): string comparison should be
8169 2008-10-06 12:42 [ko1@a... ] Ruby:r19697 (trunk): * lib/test/unit/assertions.rb (Test::Assertions#assert_nothing_raised):
8170 2008-10-06 12:46 [ko1@a... ] Ruby:r19698 (trunk): * test/ruby/test_module.rb (TestModule#_wrap_assertion): add
8171 2008-10-06 12:49 [ko1@a... ] Ruby:r19699 (trunk): * test/ruby/test_module.rb (TestModule#test_mod_constants): should
8172 2008-10-06 15:22 [ko1@a... ] Ruby:r19700 (trunk): * gc.c (gc_mark_children): ignores T_ZOMBIE.
8173 2008-10-06 15:28 [ko1@a... ] Ruby:r19701 (ruby_1_8): * gc.c (gc_mark_children): ignores T_ZOMBIE.
8174 2008-10-06 16:54 [ko1@a... ] Ruby:r19702 (trunk): * lib/cgi/core.rb (CGI::QueryExtension::initialize_query): fix the
8175 2008-10-07 16:37 [ko1@a... ] Ruby:r19703 (trunk): * ext/json/lib/json/pure/generator.rb (utf8_to_json):
8176 2008-10-07 16:50 [ko1@a... ] Ruby:r19704 (trunk): * ext/json/lib/json/pure/generator.rb (utf8_to_json):
8177 2008-10-08 00:09 [ko1@a... ] Ruby:r19706 (trunk): * 2008-10-08
8178 2008-10-08 00:09 [ko1@a... ] Ruby:r19705 (trunk): * lib/date.rb (today,now): should produce own instances.
8179 2008-10-08 00:10 [ko1@a... ] Ruby:r19707 (ruby_1_8): * lib/date.rb (today,now): should produce own instances.
8180 2008-10-08 00:10 [ko1@a... ] Ruby:r19708 (ruby_1_8): * 2008-10-08
8181 2008-10-08 02:40 [ko1@a... ] Ruby:r19709 (trunk): * encoding.c (rb_default_internal_encoding): merged a patch from
8182 2008-10-08 11:18 [ko1@a... ] Ruby:r19710 (trunk, ruby_1_8): * variable.c (autoload_delete, autoload_file): should not delete
8183 2008-10-08 11:23 [ko1@a... ] Ruby:r19711 (trunk, ruby_1_8): * variable.c (classname, rb_obj_remove_instance_variable),
8184 2008-10-08 12:00 [ko1@a... ] Ruby:r19712 (trunk): * lib/test/unit/assertions.rb: assert_nothing_thrown,
8185 2008-10-08 15:02 [ko1@a... ] Ruby:r19713 (trunk): * ext/json/lib/json/pure/parser.rb
8186 2008-10-08 17:03 [ko1@a... ] Ruby:r19714 (trunk): * ext/json/lib/json/pure/generator.rb (utf8_to_json):
8187 2008-10-08 19:07 [ko1@a... ] Ruby:r19715 (trunk): rdoc update.
8188 2008-10-08 19:07 [ko1@a... ] Ruby:r19716 (trunk): add an assertion.
8189 2008-10-08 21:05 [ko1@a... ] Ruby:r19717 (trunk): * ext/win32ole/win32ole.c (ole_init_cp): initialize WIN32OLE.codepage
8190 2008-10-08 22:13 [ko1@a... ] Ruby:r19718 (trunk): revert previous commit.
8191 2008-10-09 08:49 [ko1@a... ] Ruby:r19720 (trunk): * 2008-10-09
8192 2008-10-09 08:49 [ko1@a... ] Ruby:r19719 (trunk): * thread.c (rb_thread_wait_fd_rw): should not block by select if
8193 2008-10-09 09:47 [ko1@a... ] Ruby:r19721 (trunk): rdoc update.
8194 2008-10-09 11:52 [ko1@a... ] Ruby:r19722 (trunk): * encoding.c (Init_Encoding): new instance method Encoding#names,
8195 2008-10-09 14:47 [ko1@a... ] Ruby:r19723 (trunk): * include/ruby/ruby.h: embeds the elements of an array into its
8196 2008-10-09 16:34 [ko1@a... ] Ruby:r19724 (trunk): * add test for Encoding#names.
8197 2008-10-09 16:35 [ko1@a... ] Ruby:r19725 (trunk): * ext/json/ext/generator/extconf.rb: fix target.
8198 2008-10-09 21:19 [ko1@a... ] Ruby:r19726 (trunk): * ext/syck/syck.c (syck_lookup_sym): remove reading uninitialized
8199 2008-10-09 22:07 [ko1@a... ] Ruby:r19727 (trunk): * variable.c (rb_mod_remove_cvar): fix r19711.
8200 2008-10-09 22:16 [ko1@a... ] Ruby:r19728 (trunk): * test/ruby/test_module.rb (test_remove_class_variable): add a test
[前][次][番号順一覧][上]