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

[jira] Created: (TS-594) Bite the bullet, change int64, int32 etc. to use stdint.h types (int64_t, int32_t etc.)

Bite the bullet, change int64, int32 etc. to use stdint.h types (int64_t, int32_t etc.)
---------------------------------------------------------------------------------------

                 Key: TS-594
                 URL: https://issues.apache.org/jira/browse/TS-594
             Project: Traffic Server
          Issue Type: Improvement
          Components: Cleanup
            Reporter: Leif Hedstrom
             Fix For: 2.1.5


Description says enough, lets bite the bullet and do this migration once and for all, and use the standard integer defines as per C99 specs. It's possible this will break with very old compilers, or compilers that aren't standards compliant, but ce la vie (i.e. upgrade).

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


[jira] Resolved: (TS-594) Bite the bullet, change int64, int32 etc. to use stdint.h types (int64_t, int32_t etc.)

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom resolved TS-594.
------------------------------

    Resolution: Fixed

> Bite the bullet, change int64, int32 etc. to use stdint.h types (int64_t, int32_t etc.)
> ---------------------------------------------------------------------------------------
>
>                 Key: TS-594
>                 URL: https://issues.apache.org/jira/browse/TS-594
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Cleanup
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 2.1.5
>
>
> Description says enough, lets bite the bullet and do this migration once and for all, and use the standard integer defines as per C99 specs. It's possible this will break with very old compilers, or compilers that aren't standards compliant, but ce la vie (i.e. upgrade).

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


[jira] Assigned: (TS-594) Bite the bullet, change int64, int32 etc. to use stdint.h types (int64_t, int32_t etc.)

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom reassigned TS-594:
--------------------------------

    Assignee: Leif Hedstrom

> Bite the bullet, change int64, int32 etc. to use stdint.h types (int64_t, int32_t etc.)
> ---------------------------------------------------------------------------------------
>
>                 Key: TS-594
>                 URL: https://issues.apache.org/jira/browse/TS-594
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Cleanup
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 2.1.5
>
>
> Description says enough, lets bite the bullet and do this migration once and for all, and use the standard integer defines as per C99 specs. It's possible this will break with very old compilers, or compilers that aren't standards compliant, but ce la vie (i.e. upgrade).

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