[前][次][番号順一覧][上]
ruby-changes:7301-7400
7301 2008-08-24 19:18 [ko1@a... ] Ruby:r18820 (trunk): * io.c (rb_io_open): add an argument: vperm.
7302 2008-08-24 19:33 [ko1@a... ] Ruby:r18821 (trunk): rdoc updated.
7303 2008-08-24 19:40 [ko1@a... ] Ruby:r18822 (trunk): * io.c (rb_io_init_copy): copy encs.
7304 2008-08-24 19:49 [ko1@a... ] Ruby:r18823 (trunk): * include/ruby/encoding.h (rb_econv_t): use rb_econv_option_t.
7305 2008-08-25 00:13 [ko1@a... ] Ruby:r18824 (trunk): * transcode.c (declare_transcoder): arguments order changed.
7306 2008-08-25 00:13 [ko1@a... ] Ruby:r18825 (trunk): * 2008-08-25
7307 2008-08-25 01:03 [ko1@a... ] Ruby:r18826 (trunk): * configure.in (BUILTIN_TRANSSRCS): defined.
7308 2008-08-25 07:11 [ko1@a... ] Ruby:r18827 (trunk): * enc/emacs_mule.c: fix ctype.
7309 2008-08-25 10:45 [ko1@a... ] Ruby:r18828 (trunk): * transcode.c (rb_econv_open_exc): constified.
7310 2008-08-25 14:28 [ko1@a... ] Ruby:r18829 (trunk): * parse.y (YYSTYPE): struct RVarmap has been no longer
7311 2008-08-25 17:34 [ko1@a... ] Ruby:r18830 (trunk): * transcode.c (rb_econv_substr_append): fix for buffer overrun.
7312 2008-08-25 17:36 [ko1@a... ] Ruby:r18831 (trunk): * transcode.c (rb_econv_substr_append): fix for buffer overrun.
7313 2008-08-25 17:37 [ko1@a... ] Ruby:r18832 (trunk): * include/ruby/intern.h (rb_io_ungetbyte): added prototype.
7314 2008-08-25 18:49 [ko1@a... ] Ruby:r18833 (trunk): remove traling spaces and fix a typo
7315 2008-08-25 19:06 [ko1@a... ] Ruby:r18834 (trunk): * compile.c (defined_expr): should handle NODE_{AND,OR} as
7316 2008-08-25 22:04 [ko1@a... ] Ruby:r18835 (trunk): * transcode.c (rb_econv_open_by_transcoder_entries): initialize
7317 2008-08-25 22:33 [ko1@a... ] Ruby:r18836 (trunk): * test/ruby/test_io.rb (test_dup): fix typo. see
7318 2008-08-25 22:42 [ko1@a... ] Ruby:r18837 (trunk): * lib/irb/extend-command.rb (def_extend_command): check number of
7319 2008-08-25 22:46 [ko1@a... ] Ruby:r18838 (trunk): * test/ruby/test_thread.rb (test_status_and_stop_p): reduce the risk
7320 2008-08-25 23:04 [ko1@a... ] Ruby:r18839 (trunk): * compile.c (defined_expr): default defined? should return
7321 2008-08-25 23:34 [ko1@a... ] Ruby:r18840: added tag v1_9_0_4
7322 2008-08-25 23:50 [ko1@a... ] Ruby:r18841 (trunk): * lib/date/format.rb(strftime): can print with given arbitrary
7323 2008-08-25 23:58 [ko1@a... ] Ruby:r18842 (trunk): * win32.c (init_stdhandle): set binmode.
7324 2008-08-26 00:05 [ko1@a... ] Ruby:r18844 (trunk): * 2008-08-26
7325 2008-08-26 00:05 [ko1@a... ] Ruby:r18843 (trunk): * transcode.c (rb_econv_open): make last_tc NULL if there are only
7326 2008-08-26 00:06 [ko1@a... ] Ruby:r18845: added tag v1_9_0_4
7327 2008-08-26 00:06 [ko1@a... ] Ruby:r18846 (trunk): * ext/bigdecimal/bigdecimal.c (VpMult): fix double free.
7328 2008-08-26 00:07 [ko1@a... ] Ruby:r18848: removes the tag v1_9_0_4 in order to re-tag
7329 2008-08-26 00:07 [ko1@a... ] Ruby:r18847 (trunk): "t" for Kernel#open described.
7330 2008-08-26 00:13 [ko1@a... ] Ruby:r18849: re-adding tag v1_9_0_4 as an alias of trunk@18848
7331 2008-08-26 00:27 [ko1@a... ] Ruby:r18850 (trunk): * transcode.c (make_econv_exception): show readagain part for invalid
7332 2008-08-26 00:39 [ko1@a... ] Ruby:r18851 (trunk): * io.c (io_fwrite): add TEXTMODE_NEWLINE_ENCODER to option for
7333 2008-08-26 00:58 [ko1@a... ] Ruby:r18852 (trunk): * transcode.c (str_transcode0): don't short cut for newline conversion.
7334 2008-08-26 01:30 [ko1@a... ] Ruby:r18853 (trunk): * transcode.c (str_transcode0): disable newline conversion for ASCII
7335 2008-08-26 01:31 [ko1@a... ] Ruby:r18854 (trunk): * io.c: force CRLF handling if RUBY_TEST_CRLF_ENVIRONMENT is defined.
7336 2008-08-26 01:49 [ko1@a... ] Ruby:r18855 (trunk): * io.c: test _WIN32 for CRLF platform. (cygwin defines O_BINARY.)
7337 2008-08-26 02:45 [ko1@a... ] Ruby:r18856 (trunk): * include/ruby/io.h (rb_io_t): new field: writeconv_pre_opts.
7338 2008-08-26 02:48 [ko1@a... ] Ruby:r18857 (trunk): * common.mk (dist): tool/make-snapshot is executable.
7339 2008-08-26 02:58 [ko1@a... ] Ruby:r18858 (trunk): fixed a comment.
7340 2008-08-26 03:09 [ko1@a... ] Ruby:r18859 (trunk): * io.c (make_writeconv): copy invalid/undef flags.
7341 2008-08-26 11:45 [ko1@a... ] Ruby:r18860 (trunk): * lib/cgi.rb (nOE_element_def): fix error when cascade methods which
7342 2008-08-26 11:56 [ko1@a... ] Ruby:r18861 (trunk): * test/cgi/test_cgi_tag_helper.rb: added by Takeyuki Fujioka.
7343 2008-08-26 13:26 [ko1@a... ] Ruby:r18862 (trunk): * test/ruby/test_transcode.rb: added test_euc_jp
7344 2008-08-26 14:42 [ko1@a... ] Ruby:r18863 (trunk): * enumerator.c (enumerator_initialize),
7345 2008-08-26 14:47 [ko1@a... ] Ruby:r18864 (trunk): * enumerator.c: Activate Enumerator#with_object and add
7346 2008-08-26 14:48 [ko1@a... ] Ruby:r18865 (trunk): Mark the previous change as experimental.
7347 2008-08-26 16:19 [ko1@a... ] Ruby:r18866 (trunk): * test/cgi/test_cgi_tag_helper.rb: add more tests for html3.
7348 2008-08-26 19:27 [ko1@a... ] Ruby:r18867 (trunk): * test/ruby/test_enumerator.rb (TestEnumerator#test_with_object):
7349 2008-08-26 19:31 [ko1@a... ] Ruby:r18868 (trunk): * test/ruby/test_enum.rb (TestEnumerable#test_each_with_object):
7350 2008-08-26 21:45 [ko1@a... ] Ruby:r18869 (trunk): * transcode.c (rb_econv_binmode): binmode is effective only once.
7351 2008-08-26 21:55 [ko1@a... ] Ruby:r18870 (trunk): * transcode.c (rb_econv_open): disable newline conversion for ASCII
7352 2008-08-26 22:47 [ko1@a... ] Ruby:r18871 (trunk): * time.c (time_asctime): workaround for MSVCRT's bug.
7353 2008-08-27 00:01 [ko1@a... ] Ruby:r18873 (trunk): * 2008-08-27
7354 2008-08-27 00:01 [ko1@a... ] Ruby:r18872 (trunk): * include/ruby/encoding.h (rb_econv_elem_t): move to transcode.c
7355 2008-08-27 00:06 [ko1@a... ] Ruby:r18874 (trunk): * include/ruby/io.h (rb_io_t): rename crbuf to cbuf.
7356 2008-08-27 01:09 [ko1@a... ] Ruby:r18875 (trunk): * include/ruby/encoding.h (rb_econv_result_t): enumeration constant:
7357 2008-08-27 01:15 [ko1@a... ] Ruby:r18876 (trunk): * transcode.c (transcode_loop): simplified.
7358 2008-08-27 10:38 [ko1@a... ] Ruby:r18877 (trunk): * lib/cgi.rb (CGI::Cookie): remove delagate.
7359 2008-08-27 10:41 [ko1@a... ] Ruby:r18878 (trunk): * lib/cgi.rb (CGI::Cookie): remove delagate.
7360 2008-08-27 14:02 [ko1@a... ] Ruby:r18879 (trunk): revert removed comment.
7361 2008-08-27 14:49 [ko1@a... ] Ruby:r18880 (trunk): * test/cgi/test_cgi_core.rb: add core test.
7362 2008-08-27 22:39 [ko1@a... ] Ruby:r18881 (trunk): add a test.
7363 2008-08-27 23:43 [ko1@a... ] Ruby:r18882 (trunk): * ext/win32ole/win32ole.c (ole_invoke): WIN32OLE#[] and WIN32OLE#[]=
7364 2008-08-28 00:10 [ko1@a... ] Ruby:r18883 (trunk): * io.c (rb_io_initialize): don't accept IO object.
7365 2008-08-28 00:10 [ko1@a... ] Ruby:r18884 (trunk): * 2008-08-28
7366 2008-08-28 02:22 [ko1@a... ] Ruby:r18885 (trunk): * include/ruby/io.h (rb_io_t): refcnt field removed.
7367 2008-08-28 08:13 [ko1@a... ] Ruby:r18886 (trunk): properties.
7368 2008-08-28 09:19 [ko1@a... ] Ruby:r18887 (trunk): * test/cgi/test_cgi_header.rb: add test for CGI::Header.
7369 2008-08-28 09:19 [ko1@a... ] Ruby:r18888 (trunk): * test/cgi/test_cgi_header.rb: add test for CGI::Header.
7370 2008-08-28 09:23 [ko1@a... ] Ruby:r18889 (trunk): * test/cgi/test_cgi_modruby.rb: add test for mod_ruby adaptor.
7371 2008-08-28 09:30 [ko1@a... ] Ruby:r18890 (trunk): * test/cgi/test_cgi_multipart.rb: add test for multipart.
7372 2008-08-28 09:42 [ko1@a... ] Ruby:r18891 (trunk): mentioned CGIAlt.
7373 2008-08-28 12:51 [ko1@a... ] Ruby:r18892 (trunk): * file.c (rb_file_s_expand_path): new class method for class File.
7374 2008-08-28 19:05 [ko1@a... ] Ruby:r18893 (trunk): * bootstraptest/test_io.rb: no need to create real file.
7375 2008-08-28 20:30 [ko1@a... ] Ruby:r18894 (trunk): * vm_insnhelper.c (vm_yield_setup_args): object with to_ary should
7376 2008-08-28 20:50 [ko1@a... ] Ruby:r18895 (trunk): * object.c (convert_type): call less rb_intern() less frequently
7377 2008-08-28 21:08 [ko1@a... ] Ruby:r18896 (trunk): * vm_method.c (rb_method_node): fail earlier if no method found.
7378 2008-08-28 21:49 [ko1@a... ] Ruby:r18897 (trunk): * win32/win32.c, include/ruby/win32.h (rb_w32_open): overlapped file
7379 2008-08-28 23:30 [ko1@a... ] Ruby:r18898 (trunk): * KNOWNBUGS.rb: add a test. see
7380 2008-08-28 23:37 [ko1@a... ] Ruby:r18899 (trunk): * common.mk: dependency updated.
7381 2008-08-28 23:41 [ko1@a... ] Ruby:r18900 (trunk): * string.c (rb_str_shared_replace): remove corrupt noembed string
7382 2008-08-28 23:51 [ko1@a... ] Ruby:r18901 (trunk): * test/ruby/test_time.rb (test_strftime): make test for %a independent
7383 2008-08-28 23:56 [ko1@a... ] Ruby:r18902 (trunk): * test/ruby/test_time.rb: suppress warning during test.
7384 2008-08-29 00:04 [ko1@a... ] Ruby:r18903 (trunk): * strftime.c (rb_strftime): Time.mktime(2000).strftime("%-S") should
7385 2008-08-29 00:04 [ko1@a... ] Ruby:r18904 (trunk): * 2008-08-29
7386 2008-08-29 00:04 [ko1@a... ] Ruby:r18905 (trunk): * file.c (file_expand_path): check invalid access.
7387 2008-08-29 00:21 [ko1@a... ] Ruby:r18906 (trunk): * win32/win32.c (set_pioinfo_extra): use MSVCRT's open() and close().
7388 2008-08-29 00:55 [ko1@a... ] Ruby:r18907 (trunk): * strftime.c (rb_strftime): fixed a bug of padding.
7389 2008-08-29 02:00 [ko1@a... ] Ruby:r18908 (trunk): * transcode.c (sym_invalid_byte_sequence): new variable.
7390 2008-08-29 02:06 [ko1@a... ] Ruby:r18909 (trunk): * strftime.c (rb_strftime): supported %s and %P.
7391 2008-08-29 02:16 [ko1@a... ] Ruby:r18910 (trunk): * transcode.c (econv_primitive_convert): accept nil as input for empty
7392 2008-08-29 02:39 [ko1@a... ] Ruby:r18911 (trunk): * transcode.c (econv_primitive_convert): accept nil as
7393 2008-08-29 02:50 [ko1@a... ] Ruby:r18912 (trunk): * transcode.c (econv_convert): new method.
7394 2008-08-29 03:00 [ko1@a... ] Ruby:r18913 (trunk): * transcode.c (econv_finish): new method.
7395 2008-08-29 03:28 [ko1@a... ] Ruby:r18914 (trunk): rdoc update.
7396 2008-08-29 04:49 [ko1@a... ] Ruby:r18915 (trunk): * win32/win32.c (rb_w32_read, rb_w32_write): more accurate handling
7397 2008-08-29 11:20 [ko1@a... ] Ruby:r18916 (trunk): * encoding.c (rb_enc_compatible): ASCII compatible string and US-ASCII
7398 2008-08-29 12:19 [ko1@a... ] Ruby:r18917 (trunk): * ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize): fix for
7399 2008-08-29 17:25 [ko1@a... ] Ruby:r18918 (trunk): * vm_insnhelper.c (vm_call_method): copy arguments to allocated
7400 2008-08-29 18:23 [ko1@a... ] Ruby:r18919 (trunk): * string.c (rb_str_index_m): only regexp uses byte offset.
[前][次][番号順一覧][上]