index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
stdio-common
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-15
fxprintf: Get rid of alloca
Joe Simmons-Talbott
1
-8
/
+6
2023-08-01
vfprintf-internal: Get rid of alloca.
Joe Simmons-Talbott
2
-1
/
+152
2023-07-06
vfscanf-internal: Remove potentially unbounded allocas
Adhemerval Zanella
3
-17
/
+115
2023-07-05
Exclude routines from fortification
Frédéric Bérat
1
-1
/
+14
2023-06-22
stdio-common: tests: Incorrect maxlen parameter for swprintf
Frederic Berat
2
-11
/
+12
2023-06-19
C2x scanf %b support
Joseph Myers
2
-4
/
+212
2023-06-19
C2x printf %wN, %wfN support (bug 24466)
Joseph Myers
7
-15
/
+799
2023-06-13
tests: replace fgets by xfgets
Frederic Berat
1
-7
/
+4
2023-06-13
tests: replace fread by xfread
Frederic Berat
5
-9
/
+20
2023-06-06
tests: fix warn unused result on asprintf calls
Frédéric Bérat
3
-5
/
+8
2023-06-02
Fix a few more typos I missed in previous round -- BZ 25337
Paul Pluzhnikov
1
-1
/
+1
2023-06-02
Fix all the remaining misspellings -- BZ 25337
Paul Pluzhnikov
6
-10
/
+10
2023-06-01
tests: fix warn unused results
Frédéric Bérat
3
-8
/
+23
2023-06-01
tests: replace ftruncate by xftruncate
Frédéric Bérat
1
-1
/
+2
2023-05-18
stdio-common: Adjust tests in Makefile
Carlos O'Donell
6
-22
/
+22
2023-05-16
stdio-common: Reformat Makefile.
Carlos O'Donell
1
-10
/
+20
2023-04-03
stdio-common: Fix building when !IS_IN (libc)
Sergey Bugaev
1
-0
/
+2
2023-03-27
libio: Remove the usage of __libc_IO_vtables
Adhemerval Zanella Netto
2
-52
/
+4
2023-03-27
libio: Do not autogenerate stdio_lim.h
Adhemerval Zanella Netto
1
-39
/
+0
2023-03-27
Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions
Adhemerval Zanella Netto
3
-5
/
+10
2023-03-27
stdio-common: tests: don't double-define _FORTIFY_SOURCE
Sam James
1
-1
/
+1
2023-03-14
Update printf %b/%B C2x support
Joseph Myers
1
-0
/
+53
2023-03-02
C2x scanf binary constant handling
Joseph Myers
14
-0
/
+530
2023-02-14
stdio: Do not ignore posix_spawn error on popen (BZ #29016)
Adhemerval Zanella
2
-0
/
+41
2023-02-06
Account for grouping in printf width (bug 30068)
Carlos O'Donell
3
-5
/
+73
2023-01-31
libio: Update number of written bytes in dprintf implementation
Florian Weimer
2
-0
/
+46
2023-01-30
Account for octal marker in %#o format
Andreas Schwab
3
-0
/
+56
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
162
-162
/
+162
2022-12-19
libio: Convert __vswprintf_internal to buffers (bug 27857)
Florian Weimer
1
-0
/
+6
2022-12-19
libio: Convert __obstack_vprintf_internal to buffers (bug 27124)
Florian Weimer
1
-0
/
+4
2022-12-19
libio: Convert __vdprintf_internal to buffers
Florian Weimer
1
-0
/
+4
2022-12-19
libio: Convert __vasprintf_internal to buffers
Florian Weimer
1
-0
/
+4
2022-12-19
libio: Convert __vsprintf_internal to buffers
Florian Weimer
1
-0
/
+4
2022-12-19
stdio-common: Add lock optimization to vfprintf and vfwprintf
Florian Weimer
1
-0
/
+8
2022-12-19
stdio-common: Convert vfprintf and related functions to buffers
Florian Weimer
5
-1132
/
+717
2022-12-19
stdio-common: Add __translated_number_width
Florian Weimer
2
-0
/
+43
2022-12-19
stdio-common: Add __printf_function_invoke
Florian Weimer
4
-0
/
+104
2022-12-19
stdio-common: Introduce buffers for implementing printf
Florian Weimer
27
-0
/
+1241
2022-12-19
locale: Implement struct grouping_iterator
Florian Weimer
4
-1
/
+461
2022-11-21
stdio-common: Add missing dependencies (bug 29780)
Andreas Schwab
1
-2
/
+4
2022-11-01
configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases
Adhemerval Zanella
1
-0
/
+2
2022-10-28
Fix missing NUL terminator in stdio-common/scanf13 test
Szabolcs Nagy
1
-0
/
+1
2022-09-17
tst-sprintf-errno: Update Hurd message length
Samuel Thibault
1
-1
/
+1
2022-09-11
tst-sprintf-errno: Update Hurd message output
Samuel Thibault
1
-1
/
+1
2022-09-08
errlist: add missing entry for EDEADLOCK (bug 29545)
Andreas Schwab
1
-0
/
+8
2022-08-29
Add test for bug 29530
Andreas Schwab
2
-0
/
+41
2022-06-10
libio: Avoid RMW of flags2 outside lock (BZ #27842)
Wilco Dijkstra
1
-1
/
+0
2022-05-24
stdio-common: Simplify printf_unknown interface in vfprintf-internal.c
Florian Weimer
1
-18
/
+3
2022-05-24
stdio-common: Move union printf_arg int <printf.h>
Florian Weimer
1
-23
/
+0
2022-05-24
stdio-common: Add printf specifier registry to <printf.h>
Florian Weimer
4
-14
/
+1
[next]