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
/
time
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-12
time/Makefile: Split and sort tests
Samuel Dobron
1
-10
/
+43
2024-06-27
time: Avoid memcmp overread in tzset (bug 31931)
Florian Weimer
3
-3
/
+51
2024-06-15
Modernize and fix doc’s “Date and Time” (BZ 31876)
Paul Eggert
1
-1
/
+4
2024-06-04
difftime can throw exceptions
Paul Eggert
1
-3
/
+2
2024-05-27
difftime is pure, not const
Paul Eggert
1
-2
/
+2
2024-05-01
time: Allow later version licensing.
Carlos O'Donell
2
-2
/
+2
2024-04-02
Always define __USE_TIME_BITS64 when 64 bit time_t is used
Adhemerval Zanella
5
-21
/
+21
2024-02-01
Refer to C23 in place of C2X in glibc
Joseph Myers
1
-4
/
+4
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
69
-69
/
+69
2023-06-30
Add checks for wday, yday and new date formats
Martin Coufal
1
-14
/
+27
2023-06-22
Call "CST" a time zone abbreviation, not a name
Paul Eggert
4
-7
/
+7
2023-06-12
tst-getdate: Improve testcase flexibility and add test.
Joe Simmons-Talbott
1
-20
/
+39
2023-06-09
Remove unused DATEMSK file for tst-getdate
Martin Coufal
3
-4
/
+1
2023-06-06
time: Fix use-after-free in getdate
Arjun Shankar
1
-2
/
+3
2023-06-05
time: Also check for EPERM while trying to clock_settime
Adhemerval Zanella
1
-29
/
+30
2023-06-02
Fix all the remaining misspellings -- BZ 25337
Paul Pluzhnikov
5
-5
/
+5
2023-06-01
tests: replace write by xwrite
Frédéric Bérat
1
-1
/
+3
2023-05-29
time: strftime_l: Avoid an unbounded alloca.
Joe Simmons-Talbott
1
-14
/
+25
2023-05-05
time: Remove alloca() from getdate
Joe Simmons-Talbott
1
-18
/
+5
2023-03-31
time: Fix strftime(3) API regarding nullability
Alejandro Colomar
1
-1
/
+2
2023-03-27
Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions
Adhemerval Zanella Netto
2
-2
/
+6
2023-02-07
Use 64-bit time_t interfaces in strftime and strptime (bug 30053)
Andreas Schwab
5
-2
/
+62
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
67
-67
/
+67
2023-01-05
time: Set daylight to 1 for matching DST/offset change (bug 29951)
Florian Weimer
1
-19
/
+22
2022-12-09
time: Use 64 bit time on tzfile
Adhemerval Zanella Netto
1
-1
/
+1
2022-11-01
configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases
Adhemerval Zanella
1
-0
/
+1
2022-09-22
Use '%z' instead of '%Z' on printf functions
Adhemerval Zanella Netto
1
-3
/
+3
2022-09-08
mktime: improve heuristic for ca-1986 Indiana DST
Paul Eggert
1
-8
/
+20
2022-09-08
Assume HAVE_TZSET in time/mktime.c
Paul Eggert
1
-1
/
+1
2022-06-06
Declare timegm for ISO C2X
Joseph Myers
1
-5
/
+14
2022-05-23
locale: Remove private union from struct __locale_data
Florian Weimer
3
-54
/
+45
2022-05-23
locale: Remove cleanup function pointer from struct __localedata
Florian Weimer
3
-4
/
+0
2022-05-05
clock_settime/clock_gettime: Use __nonnull to avoid null pointer
Xiaoming Ni
1
-4
/
+7
2022-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
67
-67
/
+67
2021-12-30
timezone: handle truncated timezones from tzcode-2021d and later (BZ #28707)
Hans-Peter Nilsson
1
-2
/
+2
2021-10-07
Fix subscript error with odd TZif file [BZ #28338]
Paul Eggert
1
-2
/
+1
2021-10-04
time: Ignore interval nanoseconds on tst-itimer
Adhemerval Zanella
1
-9
/
+10
2021-09-16
time: Fix compile error in itimer test affecting hurd
Stafford Horne
1
-2
/
+3
2021-09-03
Remove "Contributed by" lines
Siddhesh Poyarekar
6
-6
/
+0
2021-08-15
time: Fix overflow itimer tests on 32-bit systems
Stafford Horne
1
-2
/
+2
2021-06-28
Linux: Cleanups after librt move
Florian Weimer
1
-6
/
+0
2021-06-22
linux: Only use 64-bit syscall if required for clock_nanosleep
Adhemerval Zanella
2
-15
/
+34
2021-06-22
Use 64 bit time_t stat internally
Adhemerval Zanella
1
-3
/
+3
2021-06-15
y2038: Add test coverage
Adhemerval Zanella
19
-0
/
+60
2021-06-15
y2038: Add support for 64-bit time on legacy ABIs
Adhemerval Zanella
2
-3
/
+206
2021-06-15
time: Add 64-bit time support for getdate
Adhemerval Zanella
2
-22
/
+14
2021-06-15
y2038: Add __USE_TIME_BITS64 support for struct timespec
Adhemerval Zanella
1
-1
/
+6
2021-06-15
y2038: Add __USE_TIME_BITS64 support for struct timeval
Adhemerval Zanella
1
-0
/
+5
2021-06-15
y2038: Add __USE_TIME_BITS64 support for time_t
Adhemerval Zanella
1
-0
/
+4
2021-05-18
Do not declare asctime_r and ctime_r for C2X
Joseph Myers
1
-2
/
+2
[next]