Logo white

OpenSystemsDevelopment / qpdf

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 4,691
  • Compare
  • Branches 1
  • Tags 0
  • qpdf
  • include
  • qpdf
  • Types.h
21 Jun, 2012
2 commits
  • Use qpdf_offset_t in place of off_t in public APIs. ...
    81e87523
    off_t is used internally only when needed to talk to standard
    libraries.  This requires that the "long long" type be supported by
    the compiler.
    Jay Berkenbilt authored
    2012-06-21 21:23:24 -0400  
    Browse File »
  • fix include order for off_t
    f59ff6fc
    Jay Berkenbilt authored
    2012-06-21 14:11:22 -0400  
    Browse File »

20 Jun, 2012
1 commit
  • Portability issues: off_t, unlink ...
    b8563793
    New header qpdf/Types.h attempts to make sure size_t and off_t are
    defined on any platform and in a way that would work with large file
    support.  Additionally, missing header files are included to get
    unlink.
    Jay Berkenbilt authored
    2012-06-20 15:18:14 -0400  
    Browse File »