Thread overview | |||||
---|---|---|---|---|---|
|
June 01, 2010 [Issue 4260] New: windows & basename | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=4260 Summary: windows & basename Product: D Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: nobody@puremagic.com ReportedBy: ellery-newcomer@utulsa.edu --- Comment #0 from Ellery Newcomer <ellery-newcomer@utulsa.edu> 2010-06-01 14:50:06 PDT --- the following spits out "home/ellery" and not the expected "ellery" import std.stdio; import std.path; void main(){ writeln(basename("home/ellery")); } dmd 2.046 windows -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
June 01, 2010 [Issue 4260] windows & basename | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ellery Newcomer | http://d.puremagic.com/issues/show_bug.cgi?id=4260 --- Comment #1 from Ellery Newcomer <ellery-newcomer@utulsa.edu> 2010-06-01 14:51:30 PDT --- Created an attachment (id=651) solution: pay attention to altsep -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
June 24, 2010 [Issue 4260] windows & basename | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ellery Newcomer | http://d.puremagic.com/issues/show_bug.cgi?id=4260 Shin Fujishiro <rsinfu@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Shin Fujishiro <rsinfu@gmail.com> 2010-06-23 21:14:38 PDT --- Fixed in svn r1692. The fix will be included in release 2.048. Thank you for the patch! -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation