Commit Graph

1414 Commits

Author SHA1 Message Date
Gennaro Prota
92c44b78b5 Inspect tool fixes
[SVN r34782]
2006-07-29 20:45:11 +00:00
Gennaro Prota
4a33c1bafc fixed 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
[SVN r34572]
2006-07-17 03:01:18 +00:00
Gennaro Prota
7a19fb11a1 fixed issues detected by the inspection tool; some cleanup/reformatting
[SVN r34571]
2006-07-17 02:44:41 +00:00
Beman Dawes
fc822b49cc HP-UX < 11.23 sys/statvfs.h bug workaround from Boris Gubenko of HP
[SVN r34261]
2006-06-09 21:31:02 +00:00
Beman Dawes
34f65b491c HP-UX < 11.23 sys/statvfs.h bug workaround from Boris Gubenko of HP
[SVN r34260]
2006-06-09 21:25:47 +00:00
Beman Dawes
36e8ac9e5e merge pathconf fixes from HEAD
[SVN r33806]
2006-04-25 12:53:33 +00:00
Beman Dawes
13f4cb958e Use PATH_MAX if defined, only call pathconf() once - both to solve performance problems reported on Linux
[SVN r33762]
2006-04-21 14:04:56 +00:00
nobody
e5af25b360 This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
[SVN r33417]
2006-03-21 02:26:31 +00:00
Beman Dawes
22bb191bf0 Remove copyright symbol as it causes VC++ warnings on Windows with codepage set to non-English, particularly Asian, languages
[SVN r33295]
2006-03-09 22:15:07 +00:00
Beman Dawes
4dec2fa915 Use Dinkumware 405's wchar_t open if present
[SVN r33277]
2006-03-09 03:28:32 +00:00
Beman Dawes
c4a2f640a1 Use non-member what() for exception display on -t option
[SVN r33276]
2006-03-09 03:26:45 +00:00
Beman Dawes
edce5474de move additional static to function scope. see prior fix.
[SVN r33257]
2006-03-07 16:04:25 +00:00
Beman Dawes
6ea1a84f9a Move std::locale constrution to function scope so exceptions can be caught. See comment in the code.
[SVN r33235]
2006-03-06 15:18:30 +00:00
Beman Dawes
e9a59fcd78 Reactivate the 4.1 test. The correct fix was to fix underlying fstream .hpp narrow_path code, not disable the test.
[SVN r33215]
2006-03-03 16:28:36 +00:00
Beman Dawes
a59d0c4653 Fix for old Dinkumware that asserts on empty path arg.
[SVN r33214]
2006-03-03 16:26:57 +00:00
Beman Dawes
7bf63497cf workaround early Dinkumware lack of basic_string.clear() in a way that doesn't cause wide string failures
[SVN r33213]
2006-03-03 15:22:31 +00:00
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