• Show log

    Commit

  • Hash : f1453c59
    Author : Edward Thomson
    Date : 2015-02-12T12:19:37

    Make our overflow check look more like gcc/clang's Make our overflow checking look more like gcc and clang's, so that we can substitute it out with the compiler instrinsics on platforms that support it. This means dropping the ability to pass `NULL` as an out parameter. As a result, the macros also get updated to reflect this as well.