[前][次][番号順一覧][上]
ruby-changes:8301-8400
8301 2008-10-18 14:07 [ko1@a... ] Ruby:r19829 (trunk): rdoc update.
8302 2008-10-18 16:41 [ko1@a... ] Ruby:r19830 (trunk): * transcode.c: in transcode_search_path, elimintated a warning
8303 2008-10-18 17:11 [ko1@a... ] Ruby:r19831 (trunk): * tool/transcode-tblgen.rb: added set_valid_byte_pattern
8304 2008-10-18 19:29 [ko1@a... ] Ruby:r19832 (trunk): * re.c (rb_reg_initialize_m): specify ARG_ENCODING_NONE instead of
8305 2008-10-18 19:32 [ko1@a... ] Ruby:r19833 (trunk): * lib/tempfile.rb (Tempfile#initialize): now Tempfile.new takes
8306 2008-10-18 19:36 [ko1@a... ] Ruby:r19834 (trunk): * string.c (rb_external_str_new): a new function to convert from
8307 2008-10-18 19:39 [ko1@a... ] Ruby:r19835 (trunk): * numeric.c (num_sadded): remove newly defined singleton method
8308 2008-10-18 19:47 [ko1@a... ] Ruby:r19836 (trunk): ChangeLog: move entries to proper place.
8309 2008-10-18 20:49 [ko1@a... ] Ruby:r19837 (trunk): * parse.y (opt_block_arg): allow trailing comma after usual
8310 2008-10-18 22:02 [ko1@a... ] Ruby:r19838 (trunk): ChangeLog: moved entries back and corrected date
8311 2008-10-18 23:30 [ko1@a... ] Ruby:r19839 (trunk): add test for encoding option.
8312 2008-10-19 00:17 [ko1@a... ] Ruby:r19840 (trunk): * lib/test/unit.rb (assert_nothing_thrown): don't intern.
8313 2008-10-19 00:18 [ko1@a... ] Ruby:r19841 (trunk): * 2008-10-19
8314 2008-10-19 00:19 [ko1@a... ] Ruby:r19842 (trunk): add test for {SimpleDelegator, DelegateClass}#class .
8315 2008-10-19 00:31 [ko1@a... ] Ruby:r19843 (trunk): * test/csv/*: Renamed tc_* files to test_* to fit in within Ruby's
8316 2008-10-19 07:30 [ko1@a... ] Ruby:r19844 (trunk):
8317 2008-10-19 07:44 [ko1@a... ] Ruby:r19845 (trunk): * lib/cmath.rb (log2,cbrt,frexp,ldexp,hypot,erf,erfc,gamma,lgamma):
8318 2008-10-19 18:15 [ko1@a... ] Ruby:r19846 (trunk): * enc/trans/single_byte.trans: adding WINDOWS-wwww encodings
8319 2008-10-19 21:13 [ko1@a... ] Ruby:r19847 (trunk): * common.mk (srcs): removed ID_H_TARGET.
8320 2008-10-19 21:19 [ko1@a... ] Ruby:r19848 (trunk): * tool/generic_erb.rb: sends the result to stdout if no output option.
8321 2008-10-20 00:59 [ko1@a... ] Ruby:r19850 (trunk): * 2008-10-20
8322 2008-10-20 00:59 [ko1@a... ] Ruby:r19849 (trunk): * lib/test/unit.rb (Test::Unit.setup_argv): call given block for
8323 2008-10-20 03:30 [ko1@a... ] Ruby:r19851 (trunk): fix typos.
8324 2008-10-20 08:22 [ko1@a... ] Ruby:r19852 (trunk): * ext/tk/lib/tk.rb: support Encoding.default_internal.
8325 2008-10-20 09:48 [ko1@a... ] Ruby:r19853 (trunk): * test/runner.rb: search srcdir/test/arg at first to find test/ruby
8326 2008-10-20 16:15 [ko1@a... ] Ruby:r19854 (trunk): * string.c (rb_locale_str_new): new function to convert string
8327 2008-10-20 17:06 [ko1@a... ] Ruby:r19855 (trunk): * include/ruby/ruby.h (ExportStringValue): new macro to convert
8328 2008-10-20 20:19 [ko1@a... ] Ruby:r19856 (trunk): * error.c (exc_equal): should not compare recursively.
8329 2008-10-20 20:22 [ko1@a... ] Ruby:r19857 (trunk): * ext/zlib/zlib.c (Init_zlib): add getbyte as an alias to getc.
8330 2008-10-20 21:29 [ko1@a... ] Ruby:r19858 (trunk): * lib/cgi/core.rb (read_multipart): file's encoding is ascii-8bit
8331 2008-10-20 23:17 [ko1@a... ] Ruby:r19859 (trunk): fix test of multipart
8332 2008-10-21 00:53 [ko1@a... ] Ruby:r19861 (trunk): * 2008-10-21
8333 2008-10-21 00:54 [ko1@a... ] Ruby:r19860 (trunk): * io.c (rb_io_ascii8bit_binmode): renamed from rb_io_binmode.
8334 2008-10-21 01:57 [ko1@a... ] Ruby:r19862 (trunk): * io.c (rb_io_extract_modeenc): plain rb/wb should set ASCII-8BIT
8335 2008-10-21 07:45 [ko1@a... ] Ruby:r19863 (trunk): * regparse.c (parse_char_class): CCV_SB is only for single
8336 2008-10-21 08:56 [ko1@a... ] Ruby:r19864 (trunk): * regparse.c (parse_char_class): CCV_SB is only for single
8337 2008-10-21 10:40 [ko1@a... ] Ruby:r19865 (trunk): * io.c (rb_file_open_internal): should initialize fmode before using.
8338 2008-10-21 11:34 [ko1@a... ] Ruby:r19866 (trunk): * ext/iconv/iconv.c (strip_glibc_option, map_charset): check if
8339 2008-10-21 13:20 [ko1@a... ] Ruby:r19867 (trunk):
8340 2008-10-21 13:31 [ko1@a... ] Ruby:r19868 (trunk): * io.c, include/ruby/intern.h (rb_io_ascii8bit_binmode): externed.
8341 2008-10-21 18:18 [ko1@a... ] Ruby:r19869 (trunk): * ext/zlib/zlib.c: remove obsolete prototype macros.
8342 2008-10-21 20:14 [ko1@a... ] Ruby:r19870 (trunk): * lib/test/unit.rb (assert_nothing_raised): set backtrace.
8343 2008-10-21 21:34 [ko1@a... ] Ruby:r19871 (trunk): * lib/test/unit.rb (assert_nothing_raised): raise with backtrace.
8344 2008-10-21 21:59 [ko1@a... ] Ruby:r19872 (trunk): * ext/zlib/zlib.c (rb_gzwriter_write): conversion should be done
8345 2008-10-21 22:57 [ko1@a... ] Ruby:r19873 (trunk): * io.c (open_key_args): should adjust argc, argv in struct
8346 2008-10-21 23:14 [ko1@a... ] Ruby:r19874 (trunk): * ext/stringio/stringio.c (strio_write): should convert writing
8347 2008-10-22 00:32 [ko1@a... ] Ruby:r19876 (trunk): * 2008-10-22
8348 2008-10-22 00:33 [ko1@a... ] Ruby:r19875 (trunk): Fixed test failures .
8349 2008-10-22 00:35 [ko1@a... ] Ruby:r19878 (ruby_1_8): * 2008-10-22
8350 2008-10-22 00:35 [ko1@a... ] Ruby:r19877 (ruby_1_8): Fixed test failures .
8351 2008-10-22 00:52 [ko1@a... ] Ruby:r19879 (trunk): * string.c (rb_external_str_new_with_enc): wrong condition to
8352 2008-10-22 05:45 [ko1@a... ] Ruby:r19880 (trunk): * parse.y (arg_concat_gen): concat target node should be NODE_ARRAY.
8353 2008-10-22 05:46 [ko1@a... ] Ruby:r19881 (trunk): update ChangeLog for last check in.
8354 2008-10-22 05:59 [ko1@a... ] Ruby:r19882 (trunk): * include/ruby/vm.h: write a comment.
8355 2008-10-22 07:11 [ko1@a... ] Ruby:r19883 (trunk): * ext/zlib/zlib.c (rb_gzreader_ungetc): should be able to unget
8356 2008-10-22 13:27 [ko1@a... ] Ruby:r19884 (trunk): * re.c (unescape_escaped_nonascii): back out the last change on
8357 2008-10-22 14:56 [ko1@a... ] Ruby:r19885 (trunk): * string.c (rb_external_str_new_with_enc): no implicit strlen call.
8358 2008-10-22 15:03 [ko1@a... ] Ruby:r19886 (trunk): * parse.y (f_larglist): should not allow semicolon separated local
8359 2008-10-22 16:28 [ko1@a... ] Ruby:r19887 (trunk): * vm_insnhelper.c (vm_yield_setup_args): should not drop arguments
8360 2008-10-22 17:28 [ko1@a... ] Ruby:r19888 (trunk): * io.c (pipe_open): remove unnecessary flush before fork.
8361 2008-10-22 22:24 [ko1@a... ] Ruby:r19889 (trunk): * Described -E external:internal and -U.
8362 2008-10-23 01:25 [ko1@a... ] Ruby:r19891 (ruby_1_8, trunk): * lib/mkmf.rb (create_tmpsrc): get rid of side effects.
8363 2008-10-23 01:54 [ko1@a... ] Ruby:r19892 (trunk): * string.c (rb_str_conv_enc_opts): new function to convert with
8364 2008-10-23 09:28 [ko1@a... ] Ruby:r19894 (trunk): * ext/socket/socket.c (sock_s_getservbyport): cast to get rid of
8365 2008-10-23 11:18 [ko1@a... ] Ruby:r19895 (trunk): * ext/socket/socket.c (sock_s_getservbyport): the port should be
8366 2008-10-23 14:08 [ko1@a... ] Ruby:r19896 (trunk): * ext/socket/socket.c (sock_s_getservbyname): unuse unnecessary
8367 2008-10-23 16:16 [ko1@a... ] Ruby:r19898 (trunk): * ext/socket/socket.c (sock_s_getservbyport): check if the port range.
8368 2008-10-23 16:21 [ko1@a... ] Ruby:r19899 (trunk): * lib/irb/init.rb (IRB.load_modules): catch LoadError explicitly.
8369 2008-10-23 17:31 [ko1@a... ] Ruby:r19900 (trunk): * class.c (rb_class_instance_methods): rdoc fixed.
8370 2008-10-23 22:09 [ko1@a... ] Ruby:r19901 (trunk):
8371 2008-10-24 10:28 [ko1@a... ] Ruby:r19903 (trunk): * 2008-10-24
8372 2008-10-24 10:28 [ko1@a... ] Ruby:r19902 (trunk): * test/ruby/test_signal.rb (TestSignal#test_exit_action): Thread
8373 2008-10-24 14:13 [ko1@a... ] Ruby:r19904 (trunk): * common.mk (encs): depends on enc and trans.
8374 2008-10-24 14:23 [ko1@a... ] Ruby:r19905 (trunk): * common.mk (ext): split out the target for extension library.
8375 2008-10-24 16:26 [ko1@a... ] Ruby:r19906 (trunk): * lib/cgi/core.rb (read_multipart): change field value as String
8376 2008-10-24 16:35 [ko1@a... ] Ruby:r19907 (trunk): fix typo
8377 2008-10-24 18:08 [ko1@a... ] Ruby:r19908 (trunk): * parse.y (lambda): need to adjust lpar_beg for ripper as well.
8378 2008-10-24 18:09 [ko1@a... ] Ruby:r19909 (trunk): ChangeLog: adjust indent.
8379 2008-10-24 18:25 [ko1@a... ] Ruby:r19910 (trunk): * test/ruby/test_array.rb (TestArray#test_join): should restore
8380 2008-10-24 18:40 [ko1@a... ] Ruby:r19911 (trunk): * lib/mathn.rb: moved into ext/mathn/rational/rational.c and
8381 2008-10-24 19:26 [ko1@a... ] Ruby:r19912 (trunk): * id.h (enum ruby_method_ids): ISO C forbids comma at end of
8382 2008-10-24 19:30 [ko1@a... ] Ruby:r19913 (trunk): * string.c (rb_str_dump): do not use C++ comment.
8383 2008-10-24 20:00 [ko1@a... ] Ruby:r19914 (trunk): * string.c (rb_str_dump): should have removed commented out
8384 2008-10-24 20:05 [ko1@a... ] Ruby:r19915 (trunk): fix test for 1.8
8385 2008-10-24 20:48 [ko1@a... ] Ruby:r19916 (trunk): * ext/mathn/rational.c: change several global functions to static
8386 2008-10-24 20:52 [ko1@a... ] Ruby:r19917 (trunk): properties.
8387 2008-10-24 20:55 [ko1@a... ] Ruby:r19918 (trunk): * common.mk (exts): renamed to get rid of the existent directory.
8388 2008-10-24 21:10 [ko1@a... ] Ruby:r19919 (trunk): * lib/cgi/html.rb: allow symbolized key.
8389 2008-10-24 21:21 [ko1@a... ] Ruby:r19920 (trunk): * ext/mathn/rational.c: change several global functions.
8390 2008-10-24 21:51 [ko1@a... ] Ruby:r19921 (trunk): * id.h, template/id.h.tmpl (enum ruby_method_ids): reordered.
8391 2008-10-24 23:01 [ko1@a... ] Ruby:r19922 (trunk): * test/ruby/test_array.rb (test_sample): add tests for size of
8392 2008-10-24 23:06 [ko1@a... ] Ruby:r19923 (trunk): * configure.in (sitedir): considers --program-prefix and
8393 2008-10-25 00:15 [ko1@a... ] Ruby:r19924 (trunk): * array.c (rb_ary_sample): fixed sizes and randomness.
8394 2008-10-25 01:30 [ko1@a... ] Ruby:r19925 (trunk): * ext/mathn/rational/rational.c: undef duplicated macro definition
8395 2008-10-25 03:43 [ko1@a... ] Ruby:r19926 (trunk): * parse.y (lambda): need to adjust lpar_beg for both of the parser and
8396 2008-10-25 03:58 [ko1@a... ] Ruby:r19927 (trunk): * util.c (freedtoa): made static to get rid of name clash. a patch by
8397 2008-10-25 03:59 [ko1@a... ] Ruby:r19928 (trunk): * signal.c (signal_buff): made static. a patch by Tadashi Saito
8398 2008-10-25 04:00 [ko1@a... ] Ruby:r19929 (trunk): * enc/us_ascii.c (us_ascii_mbc_enc_len): made static. a patch by
8399 2008-10-25 08:06 [ko1@a... ] Ruby:r19930 (trunk): Import RDoc 2.2.2 r192
8400 2008-10-25 09:55 [ko1@a... ] Ruby:r19931 (trunk): * lib/csv.rb: Fixed a bug in read_to_char() that would slurp
[前][次][番号順一覧][上]