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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix conditionals on mtrace-based tests (bug 31892)
Carlos O'Donell
2024-07-01
1
-9
/
+25
*
Revert "Test fscanf of long double without <stdio.h>"
H.J. Lu
2024-05-24
3
-39
/
+0
*
Test fscanf of long double without <stdio.h>
H.J. Lu
2024-05-24
3
-0
/
+39
*
posix: Sync tempname with gnulib
Adhemerval Zanella
2024-04-10
8
-12
/
+196
*
Rename c2x / gnu2x tests to c23 / gnu23
Joseph Myers
2024-02-01
2
-2
/
+2
*
Refer to C23 in place of C2X in glibc
Joseph Myers
2024-02-01
6
-16
/
+17
*
localedata: Use consistent values for grouping and mon_grouping
Mike FABIAN
2024-01-25
2
-4
/
+69
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2024-01-01
181
-181
/
+181
*
elf: Fix _dl_debug_vdprintf to work before self-relocation
Adhemerval Zanella
2023-11-21
2
-0
/
+10
*
crypt: Remove libcrypt support
Adhemerval Zanella
2023-10-30
1
-2
/
+0
*
C2x scanf %wN, %wfN support
Joseph Myers
2023-09-28
4
-0
/
+552
*
fxprintf: Get rid of alloca
Joe Simmons-Talbott
2023-08-15
1
-8
/
+6
*
vfprintf-internal: Get rid of alloca.
Joe Simmons-Talbott
2023-08-01
2
-1
/
+152
*
vfscanf-internal: Remove potentially unbounded allocas
Adhemerval Zanella
2023-07-06
3
-17
/
+115
*
Exclude routines from fortification
Frédéric Bérat
2023-07-05
1
-1
/
+14
*
stdio-common: tests: Incorrect maxlen parameter for swprintf
Frederic Berat
2023-06-22
2
-11
/
+12
*
C2x scanf %b support
Joseph Myers
2023-06-19
2
-4
/
+212
*
C2x printf %wN, %wfN support (bug 24466)
Joseph Myers
2023-06-19
7
-15
/
+799
*
tests: replace fgets by xfgets
Frederic Berat
2023-06-13
1
-7
/
+4
*
tests: replace fread by xfread
Frederic Berat
2023-06-13
5
-9
/
+20
*
tests: fix warn unused result on asprintf calls
Frédéric Bérat
2023-06-06
3
-5
/
+8
*
Fix a few more typos I missed in previous round -- BZ 25337
Paul Pluzhnikov
2023-06-02
1
-1
/
+1
*
Fix all the remaining misspellings -- BZ 25337
Paul Pluzhnikov
2023-06-02
6
-10
/
+10
*
tests: fix warn unused results
Frédéric Bérat
2023-06-01
3
-8
/
+23
*
tests: replace ftruncate by xftruncate
Frédéric Bérat
2023-06-01
1
-1
/
+2
*
stdio-common: Adjust tests in Makefile
Carlos O'Donell
2023-05-18
6
-22
/
+22
*
stdio-common: Reformat Makefile.
Carlos O'Donell
2023-05-16
1
-10
/
+20
*
stdio-common: Fix building when !IS_IN (libc)
Sergey Bugaev
2023-04-03
1
-0
/
+2
*
libio: Remove the usage of __libc_IO_vtables
Adhemerval Zanella Netto
2023-03-27
2
-52
/
+4
*
libio: Do not autogenerate stdio_lim.h
Adhemerval Zanella Netto
2023-03-27
1
-39
/
+0
*
Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions
Adhemerval Zanella Netto
2023-03-27
3
-5
/
+10
*
stdio-common: tests: don't double-define _FORTIFY_SOURCE
Sam James
2023-03-27
1
-1
/
+1
*
Update printf %b/%B C2x support
Joseph Myers
2023-03-14
1
-0
/
+53
*
C2x scanf binary constant handling
Joseph Myers
2023-03-02
14
-0
/
+530
*
stdio: Do not ignore posix_spawn error on popen (BZ #29016)
Adhemerval Zanella
2023-02-14
2
-0
/
+41
*
Account for grouping in printf width (bug 30068)
Carlos O'Donell
2023-02-06
3
-5
/
+73
*
libio: Update number of written bytes in dprintf implementation
Florian Weimer
2023-01-31
2
-0
/
+46
*
Account for octal marker in %#o format
Andreas Schwab
2023-01-30
3
-0
/
+56
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
162
-162
/
+162
*
libio: Convert __vswprintf_internal to buffers (bug 27857)
Florian Weimer
2022-12-19
1
-0
/
+6
*
libio: Convert __obstack_vprintf_internal to buffers (bug 27124)
Florian Weimer
2022-12-19
1
-0
/
+4
*
libio: Convert __vdprintf_internal to buffers
Florian Weimer
2022-12-19
1
-0
/
+4
*
libio: Convert __vasprintf_internal to buffers
Florian Weimer
2022-12-19
1
-0
/
+4
*
libio: Convert __vsprintf_internal to buffers
Florian Weimer
2022-12-19
1
-0
/
+4
*
stdio-common: Add lock optimization to vfprintf and vfwprintf
Florian Weimer
2022-12-19
1
-0
/
+8
*
stdio-common: Convert vfprintf and related functions to buffers
Florian Weimer
2022-12-19
5
-1135
/
+720
*
stdio-common: Add __translated_number_width
Florian Weimer
2022-12-19
2
-0
/
+43
*
stdio-common: Add __printf_function_invoke
Florian Weimer
2022-12-19
4
-0
/
+104
*
stdio-common: Introduce buffers for implementing printf
Florian Weimer
2022-12-19
27
-0
/
+1241
*
locale: Implement struct grouping_iterator
Florian Weimer
2022-12-19
4
-1
/
+461
[next]