Murase (Masamitsu Murase)
- Login: Murase
- Email: masamitsu.murase@gmail.com
- Registered on: 06/30/2009
- Last sign in: 09/25/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
08/17/2014
-
05:01 PM Ruby Bug #10146 (Closed): DateTime#jisx0301 returns corrupted string when GC.stress is set to true.
- `DateTime#jisx0301` returns corrupted string when `GC.stress` is set to true.
**Sample script to reproduce this issue:**
~~~ruby
# sample.rb
require("date")
GC.stress = true
p DateTime.parse('2001-02-03T04:05:06.123456789+07:...
08/16/2014
-
01:05 PM Ruby Bug #10145: win32/configure.bat should have CRLF eol-style.
- Nobuyoshi Nakada wrote:
> Masamitsu Murase wrote:
> ...
I understood the current situation.
r47017 changed eol-style of configure.bat to CRLF from LF, but configure.bat still has "LF" as "svn:eol-style" attribute.
As a result,
... -
12:34 PM Ruby Bug #10145: win32/configure.bat should have CRLF eol-style.
- I'm sorry for confusing you.
I mean that changes for configure.bat in r47015 should be reverted.
(r47017 reverted r47016, not r47015.)
r47015 changed eol-style to LF from CRLF.
This change should be reverted so that cmd.exe can p... -
07:54 AM Ruby Bug #10145 (Closed): win32/configure.bat should have CRLF eol-style.
- win32/configure.bat does not parse command line arguments correctly with revision 47015 and later.
For example, "win32\configure.bat --disable-install-doc --prefix=D:\test" outputs invalid "prefix" definition in Makefile.
It seems ...