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
path:
root
/
src
/
network
/
lookup_name.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-03-21
aarch64: add single instruction math functions
Szabolcs Nagy
34
-24
/
+226
2017-03-21
fix strptime output for %C without %y
Julien Ramseier
1
-2
/
+3
2017-03-21
fix processing of strptime %p format
Julien Ramseier
1
-0
/
+2
2017-03-21
fix off-by-one in strptime %j
Julien Ramseier
1
-0
/
+1
2017-03-21
regex: fix newline matching with negated brackets
Julien Ramseier
1
-0
/
+14
2017-03-21
increase limit on locale name length from 15 to 23 bytes
Rich Felker
2
-2
/
+2
2017-03-21
search locale name variants for gettext translations
Rich Felker
1
-32
/
+55
2017-03-21
make setlocale return a single name for LC_ALL if all categories match
Rich Felker
1
-2
/
+5
2017-03-21
fix dlopen/dlsym regression opening libs already loaded at startup
Rich Felker
1
-2
/
+2
2017-03-15
fix POSIX-format TZ dst transition times for southern hemisphere
Rich Felker
1
-8
/
+4
2017-03-15
s390x: fix fpreg_t and remove unused per_struct
Tuan M. Hoang
1
-2
/
+2
2017-03-15
precalculate gnu hash rather than doing it lazily in find_sym inner loop
Rich Felker
1
-8
/
+2
2017-03-15
fix threshold constants in j0f, y0f, j1f, y1f
Szabolcs Nagy
2
-13
/
+12
2017-03-14
remove unused refcnt field for shared libraries
Rich Felker
1
-4
/
+0
2017-03-14
avoid loading of multiple libc versions via explicit pathname
Rich Felker
1
-1
/
+11
2017-03-14
fix one-byte overflow in legacy getpass function
Rich Felker
1
-1
/
+1
2017-03-14
fix wide scanf's use of a compound literal past its lifetime
Rich Felker
1
-1
/
+2
2017-03-14
fix possible fd leak, unrestored cancellation state on dns socket fail
Rich Felker
1
-1
/
+5
2017-03-14
in static dl_iterate_phdr, fix use of possibly-uninitialized aux data
Rich Felker
1
-1
/
+1
2017-03-14
fix free of uninitialized buffer pointer on error in regexec
Rich Felker
1
-3
/
+3
2017-03-14
emulate lazy relocation as deferrable relocation
Rich Felker
1
-3
/
+66
2017-03-13
reorder addend handling before symbol lookup in relocation code
Rich Felker
1
-16
/
+17
2017-03-12
rework ldso handling of global symbol table for consistency
Rich Felker
1
-44
/
+53
2017-03-11
treat STB_WEAK and STB_GNU_UNIQUE like STB_GLOBAL in find_sym
Szabolcs Nagy
1
-3
/
+1
2017-03-08
fix ld-behavior-dependent crash in ppc64 ldso startup
Rich Felker
1
-1
/
+1
2017-03-05
fix lsearch and lfind to pass key as first arg to the compar callback
Szabolcs Nagy
1
-2
/
+2
2017-02-22
allow page size to vary on arm
Rich Felker
1
-1
/
+0
2017-02-15
fix build regression in arm atomics asm with new binutils
Rich Felker
1
-1
/
+1