<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/stdio/vfscanf.c, branch release/6.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-11-03T00:35:26+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-11-03T00:35:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3640cb54210edbb7edbf1b12ef0127ecfcea967d'/>
<id>3640cb54210edbb7edbf1b12ef0127ecfcea967d</id>
<content type='text'>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused variable.</title>
<updated>2005-04-08T20:58:47+00:00</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2005-04-08T20:58:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e413b7d2f8d59e38368f6ffcebb283ecd0207bec'/>
<id>e413b7d2f8d59e38368f6ffcebb283ecd0207bec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- To make it easier to compile *printf() and *scanf() without</title>
<updated>2004-05-02T10:55:06+00:00</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2004-05-02T10:55:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8de9e8971987bdfeb7a26c3868130e7987d5b748'/>
<id>8de9e8971987bdfeb7a26c3868130e7987d5b748</id>
<content type='text'>
  floating-point support, remove default definition of FLOATING_POINT
  from the source, and change the compile-time option to
  NO_FLOATING_POINT.
- Remove the HEXFLOAT option.  It saves an insignificant amount of
  space (&lt;0.1% of the size of libc on i386) and complicates vfprintf()
  and checkfmt().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  floating-point support, remove default definition of FLOATING_POINT
  from the source, and change the compile-time option to
  NO_FLOATING_POINT.
- Remove the HEXFLOAT option.  It saves an insignificant amount of
  space (&lt;0.1% of the size of libc on i386) and complicates vfprintf()
  and checkfmt().
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare to handle trivial state-dependent encodings. Full support for</title>
<updated>2004-04-07T09:55:05+00:00</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-04-07T09:55:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=93996f6d58e252f9f975d3bc8522df8fe227f002'/>
<id>93996f6d58e252f9f975d3bc8522df8fe227f002</id>
<content type='text'>
state-dependent encodings with locking shifts will come later if there
is demand for it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
state-dependent encodings with locking shifts will come later if there
is demand for it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the handling of negative hexadecimal numbers in integer formats.</title>
<updated>2004-01-31T23:16:09+00:00</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2004-01-31T23:16:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ff81345642975c97a2f7ecf37920b94df4921369'/>
<id>ff81345642975c97a2f7ecf37920b94df4921369</id>
<content type='text'>
Note that this bug is unrelated to recent work in this area; it seems
to have been present since revision 1.1.

Obtained from:	NetBSD
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note that this bug is unrelated to recent work in this area; it seems
to have been present since revision 1.1.

Obtained from:	NetBSD
</pre>
</div>
</content>
</entry>
<entry>
<title>Make intentions explicit with additional parenthesis.</title>
<updated>2004-01-06T18:32:24+00:00</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2004-01-06T18:32:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=27a97dffc1e3672d58e397bcf30a04e4e66dde77'/>
<id>27a97dffc1e3672d58e397bcf30a04e4e66dde77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass NULL instead of a pointer to a zeroed mbstate_t object.</title>
<updated>2003-11-05T08:20:45+00:00</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2003-11-05T08:20:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2a49d3767f9fcadc25d13e9eddd686781bc15066'/>
<id>2a49d3767f9fcadc25d13e9eddd686781bc15066</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revamp scanf's floating-point-parsing algorithm to support</title>
<updated>2003-06-28T09:03:05+00:00</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2003-06-28T09:03:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=370077c7a62c3f859f7ca29e89dcc1453029fc04'/>
<id>370077c7a62c3f859f7ca29e89dcc1453029fc04</id>
<content type='text'>
[+|-]Inf, [+|-]NaN, nan(...), and hexidecimal FP constants.
While here, add %a and %A, which are aliases for %e, and
add support for long doubles.

Reviewed by:	standards@
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[+|-]Inf, [+|-]NaN, nan(...), and hexidecimal FP constants.
While here, add %a and %A, which are aliases for %e, and
add support for long doubles.

Reviewed by:	standards@
</pre>
</div>
</content>
</entry>
<entry>
<title>No need to include floatio.h here: vfscanf() no longer uses anything</title>
<updated>2002-11-01T05:13:01+00:00</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-11-01T05:13:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=14ffdae94d40ea8d6a663d27b42323d3816236f5'/>
<id>14ffdae94d40ea8d6a663d27b42323d3816236f5</id>
<content type='text'>
it defines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it defines.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix off-by-one error when pushing back a multibyte sequence in</title>
<updated>2002-10-17T13:04:00+00:00</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-10-17T13:04:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0145ba86d1fd8b839b112e08828d0b625ee93b40'/>
<id>0145ba86d1fd8b839b112e08828d0b625ee93b40</id>
<content type='text'>
wide character class (%l[) and wide string (%ls) conversions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
wide character class (%l[) and wide string (%ls) conversions.
</pre>
</div>
</content>
</entry>
</feed>
