<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/stdtime/strftime.3, branch release/2.2.5_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F2.2.5_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F2.2.5_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>1997-10-11T14:25:14Z</updated>
<entry>
<title>Merge in changes from -current (ISO 8601 week number and year).</title>
<updated>1997-10-11T14:25:14Z</updated>
<author>
<name>Wolfgang Helbig</name>
<email>helbig@FreeBSD.org</email>
</author>
<published>1997-10-11T14:25:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=efe458a7c4d936bc26213dcc9e0fe7ec8111ea48'/>
<id>urn:sha1:efe458a7c4d936bc26213dcc9e0fe7ec8111ea48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC:  Just the locale fixes (small doc tweaks for the most part)</title>
<updated>1997-09-14T13:09:19Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1997-09-14T13:09:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=47795419ca2dfb34e50da26aa97c9493f7a3739f'/>
<id>urn:sha1:47795419ca2dfb34e50da26aa97c9493f7a3739f</id>
<content type='text'>
and the new strptime(3) call.  Having added something, does this
require a version bump?  Haven't we bumped once already?

There are a *LOT* of additional 3.0 changes to be merged but I'm not
entirely comfortable with some of them so I'll take the conservative
(read: cowardly :) way out and just merge this much.
</content>
</entry>
<entry>
<title>YAMFC: update text concerning strftime failures.</title>
<updated>1997-04-01T19:07:21Z</updated>
<author>
<name>Mike Pritchard</name>
<email>mpp@FreeBSD.org</email>
</author>
<published>1997-04-01T19:07:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b3d6b19930740973d51ef2a71f60b5711723dca2'/>
<id>urn:sha1:b3d6b19930740973d51ef2a71f60b5711723dca2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>YAMFC:</title>
<updated>1997-02-28T05:51:15Z</updated>
<author>
<name>Mike Pritchard</name>
<email>mpp@FreeBSD.org</email>
</author>
<published>1997-02-28T05:51:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e6864ce05b152e1597e235302a7ac3265dc7a479'/>
<id>urn:sha1:e6864ce05b152e1597e235302a7ac3265dc7a479</id>
<content type='text'>
Commit all of the -current changes that apply to 2.2.  These fall into
several categories:

- Cosmetic/mdoc changes.  They don't really afect the output
  at all, but having them in 2.2 will make it easier to diff the man
  pages later when looking for real changes.
- Update some man pages to reflect the current 2.2 header files.
- Sort xrefs.
- A few typo fixes.
- And a few changes that actualy added text to the man page that should
  be reflected in 2.2.
- Add some missing MLINKS.

Requested by: bde
</content>
</entry>
<entry>
<title>Removed bogus includes of &lt;sys/types.h&gt; from synopses.</title>
<updated>1996-04-19T19:00:26Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1996-04-19T19:00:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e0150c8ff774c3e217c636046b73c7b8559150a1'/>
<id>urn:sha1:e0150c8ff774c3e217c636046b73c7b8559150a1</id>
<content type='text'>
This commit covers the man pages for most of the ANSI library functions.
A few others such as strtol.3 have to mention &lt;sys/types.h&gt; because they
mix ANSI interfaces with less well designed extensions.
</content>
</entry>
<entry>
<title>Fix manpage to reflect current sources</title>
<updated>1995-08-07T23:36:08Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1995-08-07T23:36:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8df736f7dc985d4a4664eaab7bf142bf1358c5f3'/>
<id>urn:sha1:8df736f7dc985d4a4664eaab7bf142bf1358c5f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>On snap 950210, format %s (print seconds from the epoch) is missing</title>
<updated>1995-03-01T23:08:40Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1995-03-01T23:08:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=be7f0d04fed168c8a3156a9bcf06df3e90f38083'/>
<id>urn:sha1:be7f0d04fed168c8a3156a9bcf06df3e90f38083</id>
<content type='text'>
from the code in strftime.c . This affects both the library code
and all the commands using it (e.g. date +%s).

Note that %s is not required by ANSI, but we've already got it in 1.1.5.1.

Suggested by: luigi@labinfo.iet.unipi.it (Luigi Rizzo)
</content>
</entry>
<entry>
<title>Use latest Arthur Olson timezone code rather than that supplied with</title>
<updated>1994-09-13T21:26:08Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1994-09-13T21:26:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a040910f9b2a4c305499d54fc868128b131917c1'/>
<id>urn:sha1:a040910f9b2a4c305499d54fc868128b131917c1</id>
<content type='text'>
4.4.  The code is almost identical to the 4.4 versions, but this organization
should make it easier to merge new versions in the future.
</content>
</entry>
</feed>
