• If NO_GET_ENVIRONMENT is #defined at compile time on Windows, do not
    call GetEnvironmentVariable.  QUtil::get_env will always return
    false.  This option is not available through configure.  This was
    added to support a specific user's requirements to avoid calling
    GetEnvironmentVariable from the Windows API.  Nothing in qpdf outside
    the test coverage system in qtest relies on QUtil::get_env.
    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 »