summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/c-format.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert r235797. GCC's mis-assumptions has led to incorrect usage ofobrien2012-05-231-4/+0
| | | | "%q[diouxX]" within FreeBSD sources.
* Do not incorrectly warn when printing a quad_t using "%qd" on 64-bit platforms.obrien2012-05-221-0/+4
|
* Merge local FreeBSD changes to support -fformat-extensions.kan2007-05-191-863/+796
|
* Merge conflicts for GCC 3.4.4.kan2005-06-031-5/+75
|
* Merge FreeBSD modifications into gcc 3.4.2-prerelease:kan2004-07-281-264/+651
| | | | | | 1.2 -fformat-extensions. 1.3 -printf0 1.6 teach GCC about %y for DDB.
* Merge FreeBSD modifications into gcc 3.3.1-prerelease:kan2003-07-111-139/+54
| | | | | | 1.2 -fformat-extensions. 1.3 -printf0 1.6 teach GCC about %y for DDB.
* Merge FreeBSD modifications into gcc 3.2.2 release:kan2003-02-101-1/+1
| | | | | | | 1.2 -fformat-extensions. 1.3 -printf0 1.6 Teach GCC about %y for DDB and implement support for the C99 %z format modifier.
* - Rename the DDB specific %z printf format to %y.mux2002-10-251-1/+1
| | | | | | | | | | - 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
* Yep, revision 1.3 was 1/2assed.obrien2002-07-121-10/+2
| | | | | | This time use the right attribute for null_format_ok. Submitted by: bde
* The special checks for %b and %D in rev 1.1 were done before skipping overobrien2002-05-261-51/+54
| | | | | | | 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
* 1/2assed reimplementation of c-common.c revs 1.2 (-fformat-extensions)obrien2002-05-221-6/+83
| | | | and 1.3 (printf0) for GCC 3.1.
* Merge c-common.c rev 1.10 into GCC 3.1obrien2002-05-141-1/+3
| | | | | | | Clarify that the "yields only last 2 digits of year in some locales" warning does not apply to BSD. Submitted by: ache
* Gcc 3.1.0 pre-release from the FSF anoncvs repo on 9-May-2002 15:57:15 EDT.obrien2002-05-091-5/+4
|
* Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0.obrien2002-02-011-0/+2454
These bits are taken from the FSF anoncvs repo on 1-Feb-2002 08:20 PST.
OpenPOWER on IntegriCloud