Activity
From 07/12/2016 to 07/18/2016
07/18/2016
-
06:06 PM Bug #10837: spatting a single element array produces an array instead of a single value for return and next
- Naja Melan wrote:
> @bug hit
>
> My apologies, it seems I'm mistaken. The splat operator does not just seem to co... -
05:58 PM Bug #10837: spatting a single element array produces an array instead of a single value for return and next
- @bug hit
My apologies, it seems I'm mistaken. The splat operator does not just seem to coerce into array for all t... -
05:50 PM Bug #10837: spatting a single element array produces an array instead of a single value for return and next
- Naja Melan wrote:
>
> Actually this is really useful. Whenever a method accepts a `something` or an `array of some... -
12:47 PM Bug #10837: spatting a single element array produces an array instead of a single value for return and next
- bug hit wrote:
> Nobuyoshi Nakada wrote:
> > It's similar to `return *[1, 2]`.
>
> Please clarify your position,... -
04:39 PM Misc #12595 (Closed): Documentation
- I've been working on a YARD plug-in, (hopefully) improving the UI and its c source
parsing. I've put docs for four ... - 04:01 PM Revision 0fc6877e (git): * 2016-07-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:01 PM Revision 04ddf45c (git): fix a typo [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:38 PM Bug #12594 (Closed): The class does not inherit from a module the modules that were included after the inclusion
- Reproduced in ruby 2.3.0 and 2.3.1
You can see that the result changes if I swap places `LimitedPeriod.include Perio... -
02:24 PM Feature #12589: VM performance improvement proposal
- Yukihiro Matsumoto wrote:
> As for superoperators, shyouhei is working on it.
>
> In any way, I'd suggest you tak... -
04:04 AM Feature #12589: VM performance improvement proposal
- As for superoperators, shyouhei is working on it.
In any way, I'd suggest you take a YARV step for a big change li... -
03:24 AM Feature #12589 (Open): VM performance improvement proposal
- Hello. I'd like to start a big MRI project but I don't want to
disrupt somebody else plans. Therefore I'd like t... -
12:59 PM Feature #12593 (Rejected): Allow compound assignements to work when destructuring arrays
- ~~~ ruby
a = [ 'a', 'b' ]
b = [ 'c', 'd' ]
def c
return [ 'A', 'B' ], [ 'C', 'D' ]
end
a, b += c # ... -
09:14 AM Bug #12493 (Third Party's Issue): Confusing did_you_mean error
- I believe this issue has been fixed: https://github.com/yuki24/did_you_mean/commit/1c52c887c62b0921e799f94bcc4a846dc7...
-
07:27 AM Bug #12592 (Rejected): tree conflict produced by r55701
- Revision r55701 produced a tree conflict. The reason is most probably that the directory
enc/unicode/data/8.0.0 was ... -
07:04 AM Feature #9969: Add File.empty? as alias to File.zero?
- John, this feature is already closed. If you want your proposal to be
looked at, please open a new one, referencin... -
03:56 AM Feature #9969: Add File.empty? as alias to File.zero?
- For the sake of consistency could you also add `Pathname#empty?`. Alternatively maybe add both `Pathname#empty_file?`...
-
06:27 AM Feature #6647: Exceptions raised in threads should be logged
- Akira Tanaka wrote:
> It seems true-by-default and report-on-GC needs more discussion.
I'm not sure how helpful m... -
05:38 AM Feature #12455: Add a way for class String to determine whether it has only numbers / digits or not
- I am interpreting that this proposal is actually interested in integers with signatures (+/-) as well, not just digit...
-
05:10 AM Feature #12591 (Rejected): Allow ruby to either catch misspelled "ailas" statements or, possibly more accurately, be more specific in what it reports as an error to the end-user
- Hello ruby-core team.
I lately had a strange error message.
The code was like this (I made a shorter example so... -
04:09 AM Bug #12590 (Closed): Error compiling parse.c on cygwin
- This error compiling parse.c doesn't happen to myself, but to a student of mine.
We have tried `make clean` and `mak... -
04:01 AM Feature #10121: Dir.empty?
- I commented this on #9969 as well. Given that `Dir.empty?` is being introduced I think it would be helpful to also in...
07/17/2016
-
02:53 PM Feature #12039 (Closed): Fixnum#infinite?/Bignum#infinite or Numeric#infinte, consistent with Float#infinite? and BigDecimal#infinite?
- Applied in changeset r55702.
----------
numeric.c, complex.c: Add finite? and infinite? consistent with Float
* num... - 02:53 PM Revision 94468b4e (git): numeric.c, complex.c: Add finite? and infinite? consistent with Float
- * numeric.c (num_finite_p, num_infinite_p): Add Numeric#finite? and
Numeric#infinite? [Feature #12039] [ruby-core:... -
11:59 AM Revision af2d3c98 (git): Move generated headers to unicode data directory
- * common.mk, enc/depend (casefold.h, name2ctype.h): move to
unicode data directory per version.
git-svn-id: svn+ss... - 08:40 AM Revision 8cdb719c (git): * 2016-07-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:40 AM Revision 0af37512 (git): * insns.def: tabify [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:15 AM Bug #12580: Difference in sprintf float rounding
- Nobuyoshi Nakada wrote:
> Resulting 5.6 by rounding 5.55 off to one decimal place looks more "natural", than 5.5.
>...
07/16/2016
-
12:41 PM Revision ba1d0ea6 (git): common.mk: INCFLAGS
- * common.mk (INCFLAGS): move from Makefile.in.
* win32/Makefile.sub (XCFLAGS): missing directory is not
neccessary...
07/15/2016
- 09:39 PM Revision 8b9f9274 (git): * time.c (time_arg): revert r55688 beause it had no effect. retry...
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55697 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:26 PM Revision d54856c1 (git): common.mk: directory timestamps
- * common.mk, enc/Makefile.in: moved timestamp files for
directories under the specific directory, to get rid of mat... - 08:24 PM Revision b2275294 (git): * 2016-07-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55695 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:24 PM Revision 251d8758 (git): Revert r55693 because it broke building on all platforms (and had no ChangeLog).
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55694 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:12 PM Feature #12025: Reduce minimum string buffer size from 128 to 127
- [email protected] wrote:
> In r55692, integer overflow is fixed, and termlen is used.
Good catch, thank you -
01:11 PM Feature #12025: Reduce minimum string buffer size from 128 to 127
- In r55692, integer overflow is fixed, and termlen is used.
-
12:54 PM Feature #12025: Reduce minimum string buffer size from 128 to 127
- Agree.
-
11:17 AM Feature #12025: Reduce minimum string buffer size from 128 to 127
- Due to the "+ 1" in string.c:2593 inserted in r55686, integer overflow may occur if `capa == LONG_MAX / 2`.
```
... -
08:02 PM Bug #12588 (Rejected): When an exception is re-raised in the "rescue" clause, the back trace does not contain the line in that clause
- Given:
~~~
$ cat -n foo.rb
1 def foo
2 raise StandardError
3 rescue StandardError => e
... -
06:49 PM Feature #11813: Extend safe navigation operator for [] and []= with syntax sugar
- It seems to me that a "safe subscript operator" should simply add a `&` between the receiver and the subscript operat...
-
02:08 PM Revision 2ace43ba (git): common.mk: directory timestamps
- * common.mk, enc/Makefile.in: moved timestamp files for
directories under the specific directory, to get rid of mat... -
01:08 PM Revision 20c4461d (git): * string.c (str_buf_cat): Fix potential interger overflow of capa.
- In addition, termlen is used instead of +1.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55692 b2dd03c8-39d4-4... -
12:35 PM Revision 2bb292fc (git): * string.c (str_buf_cat): Fix capa size for embed string.
- Fix bug in r55547. [Bug #12536]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55691 b2dd03c8-39d4-4d8f-98ff-823... -
11:04 AM Bug #12587 (Rejected): ruby released tarball require ruby
- I downloaded ruby-2.3.1.tar.bz2 into my brand new bash on windows.
I prepared gcc, autoconf etc but ruby itself beca... -
09:13 AM Revision 83a5457f (git): * gems/bundled_gems: update latest gems.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:08 AM Revision 5292b272 (git): util.c: do not underflow
- * util.c (ruby_strtod): do not underflow only by preceeding zeros,
which may be canceled out by the exponent.
htt... - 06:35 AM Revision 363c9085 (git): * time.c (time_arg): it seems that this function sometimes causes SEGV
- on mswin CI, then force to prevent `vtm->subsecx` from GC. this is
experimental.
git-svn-id: svn+ssh://ci.ruby-l... -
04:40 AM Bug #12564: Sometimes test_settracefunc.rb segfaults in exec_hooks_body (vm_trace.c)
- r55687 ruby 2.4.0dev (2016-07-15) [x86_64-linux] (centos5-64) 336W [BUG] 3[SEGV] failed(test-all)
http://rubyci.s3... -
12:53 AM Revision e827c334 (git): enc/unicode: check Unicode versions
- * enc/unicode/case-folding.rb, tool/enc-unicode.rb: check if
Unicode versions are consistent with each other.
git-...
07/14/2016
-
11:41 PM Feature #12025: Reduce minimum string buffer size from 128 to 127
- [email protected] wrote:
> It's been over 5 months since this issue was created. Since it looks
> lik... -
11:30 PM Feature #12025 (Closed): Reduce minimum string buffer size from 128 to 127
- Applied in changeset r55686.
----------
string.c: reduce malloc overhead for default buffer size
* string.c (STR_BU... -
08:45 PM Feature #12025: Reduce minimum string buffer size from 128 to 127
- It's been over 5 months since this issue was created. Since it looks like both Eric and Yui agree that this won't ca...
- 11:30 PM Revision ed5401a6 (git): string.c: reduce malloc overhead for default buffer size
- * string.c (STR_BUF_MIN_SIZE): reduce from 128 to 127
[ruby-core:76371] [Feature #12025]
* string.c (rb_str_buf_new... -
04:32 PM Revision 0fd7666d (git): enc-unicode.rb: check Unicode version
- * tool/enc-unicode.rb (data_foreach): check Unicode version in
data files, and yield each lines.
git-svn-id: svn+s... -
04:30 PM Revision 230a91c1 (git): Download Unicode files just once [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55684 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:35 PM Revision dcdea1e6 (git): * 2016-07-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:35 PM Revision 0c5dd984 (git): SVK is dead
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55682 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:49 PM Revision b75776d6 (git): Remove empty directory
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55681 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:01 AM Revision fc11cd21 (git): common.mk: prefix for nmake
- * common.mk (incs): prefix to enc/unicode/name2ctype.h and
enc/jis/props.h for nmake.
git-svn-id: svn+ssh://ci.rub... -
10:45 AM Revision 35ff4064 (git): Makefile.sub: update enc/unicode/name2ctype.h
- * win32/Makefile.sub (enc/unicode/name2ctype.h): remove stale recipe.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
08:26 AM Revision 2f87f9e6 (git): common.mk: update enc/unicode/name2ctype.h
- * Makefile.in (enc/unicode/name2ctype.h): remove stale recipe,
which did not support Unicode age properties.
* comm... -
07:58 AM Feature #12586 (Open): Hash#sample
- Hello.
class Array has .sample method.
I tried to use .sample on a hash, just to return a random element (I nee... -
06:46 AM Revision 5de227d6 (git): make-snapshot: fix VPATH regexp [ci skip]
- * tool/make-snapshot (package): replace nmake style VPATH in
common.mk by regexp same as one for uncommon.mk, not t... -
05:28 AM Bug #12584 (Rejected): Regexp using repetition with alternation doesn't match greedily
- それはそういうものです。知りうる限りでは perl php python node でもそのように動きますので。これの動きを変えるのは弊害のほうが大きいです。
```
% perl -e '"---ed---" =~ /(?:... -
04:42 AM Revision bf4020a3 (git): common.mk: rule for name2ctype.kwd
- * common.mk (enc/unicode/name2ctype.kwd): rule to create from
Unicode data files, used only when the target does no... -
04:10 AM Revision 6c1f4f7e (git): json/ext: remove stale directory
- * ext/json/lib/json/ext: remove stale directory. bundled
extension libraries are placed under the directory for ea... -
04:04 AM Revision 0bb7f0c5 (git): Unicode version check
- * common.mk (RBCONFIG): check if Unicode versions match.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55674 b2d... - 03:48 AM Revision a9acbeed (git): * append newline at EOF.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55673 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:48 AM Revision 58189c9b (git): * 2016-07-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55672 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:48 AM Revision bf7cc652 (git): * ext/json/**/*.rb: merge original files from upstream repository.
- It only fixes styles of frozen string literal.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55671 b2dd03c8-39d4...
07/13/2016
-
08:05 PM Bug #12585 (Third Party's Issue): FileUtils.move leads to rb_file_s_rename Errno::EACCES: Permission denied on Windows
- Windows disallows removing open file unless it is opened with `FILE_SHARE_DELETE` flag.
Close `file` before `FileUti... -
04:34 PM Bug #12585 (Third Party's Issue): FileUtils.move leads to rb_file_s_rename Errno::EACCES: Permission denied on Windows
- In Windows 10, running as administrator:
~~~
λ C:\tools\ruby\23-x64\bin\irb.cmd
irb(main):001:0> require 'fileut... -
03:24 PM Bug #12584 (Rejected): Regexp using repetition with alternation doesn't match greedily
- 正規表現で選択子 `|` の外側で最大量指定子 `*` による繰り返しを行った場合、最大でない部分文字列にマッチしてしまうことがあるようです。
以下に再現例を示します。
ある文字列から、「区切り文字`d` 以外の文字`/[^d... -
02:22 PM Revision 9632e413 (git): Fix file name in comment again
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55670 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:27 PM Revision bdda54c0 (git): * test/json/json_common_interface_test.rb: use assert_raise instead of
- assert_raises.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55669 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 01:27 PM Revision 158f1e5b (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:27 PM Revision a7b5d454 (git): * test/lib/test/unit.rb: added test files with `_test` suffix for json
- upstream.
* test/json: merge original test files from json upstream.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru... -
11:04 AM Feature #12142: Hash tables with open addressing
- Good day, everyone.
I've updated my version of st.c and hashing patch.
Main difference in st implementation from ... -
09:58 AM Bug #10933: [BUG] object allocation during garbage collection phase
- Hi, just wondering that since this patch appears to fix this issue, is there a chance that somebody would provide mor...
-
09:09 AM Revision 2ac58e68 (git): * enc/iso_8859_9.c, test/ruby/enc/test_case_comprehensive.rb:
- Implement non-ASCII case conversion for ISO-8859-9, by Kazuki Iijima.
* enc/iso_8859_9.c: Exclude dotless i/I with do... -
08:21 AM Revision 9f74ae4c (git): * enc/windows_1252.c, test/ruby/enc/test_case_comprehensive.rb:
- Implement non-ASCII case conversion for Windows-1252, by Serina Tai.
* test/ruby/enc/test_case_comprehensive.rb: Fix ... -
07:29 AM Bug #12545: Ruby 2.3.1 compilation error [Windows]
- Ivan Serdyuk wrote:
> I just finished compilation attempts for VS 2008, VS 2010. win32.c compiled for all 2.x versio... -
07:19 AM Revision 6a52a548 (git): * enc/iso_8859_7.c, test/ruby/enc/test_case_comprehensive.rb:
- Implement non-ASCII case conversion for ISO-8859-7, by Kosuke Kurihara.
* test/ruby/enc/test_case_comprehensive.rb: F... -
07:11 AM Bug #9525: Stuck with Socket.pack_sockaddr_in
Related issue: https://bugs.ruby-lang.org/issues/9536
This problem is a big issue for Fluentd.
We hope to bac...-
07:08 AM Bug #12583 (Closed): Class#instance_methods dumps core
- Applied in changeset r55663.
----------
* gc.c (gc_mark_roots): should mark the VM object itself to mark
singleton... -
05:33 AM Bug #12583 (Closed): Class#instance_methods dumps core
- 次のようにすると core を吐きます。
```
% cat tmp.rb
ObjectSpace.each_object{|o|o.singleton_class rescue 0}
ObjectSpace.each_o... -
07:08 AM Revision d7eb7bbc (git): * gc.c (gc_mark_roots): should mark the VM object itself to mark
- singleton class of the VM object.
Before this patch, we only set mark bit for the VM object and
invoke mark funct... - 07:03 AM Revision d42e547a (git): * math.c (_USE_MATH_DEFINES): it must be set before including internal.h
- because internal.h includes ruby.h, ruby.h includes win32.h, and
win32.h includes system's math.h.
this change is... -
06:32 AM Revision fc4b2d92 (git): Fix file names in comments
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55661 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:19 AM Revision b9cd6920 (git): * enc/iso_8859_1.c, enc/iso_8859_4.c: Avoid setting modification flag if
- there is no modification.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55660 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:47 AM Revision 7b653bd0 (git): fix type
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55659 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:40 AM Revision e3600eac (git): * enc/iso_8859_5.c, test/ruby/enc/test_case_comprehensive.rb:
- Implement non-ASCII case conversion for ISO-8859-5, by Masaru Onodera.
* test/ruby/enc/test_case_comprehensive.rb: Fi... -
05:29 AM Revision 7b59234a (git): * math.c (rb_math_sqrt): r55646 must use f_signbit.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55657 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:26 AM Revision d8c3672b (git): * iseq.c (Init_ISeq): undef ISeq.translate and ISeq.load_iseq
- to prevent calling super classes' methods.
Without this patch, you can write workaround like:
class << RubyVM... -
05:19 AM Revision bebb62e0 (git): * vm_method.c (method_entry_get_without_cache): check
- undefined method even if ruby_running is FALSE.
We haven't call "undef"ed methods before ruby_running.
So that t... -
05:15 AM Revision c5682ac4 (git): * enc/windows_1254.c: Adjust variable/macro names.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55654 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:19 AM Revision 93c1109c (git): * enc/iso_8859_9.c, enc/windows_1254.c: Split Windows-1254 from
- ISO-8859-9 to be able to implement different case conversions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55... -
04:08 AM Revision cbc94788 (git): * enc/iso_8859_7.c, enc/windows_1253.c: Split Windows-1253 from
- ISO-8859-7 to be able to implement different case conversions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55... -
01:50 AM Revision 336b6b19 (git): * enc/iso_8859_13.c, test/ruby/enc/test_case_comprehensive.rb:
- Implement non-ASCII case conversion for ISO-8859-13, by Kanon Shindo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t... -
01:31 AM Revision 0f3d197d (git): * enc/iso_8859_13.c, enc/windows_1257.c: Split Windows-1257 from
- ISO-8859-13 to be able to implement different case conversions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5... - 12:02 AM Revision fee3e72b (git): * 2016-07-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55649 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:02 AM Revision 19b5e818 (git): * enc/iso_8859_3.c, test/ruby/enc/test_case_comprehensive.rb:
- Implement non-ASCII case conversion for ISO-8859-3, by Takuya Miyamoto.
* test/ruby/enc/test_case_comprehensive.rb: E...
07/12/2016
-
11:40 PM Revision 0e292561 (git): * test/ruby/enc/test_iso_8859.rb: Excluded dotless i/I with dot from
- case-insensitive matching because they are not a case pair.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55647... -
02:13 PM Revision 745a2aac (git): math.c: Complex sqrt
- * math.c (rb_math_sqrt): [EXPERIMENTAL] move Complex sqrt support
from mathn.rb.
git-svn-id: svn+ssh://ci.ruby-lan... -
01:17 PM Revision 89ed4f41 (git): complex.c: rb_complex prefix
- * complex.c (rb_complex_plus, rb_complex_mul): rename to
rb_complex prefix.
git-svn-id: svn+ssh://ci.ruby-lang.org... -
01:07 PM Revision 92b98a98 (git): math.c: get_double_rshift
- * math.c (get_double_rshift): extract bignum to double conversion
with bit offset.
git-svn-id: svn+ssh://ci.ruby-l... -
12:59 PM Revision 7c0cb435 (git): * revert r55642 (previous commit) because of test failure at
- https://travis-ci.org/ruby/ruby/builds/144148780
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55643 b2dd03c8-3... -
12:33 PM Revision 7b66f0ba (git): * enc/iso_8859_3.c, test/ruby/enc/test_case_comprehensive.rb:
- Implement non-ASCII case conversion for ISO-8859-3, by Takuya Miyamoto.
* test/ruby/enc/test_case_comprehensive.rb: E... -
12:10 PM Bug #12535: are there 2 sleep methods defined?
- I've just tried that, it's not delivering the expected result. Try this out:
~~~ruby
module AlternativeSleep ... -
11:53 AM Revision fd2c613b (git): math.c: use common constants
- * math.c (math_log1, math_log10): use common math constants
instead of math function calls.
git-svn-id: svn+ssh://...
Also available in: Atom