[前][次][番号順一覧][上]

ruby-changes:8001-8100

   8001 2008-09-24 17:50 [ko1@a...            ] Ruby:r19525 (trunk): Allow for -v and other flags to be passed through properly
   8002 2008-09-24 19:04 [ko1@a...            ] Ruby:r19526 (trunk): * string.c (rb_str_strip_bang): workaround for VC++8 x64.
   8003 2008-09-24 21:24 [ko1@a...            ] Ruby:r19527 (trunk): comment changed.   
   8004 2008-09-24 21:31 [ko1@a...            ] Ruby:r19528 (trunk): add a test. cf. .  
   8005 2008-09-24 23:01 [ko1@a...            ] Ruby:r19529 (trunk): * string.c (rb_str_rstrip_bang): raise exception when the encoding of
   8006 2008-09-24 23:28 [ko1@a...            ] Ruby:r19530 (trunk): * lib/cgi/core.rb (CGI::new, CGI::{accept_charset,accept_charset=}) :
   8007 2008-09-24 23:43 [ko1@a...            ] Ruby:r19531 (trunk): * test/cgi/test_cgi_multipart.rb : revert last change.
   8008 2008-09-25 01:02 [ko1@a...            ] Ruby:r19532 (trunk): update rdoc.       
   8009 2008-09-25 01:02 [ko1@a...            ] Ruby:r19533 (trunk): * 2008-09-25       
   8010 2008-09-25 01:27 [ko1@a...            ] Ruby:r19534 (trunk): * lib/mini/test.rb (Mini::Assertions#assert_raise): fixed typo.
   8011 2008-09-25 02:10 [ko1@a...            ] Ruby:r19535 (trunk): * io.c (rb_io_mode_enc): make it static.
   8012 2008-09-25 02:48 [ko1@a...            ] Ruby:r19536 (trunk): * test: assert_raises has been deprecated since a long time ago.
   8013 2008-09-25 11:43 [ko1@a...            ] Ruby:r19537 (trunk): Import RDoc 2.2.1 r185
   8014 2008-09-25 12:56 [ko1@a...            ] Ruby:r19538 (trunk): properties.        
   8015 2008-09-25 15:49 [ko1@a...            ] Ruby:r19540 (trunk): ChangeLog: should have mungle mail address.
   8016 2008-09-25 15:57 [ko1@a...            ] Ruby:r19541 (trunk): I finally clued into the fact that test/unit's -x was for file level filtering... so that is not going into miniunit and instead goes into test/runner.rb
   8017 2008-09-25 16:01 [ko1@a...            ] Ruby:r19542 (trunk): updated to rake code to rake-0.8.3 source code base
   8018 2008-09-25 16:34 [ko1@a...            ] Ruby:r19543 (trunk): Not a typo. The name is better plural. Better English and more consistent with the other assertions.
   8019 2008-09-25 16:53 [ko1@a...            ] Ruby:r19544 (trunk): Added passed? per Jim's request. Fixed file/line reporting bug for refutations per Dave's bug report. Very minor cleanup of some nits that were bugging me. Barring other bug reports, I'm 'done'. This version will most likely be released as a gem in the next day or two.
   8020 2008-09-25 17:26 [ko1@a...            ] Ruby:r19545 (trunk): properties.        
   8021 2008-09-25 18:47 [ko1@a...            ] Ruby:r19546 (trunk): * class.c (rb_make_metaclass): Made class of class of class
   8022 2008-09-25 19:14 [ko1@a...            ] Ruby:r19547 (trunk): Update to RubyGems 1.3.0 r1891
   8023 2008-09-25 19:35 [ko1@a...            ] Ruby:r19548 (trunk): * ChangeLog: filled missing author names.
   8024 2008-09-25 19:37 [ko1@a...            ] Ruby:r19549 (trunk): Fix broken merge of gemutilities, add build_rake_in as necessary
   8025 2008-09-25 20:31 [ko1@a...            ] Ruby:r19550 (trunk): * class.c (rb_make_metaclass): [BUG] Fixed a bus error
   8026 2008-09-25 20:42 [ko1@a...            ] Ruby:r19551 (trunk): update rdoc.       
   8027 2008-09-25 21:05 [ko1@a...            ] Ruby:r19552 (trunk): * common.mk: fix btest-* rules .
   8028 2008-09-25 21:26 [ko1@a...            ] Ruby:r19553 (trunk): * pack.c (pack_pack, pack_unpack): 'm0' format (base64) complies with
   8029 2008-09-25 21:47 [ko1@a...            ] Ruby:r19554 (trunk): * transcode.c (rb_eUndefinedConversionError): renamed from
   8030 2008-09-26 00:01 [ko1@a...            ] Ruby:r19556 (trunk): * 2008-09-26       
   8031 2008-09-26 00:01 [ko1@a...            ] Ruby:r19555 (trunk): * common.mk: dependency updated.
   8032 2008-09-26 00:42 [ko1@a...            ] Ruby:r19557 (trunk): * range.c (range_inspect): fix SEGV for cyclic range object.
   8033 2008-09-26 02:43 [ko1@a...            ] Ruby:r19558 (trunk): update rdoc.       
   8034 2008-09-26 03:04 [ko1@a...            ] Ruby:r19559 (trunk): * vm_eval.c (Init_vm_eval): define module_eval, class_eval and eval
   8035 2008-09-26 05:04 [ko1@a...            ] Ruby:r19560 (trunk): properties.        
   8036 2008-09-26 06:56 [ko1@a...            ] Ruby:r19561: Forgot to remove test/unit tests
   8037 2008-09-26 09:47 [ko1@a...            ] Ruby:r19562 (trunk): * include/rubysig.h: old macros for backward compatibility.
   8038 2008-09-26 09:56 [ko1@a...            ] Ruby:r19563 (trunk): * include/ruby{io,sig}.h: moved to include/ruby/backward.
   8039 2008-09-26 10:36 [ko1@a...            ] Ruby:r19564 (trunk): * variable.c (global_variable, struct trace_var): made function
   8040 2008-09-26 11:07 [ko1@a...            ] Ruby:r19565 (trunk): * transcode.c, include/ruby/encoding.c (rb_transcode_convertible):
   8041 2008-09-26 11:35 [ko1@a...            ] Ruby:r19566 (trunk): * variable.c (rb_define_hooked_variable): cast to get rid of compiler
   8042 2008-09-26 12:08 [ko1@a...            ] Ruby:r19567 (trunk): * ext/curses/curses.c: should include <ruby/io.h>.
   8043 2008-09-26 12:50 [ko1@a...            ] Ruby:r19568 (ricsin): * ricsin/ricsin.rb: fix $0 and fix to output ricsin_#{name}.rb.
   8044 2008-09-26 12:50 [ko1@a...            ] Ruby:r19569 (ricsin): * 2008-09-26      
   8045 2008-09-26 12:53 [ko1@a...            ] Ruby:r19570 (trunk): * error.c (Init_Exception): introduce EncodingError which is a
   8046 2008-09-26 12:56 [ko1@a...            ] Ruby:r19571 (ricsin): * ricsin/ricsin.rb: fix to use require_relative.
   8047 2008-09-26 13:41 [ko1@a...            ] Ruby:r19572 (ricsin): * compile.c, ricsin/ricsin.rb: rename __Cx__ to __Ccont__.
   8048 2008-09-26 17:02 [ko1@a...            ] Ruby:r19573 (trunk): * thread.c (thlist_signal): clears the woken thread if nothing woke.
   8049 2008-09-26 17:07 [ko1@a...            ] Ruby:r19574 (trunk): * common.mk (ENC_MK): defaulted to enc.mk.
   8050 2008-09-26 17:19 [ko1@a...            ] Ruby:r19575 (trunk): * error.c (Init_syserr): moved to the template.
   8051 2008-09-26 17:27 [ko1@a...            ] Ruby:r19576 (trunk): * common.mk (dist): Changed its dependencies and
   8052 2008-09-26 17:34 [ko1@a...            ] Ruby:r19577 (trunk): Updated README.EXT and README.EXT.ja.
   8053 2008-09-26 17:42 [ko1@a...            ] Ruby:r19578 (trunk): * include/ruby/ruby.h (rb_mPrecision): removed.
   8054 2008-09-26 17:43 [ko1@a...            ] Ruby:r19579 (trunk): properties.        
   8055 2008-09-26 17:44 [ko1@a...            ] Ruby:r19580 (trunk): Fixed build failure on some platforms.
   8056 2008-09-26 18:05 [ko1@a...            ] Ruby:r19581 (trunk): Fix typos in comment.
   8057 2008-09-26 18:24 [ko1@a...            ] Ruby:r19583 (ruby_1_8): * 2008-09-26    
   8058 2008-09-26 18:24 [ko1@a...            ] Ruby:r19582 (trunk, ruby_1_8): * misc/ruby-mode.el: safe custimizable variables.
   8059 2008-09-26 18:40 [ko1@a...            ] Ruby:r19584 (trunk): * common.mk (dist): nothing is need to run BASERUBY.
   8060 2008-09-26 18:57 [ko1@a...            ] Ruby:r19585 (trunk): * test/pathname/test_pathname.rb: Fix use of deprecated methods.
   8061 2008-09-26 19:05 [ko1@a...            ] Ruby:r19586 (trunk): * test/bigdecimal/test_bigdecimal.rb (test_inspect): fixed CPU bit
   8062 2008-09-26 19:11 [ko1@a...            ] Ruby:r19587 (trunk): I forgot to commit ChangeLog somehow.
   8063 2008-09-26 19:39 [ko1@a...            ] Ruby:r19589 (trunk): * include/ruby/encoding.h (rb_str_encode): renamed from
   8064 2008-09-26 21:18 [ko1@a...            ] Ruby:r19590 (trunk): Minor nitpicking.  
   8065 2008-09-26 21:38 [ko1@a...            ] Ruby:r19591 (trunk): * vm_core.h (RUBY_VM_CHECK_INTS_TH): add an UNLIKELY hint.
   8066 2008-09-26 22:47 [ko1@a...            ] Ruby:r19592 (trunk): * parse.y (primary, brace_block): fix for line number.
   8067 2008-09-27 03:13 [ko1@a...            ] Ruby:r19593 (trunk, ruby_1_8): * ext/socket/socket.c (host_str): numeric address should be unsigned.
   8068 2008-09-27 03:16 [ko1@a...            ] Ruby:r19594 (trunk): * vm.c (vm_jump_tag_but_local_jump): exc is not used if val is nil.
   8069 2008-09-27 03:59 [ko1@a...            ] Ruby:r19595 (trunk, ruby_1_8): * file.c (rmext): preceding dots are not a part of extension.
   8070 2008-09-27 04:29 [ko1@a...            ] Ruby:r19596 (trunk, ruby_1_8): * file.c (rb_file_s_extname): preceding dots are not a part of
   8071 2008-09-27 06:22 [ko1@a...            ] Ruby:r19597 (trunk): * lib/rake.rb (Module#rake_extension, String#ext, String#pathmap): use
   8072 2008-09-27 21:43 [ko1@a...            ] Ruby:r19599 (ricsin): * 2008-09-27      
   8073 2008-09-27 21:43 [ko1@a...            ] Ruby:r19598 (ricsin): * compile.c (ricsin_compile): fix to skip __Ccont__ 2nd argument.
   8074 2008-09-28 08:41 [ko1@a...            ] Ruby:r19600 (trunk): * lib/mathn.rb: a hack to provide canonicalization.  This must be
   8075 2008-09-28 08:41 [ko1@a...            ] Ruby:r19601 (trunk): * 2008-09-28       
   8076 2008-09-28 09:09 [ko1@a...            ] Ruby:r19602 (trunk): * lib/csv/csv.rb:  Worked around some minor encoding changes in Ruby
   8077 2008-09-28 09:42 [ko1@a...            ] Ruby:r19603 (trunk): * lib/mathn.rb ({Fixnum,Bignum,Float}#**): may produce complex
   8078 2008-09-28 12:04 [ko1@a...            ] Ruby:r19604 (trunk): * string.c (str_new): sets empty string to coderange 7bit.
   8079 2008-09-28 16:13 [ko1@a...            ] Ruby:r19605 (trunk): * vm_exec.c (vm_exec_core): add an UNLIKELY() hint.
   8080 2008-09-28 18:40 [ko1@a...            ] Ruby:r19606 (trunk): * lib/mini/test.rb (MINI_DIR): loaded path is expanded.
   8081 2008-09-28 18:41 [ko1@a...            ] Ruby:r19607 (trunk): * lib/mini/test.rb (assert_match): get rid of confusion of
   8082 2008-09-28 18:41 [ko1@a...            ] Ruby:r19608 (trunk): * lib/mini/test.rb (assert_match): get rid of confusion of
   8083 2008-09-28 19:08 [ko1@a...            ] Ruby:r19609 (trunk): * test/date/*.rb: imported a date test suite ruby 1.9 limited ed.
   8084 2008-09-28 20:00 [ko1@a...            ] Ruby:r19610 (ricsin): * ricsin/benchmark.rcb: add some benchmarks.
   8085 2008-09-28 20:21 [ko1@a...            ] Ruby:r19611 (ricsin): * ricsin/benchmark.rcb: add benchmarks.
   8086 2008-09-28 22:15 [ko1@a...            ] Ruby:r19612 (trunk): * compile.c (iseq_set_sequence): check duplicated when clauses.
   8087 2008-09-28 22:54 [ko1@a...            ] Ruby:r19613 (trunk): * lib/cgi/core.rb (CGI::parse): ignore illegal query params.
   8088 2008-09-28 23:18 [ko1@a...            ] Ruby:r19614 (trunk): * lib/cgi/html.rb (CGI::HtmlExtension::popup_menu):
   8089 2008-09-28 23:56 [ko1@a...            ] Ruby:r19615 (trunk): add a test         
   8090 2008-09-28 23:58 [ko1@a...            ] Ruby:r19616 (ricsin): * ricsin/benchmark.rcb: add benchmarks.
   8091 2008-09-29 00:42 [ko1@a...            ] Ruby:r19618 (trunk): * 2008-09-29       
   8092 2008-09-29 00:42 [ko1@a...            ] Ruby:r19617 (trunk): * lib/cgi/html.rb (CGI::HtmlExtension::{radio_group, checkbox_group}):
   8093 2008-09-29 01:53 [ko1@a...            ] Ruby:r19619 (trunk): * test/rdoc/test_rdoc_info_formatting.rb (teardown): delete tmpdir for
   8094 2008-09-29 20:02 [ko1@a...            ] Ruby:r19620 (trunk): * ext/win32ole/win32ole.c (rescue_callback): use rb_write_error
   8095 2008-09-29 20:18 [ko1@a...            ] Ruby:r19621 (trunk): * ext/win32ole/win32ole.c (fev_initialize): initialization
   8096 2008-09-29 20:24 [ko1@a...            ] Ruby:r19622 (trunk): * test/date/*.rb: imported additional tests and some adjustments.
   8097 2008-09-29 20:54 [ko1@a...            ] Ruby:r19623 (trunk): fixed previous commit.
   8098 2008-09-29 20:57 [ko1@a...            ] Ruby:r19624 (trunk): * string.c (rb_str_subseq): use rb_str_drop_bytes if possible.
   8099 2008-09-29 21:17 [ko1@a...            ] Ruby:r19625 (trunk): delete a meaningless line.
   8100 2008-09-29 22:55 [ko1@a...            ] Ruby:r19626 (trunk): * lib/mathn.rb: added String#to_[rc].

[前][次][番号順一覧][上]