You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Bryan Call (JIRA)" <ji...@apache.org> on 2010/05/12 22:46:42 UTC

[jira] Resolved: (TS-215) remove ink_*printf fucntions from libinktomi++

     [ https://issues.apache.org/jira/browse/TS-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Call resolved TS-215.
---------------------------

    Resolution: Fixed

> remove ink_*printf fucntions from libinktomi++
> ----------------------------------------------
>
>                 Key: TS-215
>                 URL: https://issues.apache.org/jira/browse/TS-215
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Cleanup
>            Reporter: Bryan Call
>            Assignee: Bryan Call
>             Fix For: 2.1.0
>
>         Attachments: 001-printf-bcall.patch, 002-printf-bcall.patch
>
>
> These function have become wrappers around vsnprintf and vsprintf and don't add functionality.
> ink_snprintf, ink_sprintf, ink_vsnprintf, and ink_vsprintf 
> ink_fprintf and ink_vfprintf are just wrappers around vfprintf
> ink_printf has become a wrapper around ink_vfprintf and can be removed too.
> We can possible remove these too:
> ink_bsprintf, ink_bvsprintf

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.