boost/libs/nowide/doc/html/changelog_page.html
2021-10-05 21:37:46 +02:00

102 lines
4.5 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.15"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Boost.Nowide: Changelog</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Boost.Nowide
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.15 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',false,false,'search.php','Search');
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div class="PageDoc"><div class="header">
<div class="headertitle">
<div class="title">Changelog </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><h1><a class="anchor" id="changelog"></a>
Changelog</h1>
<h2><a class="anchor" id="changelog_11_1_2"></a>
Nowide 11.1.2 (Boost 1.76)</h2>
<ul>
<li>Don't define <code>__MSVCRT_VERSION__</code> version to fix compatibility with ucrt</li>
<li>Known issues: Read performance for text files is degraded. Binary files and writing is unaffected.</li>
</ul>
<h2><a class="anchor" id="changelog_11_1_1"></a>
Nowide 11.1.1</h2>
<ul>
<li>Fix discarding of characters for text file streams when seek or sync functions are used and newlines were converted (e.g. on Windows)</li>
<li>Fix potential use-after-free bug when reusing (via <code>open</code>) a file stream that has been closed</li>
<li>Fix potential invalid memory access when using a file stream that has been moved or swapped to where the source had a put-back character or was set to unbuffered mode</li>
<li>Known issues: Read performance for text files is degraded. Binary files and writing is unaffected.</li>
</ul>
<h2><a class="anchor" id="changelog_11_1_0"></a>
Nowide 11.1.0</h2>
<ul>
<li>Add support for string_view to <code>narrow</code> and <code>widen</code></li>
<li>Add support for UTF character types such as <code>char16_t</code></li>
</ul>
<h2><a class="anchor" id="changelog_11_0_0"></a>
Nowide 11.0.0 (Boost 1.74)</h2>
<ul>
<li>Require C++11 compatible compiler and stdlib</li>
<li>LFS: Add support for files &gt; 2 GB where the underlying system supports it</li>
<li>Generic UTF conversion functions are now available in the <code><a class="el" href="namespaceboost_1_1nowide_1_1utf.html" title="Namespace that holds basic operations on UTF encoded sequences.">boost::nowide::utf</a></code> namespace</li>
<li>Add support for stat with UTF-8 paths</li>
</ul>
<h2><a class="anchor" id="changelog_10_0_2"></a>
Nowide 10.0.2</h2>
<ul>
<li><a class="el" href="namespaceboost_1_1nowide.html#a75088765b2dd2db057614d27e93b786a" title="Same as std::cin, but uses UTF-8.">boost::nowide::cin</a> now ignores CR (\r) characters and treats CTRL+Z at the beginning of a line as EOF (matching <code>std::cin</code> behavior)</li>
<li><a class="el" href="namespaceboost_1_1nowide.html#a75088765b2dd2db057614d27e93b786a" title="Same as std::cin, but uses UTF-8.">boost::nowide::cin</a> supports sync by flushing the input and console buffer</li>
</ul>
<h2><a class="anchor" id="changelog_10_0_1"></a>
Nowide 10.0.1 (Boost 1.73)</h2>
<ul>
<li>IMPORTANT: C++03 support is deprecated and will be removed in the next Boost release</li>
<li>Fix -Wctor-dtor-privacy warning in trait</li>
</ul>
<h2><a class="anchor" id="changelog_10_0_0"></a>
Nowide 10.0.0</h2>
<ul>
<li>Initial Release </li>
</ul>
</div></div><!-- PageDoc -->
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.15
</small></address>
</body>
</html>