Skip to content
Snippets Groups Projects
  1. Jan 17, 2015
  2. Jan 09, 2015
  3. Jan 08, 2015
  4. Jan 06, 2015
  5. Jan 05, 2015
  6. Jan 03, 2015
  7. Jan 01, 2015
  8. Dec 31, 2014
  9. Dec 25, 2014
  10. Dec 23, 2014
  11. Dec 20, 2014
  12. Dec 17, 2014
  13. Dec 16, 2014
    • rswindell's avatar
      New MSVC property sheet for Multi-threaded XPDEV builds and usage: · 0cbc4551
      rswindell authored
      defines XPDEV_THREAD_SAFE (not currently used in Windows builds) and
      LINK_LIST_THREADSAFE (notice the inconsistent use of underscore :-)
      0cbc4551
    • rswindell's avatar
      New MSVC property sheet for Multi-threaded XPDEV builds and usage: · e024987d
      rswindell authored
      defines XPDEV_THREAD_SAFE (not currently used in Windows builds) and
      LINK_LIST_THREADSAFE (notice the inconsistent use of underscore :-)
      Use of this property sheet fixes the problem with the terminal server global
      variable 'uptime' getting corrupted when jsrt_GetNew() called listInit() from
      js_rtpool.c which didn't #include sbbs.h and therefore had a different idea
      about the size of link_list_t and thus corrupted the global data region
      (zeroing out the 'uptime' variable, probably amonst other important things).
      e024987d
    • rswindell's avatar
      New MSVC property sheet for Multi-threaded XPDEV builds and usage: · cc3a479d
      rswindell authored
      defines XPDEV_THREAD_SAFE (not currently used in Windows builds) and
      LINK_LIST_THREADSAFE (notice the inconsistent use of underscore :-)
      cc3a479d
  14. Dec 14, 2014
    • deuce's avatar
      Fix @UPTIME@ to return 0 if the uptime global isn't initialized yet, or · eed3d9b6
      deuce authored
      if time_t is unsigned and the current time is less than uptime.
      
      There's comments that suggest the time(NULL) value is influenced by the
      timezone, so possibly therre's a usage of it somewhere with the timezone
      not being set comparing to an uptime that was set when timezone *was* set.
      In this case, @UPTIME@ will say it's been up for zero days until the timezone
      is set in that thread/process, or time(NULL) passes uptime.
      eed3d9b6
  15. Dec 12, 2014
  16. Dec 11, 2014
  17. Dec 10, 2014
Loading