index
:
grovel
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Makefile: Remove extraneous target dependency
HEAD
main
EuAndreh
2024-01-05
1
-3
/
+0
*
Setup stub unit test infrastructure
EuAndreh
2024-01-05
1313
-2
/
+13518
*
Fix the build system.
EuAndreh
2024-01-05
27
-686
/
+3682
*
src/internal/version.h: Check-in file with fixed value for compilation
EuAndreh
2024-01-02
1
-0
/
+1
*
tools/: Remove unused files
EuAndreh
2024-01-02
5
-199
/
+0
*
Inline "INSTALL" into "README"
EuAndreh
2024-01-02
2
-191
/
+103
*
Remove unused files
EuAndreh
2024-01-02
3
-47
/
+0
*
Makefile: Inline everything into a single file
EuAndreh
2024-01-02
4
-869
/
+51
*
git mv WHATSNEW CHANGELOG.md
EuAndreh
2024-01-02
1
-0
/
+0
*
mntent: fields are delimited only by tabs or spaces, not general whitespace
Rich Felker
2023-11-16
1
-1
/
+1
*
mntent: unescape octal sequences
q66
2023-11-16
1
-4
/
+40
*
ldso: fix TLSDESC addend processing on archs with backwards descriptors
Rich Felker
2023-11-06
1
-1
/
+1
*
ldso: convert TLSDESC_BACKWARDS from "#ifdef" to "if" logic
Rich Felker
2023-11-06
3
-6
/
+10
*
byte-based printf family: emit a nul byte for %lc with argument zero
Rich Felker
2023-11-06
1
-0
/
+2
*
remove arbitrary limit from dns result parsing
Quentin Rameau
2023-11-06
1
-1
/
+0
*
pass AT_NO_AUTOMOUNT when emulating fstatat via statx
Alexey Izbyshev
2023-11-06
1
-0
/
+1
*
__year_to_secs: fix dangling pointer
Alex Xu (Hello71)
2023-11-06
1
-2
/
+2
*
timer_create: volatile static -> static volatile
Alex Xu (Hello71)
2023-11-06
1
-1
/
+1
*
ensure valid setxid return value in an unexpected error case
Markus Wichmann
2023-11-06
1
-1
/
+1
*
synccall: add separate exit_sem to fix thread release logic bug
Markus Wichmann
2023-11-06
1
-3
/
+5
*
ldso: use __ehdr_start if available to locate its own ELF headers
Rich Felker
2023-11-06
1
-1
/
+3
*
remove non-prototype declaration of basename from string.h
Rich Felker
2023-11-06
1
-3
/
+0
*
elf.h: add typedefs for Elf64_Relr and Elf32_Relr
Violet Purcell
2023-11-06
1
-0
/
+5
*
glob: fix wrong return code when aborting before any matches
Rich Felker
2023-08-24
1
-1
/
+1
*
statvfs: allocate spare for f_type
наб
2023-08-19
2
-1
/
+3
*
math: fix ld80 powl(x,huge) and powl(LDBL_MAX,small)
Szabolcs Nagy
2023-08-19
1
-13
/
+21
*
math: fix ld80 acoshl(x) for x < 0
Szabolcs Nagy
2023-08-19
1
-3
/
+7
*
fix rejection of dns responses with pointers past 512 byte offset
Rich Felker
2023-07-17
1
-2
/
+2
*
dns stub resolver: increase buffer size to handle chained CNAMEs
Rich Felker
2023-07-04
1
-1
/
+1
*
printf core: fix gratuitous integer formatting buffer size
Rich Felker
2023-06-12
1
-1
/
+1
*
all printf variants: fix argument type handling for %c and %lc
Rich Felker
2023-06-12
2
-4
/
+4
*
fix public clone function to be safe and usable by applications
Rich Felker
2023-06-01
3
-16
/
+68
*
fix broken thread list unlocking after fork
Rich Felker
2023-06-01
1
-1
/
+1
*
mbrtowc: Fix wrong return value when n > UINT_MAX
Alexey Izbyshev
2023-05-26
1
-1
/
+1
*
configure: replace -Os with equivalent based on -O2
Rich Felker
2023-05-21
1
-1
/
+14
*
move fallocate64 declaration under _LARGEFILE64_SOURCE feature test
Rich Felker
2023-05-02
1
-1
/
+3
*
release 1.2.4
Rich Felker
2023-05-01
2
-1
/
+70
*
fix return value of wmemcmp for extreme wchar_t values
Rich Felker
2023-04-24
1
-1
/
+1
*
fix wide printf numbered argument buffer overflow
Gabriel Ravier
2023-04-14
1
-2
/
+2
*
wait4: fix missing rusage on x32 due to wrong success condition
Alexey Izbyshev
2023-04-11
1
-1
/
+1
*
semtimedop: fix timespec kernel ABI mismatch for 32-bit timeouts on x32
Alexey Izbyshev
2023-04-11
1
-1
/
+2
*
getopt: fix null pointer arithmetic ub
Alexey Izbyshev
2023-04-11
1
-1
/
+2
*
nftw: fix use of uninitialized struct stat
Alexey Izbyshev
2023-04-11
1
-1
/
+3
*
fix inadvertently static local var in dynlink get_lfs64
Rich Felker
2023-04-11
1
-1
/
+2
*
dns: check length field in tcp response message
Alexey Kodanev
2023-04-07
1
-0
/
+1
*
fix swprintf handling of nul character in output
Rich Felker
2023-03-22
1
-0
/
+1
*
in printf, use ferror macro rather than directly inspecting flags bit
Rich Felker
2023-03-21
1
-2
/
+2
*
remove wide printf dependency on ugly hack in vfprintf
Rich Felker
2023-03-21
2
-9
/
+15
*
fix (normal, narrow) printf erroneously processing %n after output errors
Rich Felker
2023-03-21
1
-0
/
+3
*
fix wide printf continuation after output or encoding errors
Rich Felker
2023-03-21
1
-2
/
+6
[next]