Commit Graph

248 Commits

Author SHA1 Message Date
Beman Dawes
38e9a79302 detail::narrow_path_api() fix from Takeshi Mouri
[SVN r33211]
2006-03-03 14:12:28 +00:00
Beman Dawes
63370e0bcc get_full_path_name_template bug fix (Arjen Wagenaar)
[SVN r33203]
2006-03-02 21:00:41 +00:00
Beman Dawes
cca612bfbc fix directory_iterator test for directories that do not sort entries
[SVN r33162]
2006-02-27 22:11:34 +00:00
Beman Dawes
9f2f72b451 no test 4.1 on older Dinkumware since it asserts on empty path, causing logic to fail
[SVN r33160]
2006-02-27 21:50:14 +00:00
Beman Dawes
eb18a7c377 fix wpath fstream glitches reported by Arjen Wagenaar
[SVN r33099]
2006-02-24 13:45:14 +00:00
Beman Dawes
a29b14302a add test for path op= fix from Mark Bartosik
[SVN r33096]
2006-02-23 21:31:43 +00:00
Beman Dawes
807d6098c6 op= fix from Mark Bartosik
[SVN r33095]
2006-02-23 21:30:33 +00:00
Beman Dawes
897bbc0706 WinNT 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)
[SVN r33084]
2006-02-23 02:28:57 +00:00
Beman Dawes
04ec0fa26f file name misspelled
[SVN r33044]
2006-02-20 21:35:18 +00:00
Beman Dawes
579ff6dbad add test case that user claims failed in prior version
[SVN r33043]
2006-02-20 21:34:32 +00:00
Beman Dawes
f3e7d6a8f0 Make mismatched errno a warning not a failure
[SVN r33042]
2006-02-20 21:33:15 +00:00
Beman Dawes
7bd0367847 Added test case for case of no directory
[SVN r33041]
2006-02-20 21:32:21 +00:00
Beman Dawes
c949152405 readdir_r Tru64 patch from Markus Schöpflin
[SVN r33039]
2006-02-20 21:21:06 +00:00
Beman Dawes
2c73273b1d Borland patches from Tobias Schwinger
[SVN r33037]
2006-02-20 21:03:46 +00:00
Beman Dawes
e13c53c685 copy_file partial write fix
[SVN r33036]
2006-02-20 20:17:25 +00:00
Rene Rivera
b66f0c8c97 Adjust Boost.Jam references to new root/tools/jam location.
[SVN r32873]
2006-02-12 23:18:46 +00:00
Beman Dawes
349f708f01 Add UNC test cases, comment to status code
[SVN r32745]
2006-02-08 17:31:20 +00:00
Beman Dawes
04ef97420f Borland fix (Alisdair Meredith)
[SVN r32741]
2006-02-08 16:02:45 +00:00
Beman Dawes
0962427fa0 Switch docs to use TR2 proposal as reference document
[SVN r32677]
2006-02-06 21:55:15 +00:00
Beman Dawes
040c9372b3 Bring into sync with WG21/D1934=06-0004
[SVN r32532]
2006-02-03 20:59:04 +00:00
Vladimir Prus
007f66f3f2 Update Jamfile.v2
[SVN r32308]
2006-01-13 07:55:06 +00:00
Beman Dawes
96cb571b6a Add two exists() cases thanks to John Maddock
[SVN r32267]
2006-01-09 14:20:15 +00:00
Beman Dawes
7919b686cd POSIX - check for DT_UNKNOWN to handl filesystems not supporting d_type values
[SVN r32230]
2006-01-06 00:54:44 +00:00
Beman Dawes
54a65f2ec0 fix symlink predicate tests
[SVN r32208]
2006-01-03 02:53:41 +00:00
Beman Dawes
aac5f49666 is_file, file_flag -> is_regular, regular_flag per TR2 proposal
[SVN r32201]
2006-01-02 02:30:53 +00:00
Beman Dawes
d2f2371de4 Add predicate function overloads on status_flags (Suggested by Martin Adrian)
[SVN r32196]
2006-01-01 14:23:09 +00:00
Beman Dawes
5793738346 Add predicate function overloads on status_flags (Suggested by Martin Adrian)
[SVN r32195]
2006-01-01 14:14:13 +00:00
Beman Dawes
b5373a18ad fix BOOST_FILESYSTEM_STATUS_CACHE misunderstanding about use of __USE_BSD
[SVN r32181]
2005-12-28 21:48:02 +00:00
Beman Dawes
956f89b31e Sun docs say _POSIX_PTHREAD_SEMANTICS needed for POSIX readdir_r
[SVN r32180]
2005-12-28 21:24:11 +00:00
Beman Dawes
b0c1471023 typo
[SVN r32177]
2005-12-28 18:17:51 +00:00
Beman Dawes
85ee5f4e3b disable BOOST_FILESYSTEM_STATUS_CACHE for __APPLE__
[SVN r32168]
2005-12-27 14:37:08 +00:00
Beman Dawes
cf8790384b statvfs workaround for Apple
[SVN r32164]
2005-12-26 15:38:51 +00:00
Beman Dawes
f203c808b3 clear unreference parm warning
[SVN r32125]
2005-12-21 03:45:02 +00:00
Beman Dawes
8472a0f2be fix Metrowerks and QNX snafus
[SVN r32124]
2005-12-21 02:51:07 +00:00
Beman Dawes
6ee6f9c576 fix readdir_r buffer size on some POSIX systems
[SVN r32116]
2005-12-20 18:41:30 +00:00
Beman Dawes
b9645b6513 Better workaround for VC++ legacy problem so other compilers don't warn
[SVN r32112]
2005-12-20 03:06:39 +00:00
Beman Dawes
f0670491eb Add inline to avoid ODR violation (Marc Viala)
[SVN r32111]
2005-12-20 02:34:52 +00:00
Beman Dawes
2d89fd6927 BOOST_FILESYSTEM_STATUS_CACHE never applies to Sun (Calvin Epstein)
[SVN r32102]
2005-12-19 13:05:15 +00:00
Beman Dawes
f42d10d6f8 Disable BOOST_FILESYSTEM_STATUS_CACHE for GLIBCXX on Sun
[SVN r32099]
2005-12-19 02:54:03 +00:00
Douglas Gregor
9e13c0973c Bring in sync with BBv1 Jamfile
[SVN r32093]
2005-12-18 18:09:12 +00:00
Beman Dawes
c2e0823f19 move dirent d_type config tests from config.hpp to operations.cpp
[SVN r32087]
2005-12-17 14:40:36 +00:00
Beman Dawes
eeb34b7530 reflect i18n merge complete
[SVN r32080]
2005-12-16 16:51:23 +00:00
Beman Dawes
48d4335bfc merge from i18n branch - at last!
[SVN r32079]
2005-12-16 16:40:35 +00:00
Beman Dawes
56eeb74ae3 from i18n
[SVN r32078]
2005-12-16 15:57:49 +00:00
Beman Dawes
bc72a98614 Fix umlat in Dietmar's last name compiler warning
[SVN r31992]
2005-12-12 02:41:57 +00:00
Beman Dawes
43024b73a5 add forgotten native in new test cases
[SVN r31841]
2005-11-30 22:48:01 +00:00
Beman Dawes
66bf10a502 bug 1151823, detect / in POSIX name
[SVN r31822]
2005-11-29 15:46:02 +00:00
Beman Dawes
31b3d70c7d add fixes and tests for c:foo directory iteration bug 1259176
[SVN r31821]
2005-11-29 15:35:23 +00:00
Beman Dawes
f4c1f5a70d add test to detect SF tracker [ 937606 ] bug reported in comment by V.
[SVN r31806]
2005-11-28 19:28:39 +00:00
Beman Dawes
e0042ff90b Fix QNX bug (Jim Douglas)
[SVN r31485]
2005-10-26 22:18:49 +00:00