Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • BIND BIND
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 638
    • Issues 638
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 92
    • Merge requests 92
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source ProjectsISC Open Source Projects
  • BINDBIND
  • Merge requests
  • !162

Redefine ISC's int and boolean types to use <stdint.h> and <stdbool.h> types

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Ondřej Surý requested to merge 9-use-C99-integer-types into master Mar 28, 2018
  • Overview 57
  • Commits 7
  • Pipelines 45
  • Changes 390+

This MR re#defines the isc_intNN_t and isc_uintNN_t types and related macros to C99 <stdint.h> types. Then it replaces ISC_PRINT_QUADFORMAT with PRI?64 format constants.

NOTE: Usage of PRI?nn format constants for the stdint types is a subject of future work.

Edited Aug 08, 2018 by Ondřej Surý
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 9-use-C99-integer-types