[Issue 3409] New: stdio.File.seek() doesn't work for files 2GB

2009-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3409 Summary: stdio.File.seek() doesn't work for files 2GB Product: D Version: 2.035 Platform: Other OS/Version: Windows Status: NEW Keywords: patch Severity: major

[Issue 3410] New: std.stdio.File.tell() doesn't work for files 2GB

2009-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3410 Summary: std.stdio.File.tell() doesn't work for files 2GB Product: D Version: 2.035 Platform: Other OS/Version: Windows Status: NEW Severity: major Priority: P2

[Issue 3409] stdio.File.seek() doesn't work for files 2GB

2009-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3409 --- Comment #1 from David Simcha dsim...@yahoo.com 2009-10-16 23:18:26 PDT --- Oops, looks like I forgot to attach the attachment. That's ok, on further testing, it only solved the problem up to 4GB anyhow. I guess what *really* needs to

[Issue 3409] stdio.File.seek() doesn't work for files 2GB

2009-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3409 David Simcha dsim...@yahoo.com changed: What|Removed |Added Keywords|patch | --- Comment #2 from

[Issue 3410] std.stdio.File.tell() doesn't work for files 2GB

2009-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3410 --- Comment #1 from David Simcha dsim...@yahoo.com 2009-10-17 08:45:24 PDT --- Note that std.stream gets this right on Win32 but not Linux by using the Win32 API directly. -- Configure issuemail:

[Issue 3409] stdio.File.seek() doesn't work for files 2GB

2009-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3409 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 3410] std.stdio.File.tell() doesn't work for files 2GB

2009-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3410 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 3409] stdio.File.seek() doesn't work for files 2GB

2009-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3409 --- Comment #4 from David Simcha dsim...@yahoo.com 2009-10-17 09:41:44 PDT --- Could be wrong, but I think the way druntime defines these functions is because that's the way they're defined in the C std lib API. I think to do better you need

[Issue 3411] New: DMD 1.x svn branch doesn't compile

2009-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3411 Summary: DMD 1.x svn branch doesn't compile Product: D Version: 1.051 Platform: All OS/Version: Linux Status: NEW Keywords: patch Severity: regression

[Issue 3412] New: DMD 1.x svn branch store string literal in mutable char*

2009-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3412 Summary: DMD 1.x svn branch store string literal in mutable char* Product: D Version: 1.051 Platform: All OS/Version: All Status: NEW Keywords: patch

[Issue 3413] New: DMD makefiles needs improvements

2009-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3413 Summary: DMD makefiles needs improvements Product: D Version: 1.051 Platform: All OS/Version: Linux Status: NEW Keywords: patch Severity: enhancement

[Issue 3412] DMD 1.x svn branch store string literal in mutable char*

2009-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3412 --- Comment #1 from Leandro Lucarella llu...@gmail.com 2009-10-17 11:49:06 PDT --- I forgot to mention that you can apply the patch with: patch -p2 0002-Store-string-literals-in-const-char-variables.patch in the src directory -- Configure

[Issue 3414] New: std.file.listdir: Use regex, not RegExp

2009-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3414 Summary: std.file.listdir: Use regex, not RegExp Product: D Version: 2.035 Platform: Other OS/Version: Windows Status: NEW Keywords: patch Severity: normal

[Issue 3414] std.file.listdir: Use regex, not RegExp

2009-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3414 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 3415] New: JSON output does not pass validation

2009-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3415 Summary: JSON output does not pass validation Product: D Version: 1.050 Platform: x86_64 OS/Version: Linux Status: NEW Severity: minor Priority: P2

[Issue 3391] gdb: dynamic arrays and associative arrays are not properly printed

2009-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3391 --- Comment #2 from Leandro Lucarella llu...@gmail.com 2009-10-17 18:01:47 PDT --- Created an attachment (id=478) objdump -W for DMD -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 3391] gdb: dynamic arrays and associative arrays are not properly printed

2009-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3391 --- Comment #1 from Leandro Lucarella llu...@gmail.com 2009-10-17 18:00:47 PDT --- Maybe this is useful. For this file: $ cat -n dbg.d 1 2void dummy_function() 3{ 4char[][] str_array; 5

[Issue 3391] gdb: dynamic arrays and associative arrays are not properly printed

2009-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3391 --- Comment #3 from Leandro Lucarella llu...@gmail.com 2009-10-17 18:02:23 PDT --- Created an attachment (id=479) objdump -W for LDC -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this