diff --git a/generated/state/page-cache.txt b/generated/state/page-cache.txt index 62dd7022..63733aaf 100644 --- a/generated/state/page-cache.txt +++ b/generated/state/page-cache.txt @@ -25387,6 +25387,21 @@ "
creation_time
+" operation, which allows to obtain file creation time. (Inspired by
+" PR#134)
+" last_write_time(p, ec) operation in case of failure has
+" been changed to a minimal value representable by std::time_t
+" instead of -1.
+" hard_link_count(p, ec) operation in case of failure has
+" been changed to static_cast<uintmax_t>(-1) instead of 0.
+" file_size
+" will now indicate error code errc::function_not_supported
+" if the path resolves to a non-regular file. Previously, errc::operation_not_permitted was reported.
+" statx
+" system call internally, when possible, which allows to reduce the
+" amount of information queried from the filesystem and potentially
+" improve performance. The statx
+" system call was introduced in Linux kernel 4.11.
+" const-qualification
+" from return types of some path
+" methods. This could prevent move construction and move assignment
+" at the call site in some cases. (#160)
+" statvfs
+" system call to obtain filesystem space information. (Inspired by
+" PR#162)
+" text_file_backend when generating
+" the target file name (based on the pattern set by set_target_file_name_pattern
+" method) when the log file is rotated. (#125)
+" basic_sink_frontend
+" with an atomic. (#128)
+" asynchronous_sink
+" frontend, resolved a possible conflict between flush and run
+" methods, if run
+" is called from a user's thread instead of the internal dedicated
+" thread spawned by the frontend. (#131)
+" creation_time
+ operation, which allows to obtain file creation time. (Inspired by
+ PR#134)
+ last_write_time(p, ec) operation in case of failure has
+ been changed to a minimal value representable by std::time_t
+ instead of -1.
+ hard_link_count(p, ec) operation in case of failure has
+ been changed to static_cast<uintmax_t>(-1) instead of 0.
+ file_size
+ will now indicate error code errc::function_not_supported
+ if the path resolves to a non-regular file. Previously, errc::operation_not_permitted was reported.
+ statx
+ system call internally, when possible, which allows to reduce the
+ amount of information queried from the filesystem and potentially
+ improve performance. The statx
+ system call was introduced in Linux kernel 4.11.
+ const-qualification
+ from return types of some path
+ methods. This could prevent move construction and move assignment
+ at the call site in some cases. (#160)
+ statvfs
+ system call to obtain filesystem space information. (Inspired by
+ PR#162)
+ text_file_backend when generating
+ the target file name (based on the pattern set by set_target_file_name_pattern
+ method) when the log file is rotated. (#125)
+ basic_sink_frontend
+ with an atomic. (#128)
+ asynchronous_sink
+ frontend, resolved a possible conflict between flush and run
+ methods, if run
+ is called from a user's thread instead of the internal dedicated
+ thread spawned by the frontend. (#131)
+