summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/printf.3
AgeCommit message (Expand)Author
2024-11-14libc: indicate existing functions that are POSIX 2024Ed Maste
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-09-07libc: Implement N2680.Dag-Erling Smørgrav
2023-08-28libc: Document support for binary integers.Dag-Erling Smørgrav
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2018-05-22Implement printf(3) family %m format string extension.Konstantin Belousov
2018-04-17Don't put multiple names on a single .Nm line. This fixes apropos(1)Edward Tomasz Napierala
2017-02-28Renumber copyright clause 4Warner Losh
2016-07-30Remove _WITH_GETLINE and _WITH_DPRINTF guardsBaptiste Daroussin
2014-06-23use .Mt to mark up email addresses consistently (part4)Baptiste Daroussin
2012-11-08Clarify that the ' flag is an apostrophe.Greg Lehey
2012-04-21- Fix the claim that the output is always null-terminated. This isn'tDavid Schultz
2010-09-11Revert changes of 'assure' to 'ensure' made in r211936.Rebecca Cran
2010-08-28Fix incorrect usage of 'assure' and 'insure'.Rebecca Cran
2010-05-13mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theUlrich Spörlein
2010-05-11mdoc: use macro for +- that is understood by mdocmlUlrich Spörlein
2010-04-05I feel this wording of the history is more clear.David E. O'Brien
2010-02-16%U was macroized in mdoc(7), escape.Ruslan Ermilov
2009-12-02Fix the dprintf() prototype.Christian Brueffer
2009-03-04Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(),David Schultz
2009-01-28Update the manpage to reflect r145172.David Schultz
2008-04-12Updates for changes in the way printf() handles hex floating pointDavid Schultz
2007-01-09Per Regents of the University of Calfornia letter, remove advertisingWarner Losh
2005-09-05Remove references to nonexistent "FreeBSD Security Architecture" document.Tim J. Robbins
2004-10-16Document that the length modifier l is ignored for floating pointStefan Farfeleder
2004-06-30Markup, grammar, and spelling fixes.Ruslan Ermilov
2004-01-19Bring the *printf(3) documentation up to date with the code:David Schultz
2003-01-06Note that the printf(3) and scanf(3) family of functions don't deal withTim J. Robbins
2002-12-20Document the fact that the printf() family of functions return negativeTim J. Robbins
2002-12-18mdoc(7) police: "The .Fn function".Ruslan Ermilov
2002-12-04Consistently mark std(in|out|err) with .Dv, because that's how theyRuslan Ermilov
2002-10-20Cross-reference fmtcheck(3).Tim J. Robbins
2002-10-19Indent code example with one tab, not two, for consistency with the rest.Tim J. Robbins
2002-09-24Add cross-references between wide character and single-byte characterTim J. Robbins
2002-09-19Implement the %ls and %lc conversions for printing wide character stringsTim J. Robbins
2002-09-06Style: One space between "restrict" qualifier and "*".Tim J. Robbins
2002-08-15 - For compliance with IEEE Std 1003.1-2001, add the 'restrict'Robert Drehmel
2002-08-15 - Introduce the 'restrict' qualifier to function prototypes andRobert Drehmel
2002-08-11Fix typos; each file has at least one s/seperat/separat/Jens Schweikhardt
2002-08-09mdoc(7) police: punctuation.Ruslan Ermilov
2002-07-15Don't claim to fully implement C99 in the STANDARDS section and then disclaimGarrett Wollman
2002-06-18Fix style and wording bugs introduced in my last commit.Chris Costello
2002-06-15o Move more information from BUGS into SECURITY CONSIDERATIONS andChris Costello
2002-06-13Include information on the dangers of passing a user-supplied string asChris Costello
2002-01-09mdoc(7) police:Ruslan Ermilov
2002-01-06Add new "SECURITY CONSIDERATIONS" sections.Chris Costello
2001-12-12mdoc(7) police: Minor formatting nits and optimizations to rev. 1.34.Ruslan Ermilov
2001-12-07Remove blank line.Bill Fenner
2001-11-30Implement several of the c99 updates to printf(3):Bill Fenner
2001-10-01mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov