Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 132271 Details for
Bug 194322
dev-util/gcc-4.1.2 - gdc phobos bug in readln() function in phobos library.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Demonstrate readln() bug
readline.d (text/plain), 192 bytes, created by
David Brown
on 2007-09-30 22:18:27 UTC
(
hide
)
Description:
Demonstrate readln() bug
Filename:
MIME Type:
Creator:
David Brown
Created:
2007-09-30 22:18:27 UTC
Size:
192 bytes
patch
obsolete
>/* Demonstrate problem with readln. */ > >module readline; > >import std.stdio; > >void main () >{ > while (1) { > char[] buf = readln (); > if (buf is null) > break; > writef ("%s", buf); > } >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 194322
: 132271