Skip to content
Snippets Groups Projects
Select Git revision
  • js-next78
  • master default protected
  • use-poll
  • echicken-less-grumpy
  • js-next52
  • js-next
  • leenooks-feedback
  • goodbuild_win32
  • goodbuild_linux-x64
  • initial-import
  • sbbs317b
  • arelease
  • sbbs316c
  • syncterm-1-0-0
  • syncterm-0-9-5
  • sbbs
  • sbbs315b
  • goodbuild_linux
  • duh
  • update
  • release-1
  • release-1-0
  • dpok2k7112
  • sbbs314a
  • none
  • sbbs313a
  • sbbs312a
27 results

CONTRIBUTING.md

Blame
  • Forked from Main / Synchronet
    Source project has a limited visibility.
    • Rob Swindell's avatar
      8a7b7308
      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
      History
      Replace ctype.h function calls with new MSVC-safe XPDEV macros
      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.
    After you've reviewed these contribution guidelines, you'll be all set to contribute to this project.