Commit Graph

  • 04e774f337 Merge system and filesystem branches, bringing them in sync with N2415. Several filesystem bugs fixed, and current_path setter added. Beman Dawes 2007-09-09 14:59:10 +0000
  • 1656e087bb Revive V1 Jamfile to please asio Vladimir Prus 2007-08-22 12:14:05 +0000
  • d795262a9e Remove V1 Jamfiles Vladimir Prus 2007-08-08 19:02:26 +0000
  • ffb49adbc3 supply errno values likely to be missing, particularly on Windows Beman Dawes 2007-06-15 13:28:26 +0000
  • c8afd97b47 strerror vs strerror_r: add conditionalization for Tru64 and VMS Boris Gubenko 2007-06-11 15:14:49 +0000
  • 8e2ee5a2f3 add include for <cassert> (Ryo Igarashi) Beman Dawes 2007-05-11 11:57:38 +0000
  • da0da6dc28 Make init_decoders[] a function-local static, rather than global, to avoid problems with order of initialisation of globals across translation units. Thanks to Oleg Kosenkov for reporting this issue and suggesting a fix. Christopher Kohlhoff 2007-04-06 09:12:28 +0000
  • 111c30d99e Add missing include of <cstdlib> Douglas Gregor 2007-03-26 13:58:53 +0000
  • 2fbf2718c4 In errno_md, for Sun and HP, always use strerror because it is always available and always thread safe on those systems. Linux, provide macro since there is no way to tell if available at runtime. Beman Dawes 2006-12-18 12:44:08 +0000
  • 5688d4a3a2 Fix errno_md POSIX strerror_r loop bugs (Alexander Nasonov) Beman Dawes 2006-12-18 12:12:26 +0000
  • 2cb2125ac9 ifdef around winerror.h include (Alexander Nasonov) Beman Dawes 2006-12-15 22:26:16 +0000
  • 7fff4fdaa5 move identifier to namespace detail Beman Dawes 2006-11-13 22:11:30 +0000
  • cd705b37ea initial commit Beman Dawes 2006-11-07 02:19:51 +0000
  • 1345dd12db v1 and v2 Jamfiles now all present and working Beman Dawes 2006-11-07 02:19:13 +0000
  • 15b0862fc1 Remove unused throw_on_error (Cris Kohlhoff) Beman Dawes 2006-11-04 13:51:31 +0000
  • d6a768a69d Initial commit Beman Dawes 2006-11-04 13:39:01 +0000
  • f3c8c74656 Bring into compliance with N2066, TR2 Diagnostics Enhancements. Tests passing on Win32, Linux, on most modern compilers. Beman Dawes 2006-11-03 16:57:30 +0000