History log of /freebsd/lib/libc/stdtime/strptime.c (Results 101 – 121 of 121)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 50bab1e6 02-Mar-2001 Andrey A. Chernov <ache@FreeBSD.org>

Implement ampm_fmt (%r) per POSIX


# 740972dc 08-Feb-2001 Andrey A. Chernov <ache@FreeBSD.org>

Hardcode c_fmt in a different way since used in nl_langinfo now


# 930cd711 08-Feb-2001 Alexey Zelkin <phantom@FreeBSD.org>

Catch up to latest chanage in timelocal structures exporting.


# d201fe46 24-Jan-2001 Daniel Eischen <deischen@FreeBSD.org>

Remove _THREAD_SAFE and make libc thread-safe by default by
adding (weak definitions to) stubs for some of the pthread
functions. If the threads library is linked in, the real
pthread functions will

Remove _THREAD_SAFE and make libc thread-safe by default by
adding (weak definitions to) stubs for some of the pthread
functions. If the threads library is linked in, the real
pthread functions will pulled in.

Use the following convention for system calls wrapped by the
threads library:
__sys_foo - actual system call
_foo - weak definition to __sys_foo
foo - weak definition to __sys_foo

Change all libc uses of system calls wrapped by the threads
library from foo to _foo. In order to define the prototypes
for _foo(), we introduce namespace.h and un-namespace.h
(suggested by bde). All files that need to reference these
system calls, should include namespace.h before any standard
includes, then include un-namespace.h after the standard
includes and before any local includes. <db.h> is an exception
and shouldn't be included in between namespace.h and
un-namespace.h namespace.h will define foo to _foo, and
un-namespace.h will undefine foo.

Try to eliminate some of the recursive calls to MT-safe
functions in libc/stdio in preparation for adding a mutex
to FILE. We have recursive mutexes, but would like to avoid
using them if possible.

Remove uneeded includes of <errno.h> from a few files.

Add $FreeBSD$ to a few files in order to pass commitprep.

Approved by: -arch

show more ...


Revision tags: release/4.2.0
# c8777457 26-Oct-2000 Andrey A. Chernov <ache@FreeBSD.org>

Force "%c" to be ctime-compatible

Submitted by: ru


Revision tags: release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs, release/3.4.0_cvs
# 398592ff 08-Dec-1999 Sheldon Hearn <sheldonh@FreeBSD.org>

Prevent digit-gobbling for all but %l and %e, which can't be fixed.
Discuss in the BUGS section of the manpage, problems involved with
the use of %C, %e, %l, %p, %U and %W.

PR: 13901
Reported by: s

Prevent digit-gobbling for all but %l and %e, which can't be fixed.
Discuss in the BUGS section of the manpage, problems involved with
the use of %C, %e, %l, %p, %U and %W.

PR: 13901
Reported by: scott@chronis.pobox.com

show more ...


# 882f32c1 08-Dec-1999 Sheldon Hearn <sheldonh@FreeBSD.org>

Accept 12 for %l, because it's logical to expect "%l:%M" to work for
"12:00" and because strftime(3) does the same.


# c63a4303 30-Nov-1999 Andrey A. Chernov <ache@FreeBSD.org>

%Ex -> %Ef to not conflict with POSIX
Add %EF (long months name / day order)
Check that O and E not intermixed
Add missing POSIX extension to example


# 7ecd80de 30-Nov-1999 Andrey A. Chernov <ache@FreeBSD.org>

Stricter checking %A vs %a


# 1d6c9941 30-Nov-1999 Andrey A. Chernov <ache@FreeBSD.org>

Fix %C handling
Use locale for %c
Add %+
Add %Ex and %OB


# 33dbb0a6 10-Nov-1999 Sheldon Hearn <sheldonh@FreeBSD.org>

Decremement by 1 the value taken for %j before assigning it to tm_yday,
which is zero-based.

Correct the range checking for the value taken for %S.

Add %w for the day of the week (0-6).

Accept (bu

Decremement by 1 the value taken for %j before assigning it to tm_yday,
which is zero-based.

Correct the range checking for the value taken for %S.

Add %w for the day of the week (0-6).

Accept (but do nothing with) %U and %W. The comment for this change was
taken from NetBSD.

These changes were made after several failed attempts to contact the
author of our strptime.c .

PR: 10131
Submitted by: tadf@kt.rim.or.jp (Tadayoshi Funaba)

show more ...


# 3c7ffaa1 04-Nov-1999 Andrey A. Chernov <ache@FreeBSD.org>

Add unsigned char cast to isupper


Revision tags: release/3.3.0_cvs
# 7f3dea24 28-Aug-1999 Peter Wemm <peter@FreeBSD.org>

$Id$ -> $FreeBSD$


# cb7a4779 06-Jul-1999 David E. O'Brien <obrien@FreeBSD.org>

Make the new %Z addition thread-safe.


# b47f20df 04-Jul-1999 David E. O'Brien <obrien@FreeBSD.org>

Actually impliment the documented %Z specifier.


Revision tags: release/3.2.0
# aba0410b 25-Apr-1999 Wes Peters <wes@FreeBSD.org>

Re-fixed to start at 1969 per the actual Posix requirement. Also
fixed a typo on the man page.


# a00b1d8f 25-Apr-1999 Wes Peters <wes@FreeBSD.org>

Bring two-digit years up-to-date with POSIX requirements.
70-00 are intepreted in the 20th century; 01-69 in the
21st century. (Yes, 2000 is the last year of the 20th
century, not the first year of

Bring two-digit years up-to-date with POSIX requirements.
70-00 are intepreted in the 20th century; 01-69 in the
21st century. (Yes, 2000 is the last year of the 20th
century, not the first year of the 21st.)

Submitted by: Sergey Babkin <babkin@bellatlantic.net>

show more ...


Revision tags: release/3.1.0, release/3.0.0, release/2.2.8
# f0cefacc 12-Sep-1998 Dmitrij Tejblum <dt@FreeBSD.org>

Change return type of strptime from const char* to char*.
const char* was wrong and nonstandard.


Revision tags: release/2.2.7, release/2.2.6, release/2.2.5_cvs
# f38ea584 13-Aug-1997 Andrey A. Chernov <ache@FreeBSD.org>

Add unsigned char cast to all ctype calls


# 37486f03 09-Aug-1997 Joerg Wunsch <joerg@FreeBSD.org>

Import strptime(3) into libc. We've got permission by Kevin Ruddy to
modify the original `no modifications' copyright message, and i've
included his mail into the source file.

The common localizati

Import strptime(3) into libc. We've got permission by Kevin Ruddy to
modify the original `no modifications' copyright message, and i've
included his mail into the source file.

The common localization functions between strptime(3) and strftime(3)
have been broken out into timelocal.[ch].

show more ...


# d7641983 09-Aug-1997 Joerg Wunsch <joerg@FreeBSD.org>

Clean import of strptime(3) onto a vendor branch.

Submitted by: Powerdog Industries <kevin.ruddy@powerdog.com>


12345