• fopen was previuosly called wrapped by QUtil::fopen_wrapper, but
    QUtil::safe_fopen does this itself, which is less cumbersome.
    Jay Berkenbilt authored
     
    Browse File »
  • Put a specific comment marker next to every piece of code that MSVC
    gives warning 4996 for.  This warning is generated for calls to
    functions that Microsoft considers insecure or deprecated.  This
    change is in preparation for fixing all these cases even though none
    of them are actually incorrect or insecure as used in qpdf.  The
    comment marker makes them easier to find so they can be fixed in
    subsequent commits.
    Jay Berkenbilt authored
     
    Browse File »


  • Fix libtests test suites to pass on Windows, mostly by dealing with
    ascii vs. binary and NL vs. CRNL change ($td->NORMALIZE_NEWLINES).
    Convert some test suites to use fread instead of read.
    PCRE.hh: define PCRE_STATIC if on Windows.
    Provide cross-platform function for getting current time instead of
    using time(0).
    
    
    git-svn-id: svn+q:///qpdf/trunk@678 71b93d88-0707-0410-a8cf-f5a4172ac649
    Jay Berkenbilt authored
     
    Browse File »