[前][次][スレッド一覧][上]
ruby-cvs:23101-23200
23101 2008-03-31 00:39 [yugui at ruby-lang.o] Ruby:r15862 (trunk): * io.c (rb_io_lines, rb_io_bytes, rb_io_chars) Fixed their rdocs.
23102 2008-03-31 04:16 [naruse at ruby-lang.] Ruby:r15863 (trunk): * io.c (io_getc): set coderange while getting characters.
23103 2008-03-31 18:42 [nobu at ruby-lang.or] Ruby:r15864 (trunk): * configure.in: check for ssize_t. [ruby-dev:34184]
23104 2008-03-31 18:58 [usa at ruby-lang.org] Ruby:r15865 (trunk): * {bcc,win}32/Makefile.sub (config.h): define ssize_t.
23105 2008-03-31 19:14 [matz at ruby-lang.or] Ruby:r15866 (trunk): * numeric.c (num_quo): should convert its operand to Rational.
23106 2008-03-31 20:29 [tadf at ruby-lang.or] Re: Ruby:r15866 (trunk): * numeric.c (num_quo): should convert its operand to Rational.
23107 2008-04-01 00:19 [tadf at ruby-lang.or] Ruby:r15867 (trunk): revert.
23108 2008-04-01 01:42 [tadf at ruby-lang.or] Ruby:r15868 (trunk): adopted the ruby's style.
23109 2008-04-01 01:55 [nobu at ruby-lang.or] Ruby:r15869 (trunk, ruby_1_8): * lib/resolv.rb (Resolv::Config.default_config_hash): requires
23110 2008-04-01 02:58 [nobu at ruby-lang.or] Ruby:r15870 (ruby_1_8): * configure.in (RUBY_SETJMP, RUBY_LONGJMP, RUBY_JMP_BUF): prefers
23111 2008-04-01 02:58 [nobu at ruby-lang.or] Ruby:r15871 (trunk): * configure.in (RUBY_SETJMP, RUBY_LONGJMP, RUBY_JMP_BUF): prefers
23112 2008-04-01 03:20 [nobu at ruby-lang.or] Ruby:r15872 (ruby_1_8, trunk): * configure.in: __builtin_setjmp cannot handle a variable.
23113 2008-04-01 07:40 [drbrain at ruby-lang] Ruby:r15873 (trunk): Import RubyGems 1.1.0
23114 2008-04-01 07:55 [drbrain at ruby-lang] Ruby:r15874: Remove test file that was removed in RubyGems 1.1.0
23115 2008-04-01 09:42 [usa at ruby-lang.org] Ruby:r15875 (trunk): * {bcc,win}32/Makefile (config.h): need to define RUBY_SETJMP, etc.
23116 2008-04-01 11:01 [nobu at ruby-lang.or] Ruby:r15876 (trunk): * {lib,test}/rubygems: set eol-style.
23117 2008-04-01 11:36 [nobu at ruby-lang.or] Ruby:r15877 (ruby_1_8, trunk): * configure.in: _setjmp is available but _longjmp is not on mingw.
23118 2008-04-01 13:07 [nobu at ruby-lang.or] Ruby:r15878 (ruby_1_8, trunk): * configure.in: quoted.
23119 2008-04-01 13:14 [nobu at ruby-lang.or] Ruby:r15879 (ruby_1_8): * {bcc,win}32/Makefile (config.h): need to define RUBY_SETJMP, etc.
23120 2008-04-01 14:43 [nobu at ruby-lang.or] Ruby:r15880 (ruby_1_8, trunk): * configure.in: get rid of empty expansion.
23121 2008-04-01 16:40 [nobu at ruby-lang.or] Ruby:r15881 (trunk): * bignum.c (big2dbl): more precise conversion at edge cases.
23122 2008-04-01 20:33 [matz at ruby-lang.or] Ruby:r15882 (ruby_1_8): * bignum.c (rb_big_div): Bignum#div should return integer for
23123 2008-04-01 21:21 [matz at ruby-lang.or] Ruby:r15883 (trunk): * rational.c: need to include <float.h> just once.
23124 2008-04-02 06:30 [matz at ruby-lang.or] Ruby:r15884 (trunk): * include/ruby/node.h: add new constants for rb_call()'s scope.
23125 2008-04-02 06:54 [matz at ruby-lang.or] Ruby:r15885 (trunk): * .gdbinit (rp): supports rational and complex numbers. it's
23126 2008-04-02 22:31 [matz at ruby-lang.or] Ruby:r15886 (trunk): * rational.c (nurat_int_check): function for DRY integer check.
23127 2008-04-02 23:13 [matz at ruby-lang.or] Ruby:r15887 (trunk): * numeric.c (num_rdiv): should always return rational number.
23128 2008-04-03 06:18 [nobu at ruby-lang.or] Ruby:r15888 (trunk): * configure.in (cflags): expand at compile time.
23129 2008-04-03 09:00 [nobu at ruby-lang.or] Ruby:r15889 (trunk): * compile.c (iseq_set_sequence, iseq_insns_unification,
23130 2008-04-03 12:56 [nobu at ruby-lang.or] Ruby:r15890 (trunk): * Makefile.in, common.mk, configure.in, {win32,bcc32}/Makefile.sub
23131 2008-04-03 13:20 [nobu at ruby-lang.or] Ruby:r15891 (trunk): * common.mk (endb.h, transdb.h, prelude.c): depend on $(PREP) and
23132 2008-04-03 13:49 [nobu at ruby-lang.or] Ruby:r15892 (trunk): * common.mk (golf_prelude.c): needs .new.
23133 2008-04-03 14:44 [usa at ruby-lang.org] Ruby:r15893 (trunk): * common.mk (INSNS): add insns_info.inc.
23134 2008-04-03 19:59 [nobu at ruby-lang.or] Ruby:r15894 (trunk): * insns.def (defineclass): check if cbase is a class or a module.
23135 2008-04-03 20:57 [matz at ruby-lang.or] Ruby:r15895 (trunk): * range.c (range_include): add RDoc to describe that comparison
23136 2008-04-03 21:55 [tadf at ruby-lang.or] Ruby:r15896 (trunk): * complex.c (nucomp_int_check): function for DRY real check.
23137 2008-04-04 01:01 [matz at ruby-lang.or] Ruby:r15897 (trunk): * bignum.c (Init_Bignum): rdiv method removed. [ruby-dev:34242]
23138 2008-04-04 01:04 [matz at ruby-lang.or] Ruby:r15898 (trunk): * numeric.c (num_quo): RDoc updated.
23139 2008-04-04 02:20 [matz at ruby-lang.or] Ruby:r15899 (ruby_1_8): * range.c (range_step): should not round step into integer if
23140 2008-04-04 05:58 [matz at ruby-lang.or] Ruby:r15900 (ruby_1_8): * lib/net/pop.rb (Net::POP3::do_finish): clear at n_mails and
23141 2008-04-04 05:59 [matz at ruby-lang.or] Ruby:r15901 (trunk): * lib/net/pop.rb (Net::POP3::do_finish): clear at n_mails and
23142 2008-04-04 14:13 [matz at ruby-lang.or] Ruby:r15902 (trunk): * re.c (rb_memsearch_qs): wrong boundary condition. a patch from
23143 2008-04-04 23:26 [naruse at ruby-lang.] Ruby:r15903 (trunk): * re.c (rb_memsearch_qs): wrong boundary condition.
23144 2008-04-05 06:16 [drbrain at ruby-lang] Ruby:r15904 (trunk): * lib/rdoc/parsers/parse_rb.rb: Fix uninitialized variable warnings.
23145 2008-04-05 10:05 [nobu at ruby-lang.or] Ruby:r15905 (ruby_1_8): * object.c (rb_check_to_integer): backported for range_step.
23146 2008-04-05 23:25 [tadf at ruby-lang.or] Ruby:r15906 (trunk): * lib/cmath.rb: new.
23148 2008-04-06 09:45 [nobu at ruby-lang.or] Ruby:r15908 (trunk, ruby_1_8): * dir.c (dir_tell): check if closed. [ruby-core:16223]
23149 2008-04-06 09:46 [nobu at ruby-lang.or] Ruby:r15909 (trunk): * lib/cmath.rb: set properties.
23150 2008-04-06 10:22 [nobu at ruby-lang.or] Ruby:r15910 (trunk): * tool/compile_prelude.rb: allows extra suffix after .c.
23151 2008-04-07 02:11 [matz at ruby-lang.or] Ruby:r15911 (trunk): * bignum.c (rb_cmpint): moved from compar.c, to check bignum
23152 2008-04-07 02:19 [matz at ruby-lang.or] Ruby:r15912 (trunk): * string.c (rb_str_intern): need not to check if tainted.
23153 2008-04-07 12:15 [nobu at ruby-lang.or] Ruby:r15913 (trunk): * range.c (range_each_func): should not leave a variable
23154 2008-04-07 12:28 [ko1 at ruby-lang.org] Ruby:r15914 (trunk): * bootstraptest/test_knownbug.rb: add a known-bug.
23155 2008-04-07 15:51 [nobu at ruby-lang.or] Ruby:r15915 (trunk): * encoding.c (enc_init_db): moved to enc/encdb.c.
23156 2008-04-07 16:06 [nobu at ruby-lang.or] Ruby:r15916: * ignores all libruby stuffs.
23157 2008-04-07 21:40 [knu at ruby-lang.org] Ruby:r15917 (ruby_1_8): * array.c (rb_ary_nitems): Backport Array#nitems with a block;
23158 2008-04-07 22:52 [tadf at ruby-lang.or] Ruby:r15918 (trunk): * numeric.c: cancelled recent changes (except to remove rdiv).
23159 2008-04-07 23:18 [tadf at ruby-lang.or] Ruby:r15919 (trunk): trivial change.
23160 2008-04-08 03:39 [nobu at ruby-lang.or] Ruby:r15920 (trunk): * load.c (rb_provided): check expanded path for relative path
23161 2008-04-08 08:33 [nobu at ruby-lang.or] Ruby:r15921 (trunk): * bootstraptest/test_autoload.rb: tests for [ruby-dev:34268].
23162 2008-04-08 10:30 [nobu at ruby-lang.or] Ruby:r15922 (trunk): * common.mk (prelude.c): depends on enc/prelude.rb.
23163 2008-04-08 10:40 [matz at ruby-lang.or] Ruby:r15923 (trunk): * load.c (rb_require_safe): should check fname path after $SAFE is
23164 2008-04-08 10:50 [matz at ruby-lang.or] Ruby:r15924 (ruby_1_8): * re.c (rb_reg_quote): should always copy the quoting string.
23165 2008-04-08 10:53 [matz at ruby-lang.or] Ruby:r15925 (trunk): * re.c (rb_reg_quote): should always copy the quoting string.
23166 2008-04-08 11:01 [matz at ruby-lang.or] Ruby:r15926 (trunk): * lib/complex.rb: remove Math first before overwriting by CMath.
23167 2008-04-08 11:13 [matz at ruby-lang.or] Ruby:r15927 (ruby_1_8): * eval.c (EXEC_TAG): remove unnecessary FLUSH_REGISTER_WINDOWS for
23168 2008-04-08 21:36 [nobu at ruby-lang.or] Ruby:r15928 (trunk): * thread.c (rb_mutex_sleep): ensures to re-acquire at waking up.
23169 2008-04-08 21:38 [nobu at ruby-lang.or] Ruby:r15929 (trunk): * thread.c (lock_func): optimized. based on a patch from Sylvain
23170 2008-04-09 12:12 [nobu at ruby-lang.or] Ruby:r15930 (trunk): * test/ruby/test_thread.rb: new tests from Sylvain Joyeux in
23171 2008-04-09 14:43 [nobu at ruby-lang.or] Ruby:r15931 (trunk): * thread.c (lock_func): optimized and checks for interrupt_flag.
23172 2008-04-09 19:47 [knu at ruby-lang.org] Ruby:r15932 (ruby_1_8): * eval.c (rb_obj_method, rb_proc_call), intern.h: Export.
23173 2008-04-09 19:51 [knu at ruby-lang.org] Ruby:r15933 (ruby_1_8): 20080409
23174 2008-04-09 20:13 [knu at ruby-lang.org] Ruby:r15934 (ruby_1_8): * enumerator.c, inits.c (rb_call_inits), ruby.h, intern.h,
23175 2008-04-09 20:44 [knu at ruby-lang.org] Ruby:r15935 (ruby_1_8): Add items about the enumerator module.
23176 2008-04-09 20:53 [knu at ruby-lang.org] Ruby:r15936 (ruby_1_8): * array.c (rb_ary_index, rb_ary_index): Array#index and #rindex
23177 2008-04-09 20:55 [knu at ruby-lang.org] Ruby:r15937 (ruby_1_8): Update.
23178 2008-04-09 21:21 [knu at ruby-lang.org] Ruby:r15938 (ruby_1_8): * array.c (rb_ary_each, rb_ary_each_index, rb_ary_reverse_each,
23179 2008-04-09 21:24 [knu at ruby-lang.org] Ruby:r15939 (ruby_1_8): Update.
23180 2008-04-09 21:34 [knu at ruby-lang.org] Ruby:r15940 (ruby_1_8): Array#reject too.
23181 2008-04-09 21:56 [knu at ruby-lang.org] Ruby:r15941 (ruby_1_8): * array.c (rb_ary_pop): Do not reallocate too often; backported
23182 2008-04-09 21:56 [knu at ruby-lang.org] Ruby:r15942 (ruby_1_8): Fix a typo.
23183 2008-04-09 23:15 [nagai at ruby-lang.o] Ruby:r15943 (ruby_1_8): * ext/tk/tcltklib.c: SEGV when tcltk-stubs is enabled.
23184 2008-04-10 01:43 [usa at ruby-lang.org] Ruby:r15944 (ruby_1_8): * enum.c (iterate_method): add prototype to avoid warning on VC++.
23185 2008-04-10 10:27 [nobu at ruby-lang.or] Ruby:r15945 (trunk): * thread_pthread.c (native_sleep): sleep_cond is initialized at
23186 2008-04-10 14:13 [akr at ruby-lang.org] Ruby:r15946 (ruby_1_8): * lib/resolv.rb (Resolv::DNS#each_address): backport from 1.9 for
23187 2008-04-10 15:06 [matz at ruby-lang.or] Ruby:r15947 (trunk): * lib/generator.rb: removed obsolete library. [ruby-core:16233]
23188 2008-04-10 16:12 [matz at ruby-lang.or] Ruby:r15948 (trunk): * lib/pstore.rb: replaced by Hongli Lai's faster version.
23189 2008-04-10 17:41 [akr at ruby-lang.org] Ruby:r15949 (trunk): * marshal.c (w_object): TYPE_USERDEF assigns id for ivars first.
23190 2008-04-10 19:25 [knu at ruby-lang.org] Ruby:r15950 (trunk): * array.c (rb_ary_pop_m, rb_ary_shift_m): Update documents for
23191 2008-04-10 19:34 [knu at ruby-lang.org] Ruby:r15951 (trunk): Fix mistake in the previous commit.
23192 2008-04-10 19:36 [knu at ruby-lang.org] Ruby:r15952 (ruby_1_8): * array.c (rb_ary_first, rb_ary_last): Return a shared array when
23193 2008-04-10 19:42 [knu at ruby-lang.org] Ruby:r15953 (trunk): * eval.c (rb_f_loop): Mention StopIteration in the document.
23194 2008-04-10 19:52 [knu at ruby-lang.org] Ruby:r15954 (ruby_1_8): * enumerator.c (rb_eStopIteration), eval.c (rb_f_loop), ruby.h:
23195 2008-04-10 20:10 [knu at ruby-lang.org] Ruby:r15955 (ruby_1_8): Sort entries.
23196 2008-04-10 20:12 [knu at ruby-lang.org] Ruby:r15956 (ruby_1_8): * enum.c (enum_first, enum_group_by): New methods:
23197 2008-04-10 20:32 [knu at ruby-lang.org] Ruby:r15957 (ruby_1_8): * misc/rdebug.el, misc/README: Remove rdebug.el as per request
23198 2008-04-10 20:34 [knu at ruby-lang.org] Ruby:r15958 (ruby_1_8): Oops, my mistake, rdebug.el was in 1.8.6.
23199 2008-04-10 20:36 [knu at ruby-lang.org] Ruby:r15959 (trunk): Mention the ruby-debug project at RubyForge.
23200 2008-04-10 20:37 [knu at ruby-lang.org] Ruby:r15960 (trunk): * misc/rdebug.el, misc/README: Remove rdebug.el as per request
[前][次][スレッド一覧][上]