<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/printf/printf.1, branch release/4.6.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.6.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.6.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2002-07-03T13:01:43Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2002-07-03T13:01:43Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2002-07-03T13:01:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6dde85226565322f6651945e2b1205a7ff770536'/>
<id>urn:sha1:6dde85226565322f6651945e2b1205a7ff770536</id>
<content type='text'>
'RELENG_4_6_0_RELEASE'.

This commit was manufactured to restore the state of the 4.6-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>MFC printf(1) changes.</title>
<updated>2002-04-29T16:45:16Z</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-04-29T16:45:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d5c6a4d909d7a76e652b256e463e78fe82f9f7b1'/>
<id>urn:sha1:d5c6a4d909d7a76e652b256e463e78fe82f9f7b1</id>
<content type='text'>
Notably revision 1.20 of printf.c and revision 1.21 of printf.1:
 - printf shouldn't bail out if a conversion fails, it should just keep
   processing them.
 - \c escape to immediately stop output (similar to echo's \c)
 - \0NNN should be allowed for octal character escapes (instead of just \NNN)
 - %b conversion, which is like %s but interprets \n \t etc. inside the
   string is missing.

And revision 1.21 of printf.c:
Handle numbers larger than QUAD_MAX for unsigned conversions correctly.
Exit with nonzero status if a conversion failed.
Play nice if used as a shell builtin (currently disabled).

PR:	35616 (some of it)
</content>
</entry>
<entry>
<title>MFC: localize it (LC_NUMERIC)</title>
<updated>2002-03-12T19:47:24Z</updated>
<author>
<name>Alexey Zelkin</name>
<email>phantom@FreeBSD.org</email>
</author>
<published>2002-03-12T19:47:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5173fd4354403032ae37a941eeb09f91bbc2b70f'/>
<id>urn:sha1:5173fd4354403032ae37a941eeb09f91bbc2b70f</id>
<content type='text'>
	printf.c rev 1.17
	printf.1 rev 1.12
</content>
</entry>
<entry>
<title>MFC: 1.19: Replace reference to ANSI C draft with .St macro call.</title>
<updated>2002-01-16T14:57:44Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-01-16T14:57:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=17030b9524179e75fdf0b47d612248328ccce39c'/>
<id>urn:sha1:17030b9524179e75fdf0b47d612248328ccce39c</id>
<content type='text'>
Approved by:	re (blanket)
</content>
</entry>
<entry>
<title>MFC: markup and misc fixes.</title>
<updated>2001-08-16T13:17:16Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-08-16T13:17:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=54f8a952970a736c8f4b4163b5fbfecbcdd02323'/>
<id>urn:sha1:54f8a952970a736c8f4b4163b5fbfecbcdd02323</id>
<content type='text'>
Approved by:	re
</content>
</entry>
<entry>
<title>MFC: remove whitespace at EOL.</title>
<updated>2001-07-22T12:41:39Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-07-22T12:41:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8432a67785074390b432b40233c9cddbf5913a9a'/>
<id>urn:sha1:8432a67785074390b432b40233c9cddbf5913a9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: Prepare for mdoc(7)NG.</title>
<updated>2000-12-19T16:22:38Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2000-12-19T16:22:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e5e23f00c5f299ef9e944613c99ceecdb6e26c3c'/>
<id>urn:sha1:e5e23f00c5f299ef9e944613c99ceecdb6e26c3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document truncation of strings when a NUL character is reached in a format</title>
<updated>2000-01-19T04:16:48Z</updated>
<author>
<name>Chris Costello</name>
<email>chris@FreeBSD.org</email>
</author>
<published>2000-01-19T04:16:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1ead4519b629936c7bff39992dee51b3fe9ab52b'/>
<id>urn:sha1:1ead4519b629936c7bff39992dee51b3fe9ab52b</id>
<content type='text'>
string.

PR:		15929
Submitted by:	Daniel Hagan &lt;dhagan@cs.vt.edu&gt;
</content>
</entry>
<entry>
<title>Correct some hard sentence breaks. Only those surrounding the previous</title>
<updated>1999-09-14T11:46:04Z</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>1999-09-14T11:46:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e6d3cf26485c2f3410273cda3d6e4c1b0d78e2a4'/>
<id>urn:sha1:e6d3cf26485c2f3410273cda3d6e4c1b0d78e2a4</id>
<content type='text'>
commit and those which cause ugly nroff output have been fixed, since
the purpose of the style guideline which they contravene is to reduce
the sizes of deltas.

Reported by:	bde
</content>
</entry>
<entry>
<title>Improve shell documentation:</title>
<updated>1999-09-08T15:40:46Z</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>1999-09-08T15:40:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c644db6aa2307baa08e3b3e7143b20cf12d7aaa1'/>
<id>urn:sha1:c644db6aa2307baa08e3b3e7143b20cf12d7aaa1</id>
<content type='text'>
* Consistently misspell built-in as builtin.

* Add a builtin(1) manpage and create builtin(1) MLINKS for all shell
  builtin commands for which no standalone utility exists.  These MLINKS
  replace those that were created for csh(1).

* Add appropriate xrefs for builtin(1) to the csh(1) and sh(1) manpages,
  as well as to the manpages of standalone utilities which are supported
  as shell builtin commands in at least one of the shells. In such
  manpages, explain that similar functionality may be provided as a
  shell builtin command.

* Improve sh(1)'s description of the cd builtin command. Csh(1) already
  describes it adequately. Replace the cd(1) manpage with a builtin(1)
  MLINKS link.

* Clean up some mdoc problems: use Xr instead of literal "foo(n)"; use
  Ic instead of Xr for shell builtin commands.

* Undo English contractions.

Reviewed by:	mpp, rgrimes
</content>
</entry>
</feed>
