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
2024-07-01
Fix conditionals on mtrace-based tests (bug 31892)
Carlos O'Donell
1
-9
/
+25
2024-05-24
Revert "Test fscanf of long double without <stdio.h>"
H.J. Lu
3
-39
/
+0
2024-05-24
Test fscanf of long double without <stdio.h>
H.J. Lu
3
-0
/
+39
2024-04-10
posix: Sync tempname with gnulib
Adhemerval Zanella
8
-12
/
+196
2024-02-01
Rename c2x / gnu2x tests to c23 / gnu23
Joseph Myers
2
-2
/
+2
2024-02-01
Refer to C23 in place of C2X in glibc
Joseph Myers
6
-16
/
+17
2024-01-25
localedata: Use consistent values for grouping and mon_grouping
Mike FABIAN
2
-4
/
+69
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
181
-181
/
+181
2023-11-21
elf: Fix _dl_debug_vdprintf to work before self-relocation
Adhemerval Zanella
2
-0
/
+10
2023-10-30
crypt: Remove libcrypt support
Adhemerval Zanella
1
-2
/
+0
2023-09-28
C2x scanf %wN, %wfN support
Joseph Myers
4
-0
/
+552
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
[next]