Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #2104 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

[PATCH] tango.net.Uri exports stdc memchr() function

Reported by: llucax Assigned to: Marenz
Priority: normal Milestone: 1.0
Component: Tango Version: 0.99.9 Kai
Keywords: patch Cc: leandro.lucarella@sociomantic.com

Description

I can see any reason to do that, or to declare the function instead of using tango.stdc.string instead.

This will get really annoying in the close future as the DMDFE introduced a fix for the selective imports so it will start conflicting with other imports of tanto.stdc.string if it's not made private to the module.

Patch attached.

Attachments

uri.patch (0.9 kB) - added by llucax on 01/26/12 10:06:54.
Patch

Change History

01/26/12 10:06:54 changed by llucax

  • attachment uri.patch added.

Patch

01/26/12 10:15:35 changed by Marenz

  • status changed from new to closed.
  • resolution set to fixed.

(In [5692]) replaced decl. with import, fixes #2104 thanks luca