Bugs item #1179433, was opened at 2005-04-08 15:07
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1179433&group_id=8032
Category: Compiler
Group: 6.4
Status: Open
Resolution: No
>If you look closely, you'll see that translate isn't applied to the
>argument to runCommand. There's no double-translation going on, we just
>pass the command line directly to cmd.exe/command.com.
ah, sorry, I missed that extra-parameter backdoor, thanks!-)
>rawSystem needs to convert the [Stri
Bugs item #1179267, was opened at 2005-04-08 17:12
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1179267&group_id=8032
Category: Runtime System
Group: None
Status: Open
Resolut
By all means. If someone cares to send us a patch, we'll incorporate
it.
Simon
| -Original Message-
| From: [EMAIL PROTECTED]
[mailto:glasgow-haskell-bugs-
| [EMAIL PROTECTED] On Behalf Of Bulat Ziganshin
| Sent: 08 April 2005 10:38
| To: glasgow-haskell-bugs@haskell.org
| Subject: GHC
Bugs item #1179108, was opened at 2005-04-08 12:02
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1179108&group_id=8032
Category: Compiler (Type checker)
Group: 6.4
Status: Open
While GHC I/O library on mingw32 platform perfectly reads and writes
files larger than 4 GB, functions hFileSize/c_fstat,
hSetFileSize/c_ftruncate and c_stat are still tied to C functions
returning 32 bit values and as a result truncate larger sizes to their
low 32 bits. Can this behaviour be fixe