History log of /freebsd-10-stable/contrib/gcc/c-format.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 235865 23-May-2012 obrien

Revert r235797. GCC's mis-assumptions has led to incorrect usage of
"%q[diouxX]" within FreeBSD sources.


# 235797 22-May-2012 obrien

Do not incorrectly warn when printing a quad_t using "%qd" on 64-bit platforms.


# 169701 19-May-2007 kan

Merge local FreeBSD changes to support -fformat-extensions.


# 146908 03-Jun-2005 kan

Merge conflicts for GCC 3.4.4.


# 132731 28-Jul-2004 kan

Merge FreeBSD modifications into gcc 3.4.2-prerelease:
1.2 -fformat-extensions.
1.3 -printf0
1.6 teach GCC about %y for DDB.


# 117422 11-Jul-2003 kan

Merge FreeBSD modifications into gcc 3.3.1-prerelease:
1.2 -fformat-extensions.
1.3 -printf0
1.6 teach GCC about %y for DDB.


# 110624 10-Feb-2003 kan

Merge FreeBSD modifications into gcc 3.2.2 release:
1.2 -fformat-extensions.
1.3 -printf0
1.6 Teach GCC about %y for DDB and implement
support for the C99 %z format modifier.


# 105954 25-Oct-2002 mux

- Rename the DDB specific %z printf format to %y.
- Make DDB use %y instead of %z.
- Teach GCC about %y.
- Implement support for the C99 %z format modifier.

Approved by: re@
Reviewed by: peter
Tested on: i386, sparc64


# 99841 11-Jul-2002 obrien

Yep, revision 1.3 was 1/2assed.
This time use the right attribute for null_format_ok.

Submitted by: bde


# 97308 26-May-2002 obrien

The special checks for %b and %D in rev 1.1 were done before skipping over
any characters between the % and the [bD], so only plain %b and %B worked.
This may un-1/2ass our -fformat-extensions support.

Submitted by: bde


# 97130 22-May-2002 obrien

1/2assed reimplementation of c-common.c revs 1.2 (-fformat-extensions)
and 1.3 (printf0) for GCC 3.1.


# 96558 13-May-2002 obrien

Merge c-common.c rev 1.10 into GCC 3.1

Clarify that the "yields only last 2 digits of year in some locales" warning
does not apply to BSD.

Submitted by: ache


# 96490 13-May-2002 obrien

This commit was generated by cvs2svn to compensate for changes in r96489,
which included commits to RCS files with non-trunk default branches.


# 96489 13-May-2002 obrien

Cause CVS to sync up checked out source bases with Gcc 3.1 bits after
the repo surgery to cut out the abortive Gcc 2.9[67] imports.


# 96263 09-May-2002 obrien

Gcc 3.1.0 pre-release from the FSF anoncvs repo on 9-May-2002 15:57:15 EDT.


# 90075 01-Feb-2002 obrien

Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0.
These bits are taken from the FSF anoncvs repo on 1-Feb-2002 08:20 PST.