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. Sep 23, 2024
  4. Sep 22, 2024
  5. Sep 21, 2024
Loading