Skip to content
Snippets Groups Projects
  1. Sep 25, 2024
    • Deucе's avatar
      Fix config test for va_copy() on darwin. · 10460223
      Deucе authored
      Because the appropriate header wasn't included, there was no
      prototype.  Not having a prototype is an error in C99, which caused
      the test to indicate that there was no va_copy() on darwin.
      
      This in turn caused jsprf.cpp to try to copy a va_list using
      assignment.
      
      This is invalid, so the compiler would normally return an error.
      
      Somwhere in here, that error became a clang crash (not trivially
      reproducable).
      
      At the end of the day, ancient broken tests in config caused the
      darwin Spidermonkey builds to fail.  The new patch fixes up the
      configure tests, and darwin Synchronet builds are re-enabled.
      10460223
  2. Sep 24, 2024
  3. Mar 24, 2024
  4. Mar 23, 2024
  5. Mar 22, 2024
  6. Mar 21, 2024
  7. Mar 20, 2024
  8. Mar 17, 2024
  9. Feb 24, 2024
    • Deucе's avatar
      Remove the mingw32 builds · a5fd00dd
      Deucе authored
      mingw32 has been dead for years, and is missing huge swaths of the
      Windows APIs.  strerror_s() was the straw that broke the camels
      back here, but there's a lot of hackery for it.
      
      I'm not going to go through and actually remove the build support
      yet since I may want to do the 1.2 SyncTERM release with it (though
      likely not), but it's not long for this world.
      a5fd00dd
  10. Feb 21, 2024
  11. Feb 13, 2024
  12. Feb 08, 2024
  13. Feb 07, 2024
Loading