Skip to content
Snippets Groups Projects
  1. Feb 04, 2023
  2. Oct 11, 2022
  3. Feb 26, 2022
  4. Dec 28, 2020
  5. Dec 01, 2020
  6. Nov 30, 2020
  7. Nov 06, 2020
    • Rob Swindell's avatar
      Replace ctype.h function calls with new MSVC-safe XPDEV macros · 8a7b7308
      Rob Swindell authored
      I'm fed-up with MSVC assertions in ctype functions (e.g. isdigit, isprint, isspace, etc.) when called with out-of-range (e.g. negative) values.
      
      This problem only affects MSVC debug builds, but if you run them (like I do), these things are like little time bombs that can drive you crazy (knocking your board out of service).
      
      The new macros names are bit more descriptive as well.
      8a7b7308
  8. Nov 01, 2020
Loading