995472f6d0Merge 41118 and 41119 from trunk
Beman Dawes
2007-11-15 22:26:15 +0000
9f4db62f67Remove redundant reference to system library. It causes double linking when used indirectly through filesystem. Which can lead to double linking incompatible variants when a specific filesystem variant is requested.
Rene Rivera
2007-11-15 22:05:15 +0000
fa9c7b59f8Merged tools, system, filesystem from trunk at 41106
Beman Dawes
2007-11-15 16:31:06 +0000
1a13f5612aGetUserDefaultUILanguage isn't present for Cygwin, so disable use
Beman Dawes
2007-11-15 14:36:40 +0000
db7850787cBring docs more in line with reality:-)
Beman Dawes
2007-11-14 20:05:30 +0000
571fd79144Add tests for, and fix, current_path overloading.
Beman Dawes
2007-11-13 02:54:32 +0000
df5fb16c90Initial commit. The starting point for the reference documentation is N1975, Filesystem Library Proposal for TR2 (Revision 3).
Beman Dawes
2007-11-07 21:54:48 +0000
073c9dd27dEliminate Concept library use to reduce dependencies
Beman Dawes
2007-09-21 20:57:44 +0000
5f16d793c5Undo patch of operations.hpp, Sgi wants this fix but it causes svn trunk to break.
K. Noel Belcourt
2007-09-19 01:46:11 +0000
805d22c9f3Remove unnecessary overhead in execunix.c related to the timeout implementation. Also removed unused variables as diagnosed by the Sgi (mipspro) compiler.
K. Noel Belcourt
2007-09-18 22:46:26 +0000
24d5955d88Remove files after tests
Beman Dawes
2007-09-18 15:37:36 +0000
092e3ce2fbAdd usage-requirements. See comment in file.
Beman Dawes
2007-09-14 01:58:20 +0000
887e81ae91reapply fix for gcc on HP-UX in -r39130
Boris Gubenko
2007-09-13 16:11:38 +0000
ac94c31ac1POSIX fix from Neal Becker
Beman Dawes
2007-09-12 18:31:25 +0000
8486480555Ha! Finally figured out how to shut off msvc exception switch warning.
Beman Dawes
2007-09-11 02:05:58 +0000
969eb8a6c0Posix and Linux fixes
Beman Dawes
2007-09-09 17:48:17 +0000
49f6e3cfd7Merge 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
c7ede6dc3dmissing conditionalization for g++ on HP-UX
Boris Gubenko
2007-09-05 17:14:29 +0000
fec507ad11Fix#995 by adding inline
Beman Dawes
2007-08-10 12:53:52 +0000
c1840ee23fRemove V1 Jamfiles
Vladimir Prus
2007-08-08 19:02:26 +0000
79bedc1b35This commit was manufactured by cvs2svn to create tag 'Version_1_34_1'.
nobody
2007-07-24 19:28:14 +0000
2045be22d6Bring 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
4bfae9e3a5Workaround for missing statvfs on OpenBSD 3.9
Alexander Nasonov
2006-09-21 19:41:47 +0000
4a33c1bafcfixed license note and its broken link to LICENSE_1_0.txt; sorry I couldn't understand where the other broken links were supposed to go
Gennaro Prota
2006-07-17 03:01:18 +0000
7a19fb11a1fixed issues detected by the inspection tool; some cleanup/reformatting
Gennaro Prota
2006-07-17 02:44:41 +0000
fc822b49ccHP-UX < 11.23 sys/statvfs.h bug workaround from Boris Gubenko of HP
Beman Dawes
2006-06-09 21:31:02 +0000
34f65b491cHP-UX < 11.23 sys/statvfs.h bug workaround from Boris Gubenko of HP
Beman Dawes
2006-06-09 21:25:47 +0000
36e8ac9e5emerge pathconf fixes from HEAD
Beman Dawes
2006-04-25 12:53:33 +0000
13f4cb958eUse PATH_MAX if defined, only call pathconf() once - both to solve performance problems reported on Linux
Beman Dawes
2006-04-21 14:04:56 +0000
e5af25b360This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
nobody
2006-03-21 02:26:31 +0000
22bb191bf0Remove copyright symbol as it causes VC++ warnings on Windows with codepage set to non-English, particularly Asian, languages
Beman Dawes
2006-03-09 22:15:07 +0000
4dec2fa915Use Dinkumware 405's wchar_t open if present
Beman Dawes
2006-03-09 03:28:32 +0000
c4a2f640a1Use non-member what() for exception display on -t option
Beman Dawes
2006-03-09 03:26:45 +0000
edce5474demove additional static to function scope. see prior fix.
Beman Dawes
2006-03-07 16:04:25 +0000
6ea1a84f9aMove std::locale constrution to function scope so exceptions can be caught. See comment in the code.
Beman Dawes
2006-03-06 15:18:30 +0000
e9a59fcd78Reactivate the 4.1 test. The correct fix was to fix underlying fstream .hpp narrow_path code, not disable the test.
Beman Dawes
2006-03-03 16:28:36 +0000
a59d0c4653Fix for old Dinkumware that asserts on empty path arg.
Beman Dawes
2006-03-03 16:26:57 +0000
7bf63497cfworkaround early Dinkumware lack of basic_string.clear() in a way that doesn't cause wide string failures
Beman Dawes
2006-03-03 15:22:31 +0000
38e9a79302detail::narrow_path_api() fix from Takeshi Mouri
Beman Dawes
2006-03-03 14:12:28 +0000
a29b14302aadd test for path op= fix from Mark Bartosik
Beman Dawes
2006-02-23 21:31:43 +0000
807d6098c6op= fix from Mark Bartosik
Beman Dawes
2006-02-23 21:30:33 +0000
897bbc0706WinNT 4.0 does not support hard links. Not sure if removing the feature entirely is the best fix, but since NT 4.0 is about dead it seems harmless to fix this way. (Based on patch from Mark Bartosik)
Beman Dawes
2006-02-23 02:28:57 +0000
04ec0fa26ffile name misspelled
Beman Dawes
2006-02-20 21:35:18 +0000
579ff6dbadadd test case that user claims failed in prior version
Beman Dawes
2006-02-20 21:34:32 +0000
f3e7d6a8f0Make mismatched errno a warning not a failure
Beman Dawes
2006-02-20 21:33:15 +0000
7bd0367847Added test case for case of no directory
Beman Dawes
2006-02-20 21:32:21 +0000
c949152405readdir_r Tru64 patch from Markus Schöpflin
Beman Dawes
2006-02-20 21:21:06 +0000
2c73273b1dBorland patches from Tobias Schwinger
Beman Dawes
2006-02-20 21:03:46 +0000