aboutsummaryrefslogtreecommitdiff
path: root/manual/stdio.texi
AgeCommit message (Expand)Author
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers
2023-09-28C2x scanf %wN, %wfN supportJoseph Myers
2023-06-19C2x scanf %b supportJoseph Myers
2023-06-19C2x printf %wN, %wfN support (bug 24466)Joseph Myers
2023-04-08manual: document snprintf truncation betterPaul Eggert
2023-03-14Update printf %b/%B C2x supportJoseph Myers
2023-03-02C2x scanf binary constant handlingJoseph Myers
2023-01-25Document '%F' format specifierPaul Pluzhnikov
2022-12-19libio: Convert __vswprintf_internal to buffers (bug 27857)Florian Weimer
2022-10-25manual: Add missing % in int conversion listJakub Wilk
2022-01-12manual: Drop obsolete @refillSiddhesh Poyarekar
2021-12-23stdio: Implement %#m for vfprintf and related functionsFlorian Weimer
2021-11-10Support C2X printf %b, %BJoseph Myers
2021-09-30Add C2X _PRINTF_NAN_LEN_MAXJoseph Myers
2021-04-13Improve documentation for malloc etc. (BZ#27719)Paul Eggert
2021-03-30manual: clarify that scanf %n supports type modifiersAlyssa Ross
2020-03-04manual: Fix typo in parse_printf_format example [BZ #24638]Girish Joshi
2019-12-11manual: clarify fopen with the x flagPaul Eggert
2018-06-29Document interaction with GCC built-ins in the Customizing PrintfMartin Sebor
2018-06-27Remove macros extend_alloca, extend_alloca_account [BZ #18023]Florian Weimer
2018-02-09manual: Fix Texinfo warnings about improper node names.Rical Jasan
2017-06-15manual: Replace summary.awk with summary.pl.Rical Jasan
2017-05-22libio: Avoid dup already opened file descriptor [BZ#21393]Adhemerval Zanella
2016-12-21manual: Convert @tables of variables to @vtables.Rical Jasan
2016-10-06Manual typos: Input/Output on StreamsRical Jasan
2015-12-10Split large string section; add truncation advicePaul Eggert
2015-10-17The va_list pointer is unspecified after a call to vfprintf [BZ #18982]Florian Weimer
2015-08-20Fix exponents in manual.Ondřej Bílka
2014-04-28Fix types of stream hook functions in manual.Ondřej Bílka
2014-04-03manual: clarify buffer behavior in getline [BZ #5666]David Svoboda
2014-02-26Fix two spaces after sentence.Ondřej Bílka
2014-02-01* manual/stdio.texi: Document MTASC-safety properties.Alexandre Oliva
2013-12-30Fix spelling in manual, as in bug 16376Ville Skytta
2013-12-23Clarify that scanf does not use character classes. Fixes bug 12986Ondřej Bílka
2013-08-30Fix then/than typos.Ondřej Bílka
2013-02-11Fix some errors in declarations in the manual.Roland McGrath
2012-12-04Remove @hsep and @vsep usage from info pagesAllan McRae
2012-08-13 * manual/stdio.texi (snprintf): Clarify handling of the trailingJeff Law
2012-04-12Fix description of user provided write functionPetr Baudis
2012-04-09Document additional fopen optionsAndreas Jaeger
2012-03-08Clean up glibc manual references to "GNU system" (bug 6911).Joseph Myers
2012-02-28Use Texinfo macros to refer to the GNU C Library within the manual.Joseph Myers
2012-02-17Fix various problems with @deftypefun lines.Nicolas Boulenguez
2012-02-17Fix typos in documentation of fopen ",ccs=STRING".Joseph Myers
2011-10-26Remove mention of open_obstack_stream, which has never existed in libio.Roland McGrath
2011-05-11Fix manual regarding switch from read to write on streams.Per Inge Mathisen
2011-04-22Remove doubled words.Jim Meyering
2010-02-22manual: fix doubled-words and typosJim Meyering
2007-10-28[BZ #5222]Ulrich Drepper
2007-08-12* manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.Roland McGrath