GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
time
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add checks for wday, yday and new date formats
Martin Coufal
2023-06-30
1
-14
/
+27
*
Call "CST" a time zone abbreviation, not a name
Paul Eggert
2023-06-22
4
-7
/
+7
*
tst-getdate: Improve testcase flexibility and add test.
Joe Simmons-Talbott
2023-06-12
1
-20
/
+39
*
Remove unused DATEMSK file for tst-getdate
Martin Coufal
2023-06-09
3
-4
/
+1
*
time: Fix use-after-free in getdate
Arjun Shankar
2023-06-06
1
-2
/
+3
*
time: Also check for EPERM while trying to clock_settime
Adhemerval Zanella
2023-06-05
1
-29
/
+30
*
Fix all the remaining misspellings -- BZ 25337
Paul Pluzhnikov
2023-06-02
5
-5
/
+5
*
tests: replace write by xwrite
Frédéric Bérat
2023-06-01
1
-1
/
+3
*
time: strftime_l: Avoid an unbounded alloca.
Joe Simmons-Talbott
2023-05-29
1
-14
/
+25
*
time: Remove alloca() from getdate
Joe Simmons-Talbott
2023-05-05
1
-18
/
+5
*
time: Fix strftime(3) API regarding nullability
Alejandro Colomar
2023-03-31
1
-1
/
+2
*
Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions
Adhemerval Zanella Netto
2023-03-27
2
-2
/
+6
*
Use 64-bit time_t interfaces in strftime and strptime (bug 30053)
Andreas Schwab
2023-02-07
5
-2
/
+62
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
67
-67
/
+67
*
time: Set daylight to 1 for matching DST/offset change (bug 29951)
Florian Weimer
2023-01-05
1
-19
/
+22
*
time: Use 64 bit time on tzfile
Adhemerval Zanella Netto
2022-12-09
1
-1
/
+1
*
configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases
Adhemerval Zanella
2022-11-01
1
-0
/
+1
*
Use '%z' instead of '%Z' on printf functions
Adhemerval Zanella Netto
2022-09-22
1
-3
/
+3
*
mktime: improve heuristic for ca-1986 Indiana DST
Paul Eggert
2022-09-08
1
-8
/
+20
*
Assume HAVE_TZSET in time/mktime.c
Paul Eggert
2022-09-08
1
-1
/
+1
*
Declare timegm for ISO C2X
Joseph Myers
2022-06-06
1
-5
/
+14
*
locale: Remove private union from struct __locale_data
Florian Weimer
2022-05-23
3
-54
/
+45
*
locale: Remove cleanup function pointer from struct __localedata
Florian Weimer
2022-05-23
3
-4
/
+0
*
clock_settime/clock_gettime: Use __nonnull to avoid null pointer
Xiaoming Ni
2022-05-05
1
-4
/
+7
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2022-01-01
67
-67
/
+67
*
timezone: handle truncated timezones from tzcode-2021d and later (BZ #28707)
Hans-Peter Nilsson
2021-12-30
1
-2
/
+2
*
Fix subscript error with odd TZif file [BZ #28338]
Paul Eggert
2021-10-07
1
-2
/
+1
*
time: Ignore interval nanoseconds on tst-itimer
Adhemerval Zanella
2021-10-04
1
-9
/
+10
*
time: Fix compile error in itimer test affecting hurd
Stafford Horne
2021-09-16
1
-2
/
+3
*
Remove "Contributed by" lines
Siddhesh Poyarekar
2021-09-03
6
-6
/
+0
*
time: Fix overflow itimer tests on 32-bit systems
Stafford Horne
2021-08-15
1
-2
/
+2
*
Linux: Cleanups after librt move
Florian Weimer
2021-06-28
1
-6
/
+0
*
linux: Only use 64-bit syscall if required for clock_nanosleep
Adhemerval Zanella
2021-06-22
2
-15
/
+34
*
Use 64 bit time_t stat internally
Adhemerval Zanella
2021-06-22
1
-3
/
+3
*
y2038: Add test coverage
Adhemerval Zanella
2021-06-15
19
-0
/
+60
*
y2038: Add support for 64-bit time on legacy ABIs
Adhemerval Zanella
2021-06-15
2
-3
/
+206
*
time: Add 64-bit time support for getdate
Adhemerval Zanella
2021-06-15
2
-22
/
+14
*
y2038: Add __USE_TIME_BITS64 support for struct timespec
Adhemerval Zanella
2021-06-15
1
-1
/
+6
*
y2038: Add __USE_TIME_BITS64 support for struct timeval
Adhemerval Zanella
2021-06-15
1
-0
/
+5
*
y2038: Add __USE_TIME_BITS64 support for time_t
Adhemerval Zanella
2021-06-15
1
-0
/
+4
*
Do not declare asctime_r and ctime_r for C2X
Joseph Myers
2021-05-18
1
-2
/
+2
*
Add C2X timespec_getres
Joseph Myers
2021-05-17
6
-2
/
+96
*
time: Add 64 bit tests for getdate / getdate_r
Adhemerval Zanella
2021-04-15
1
-61
/
+92
*
time: Add basic timespec_get tests
Adhemerval Zanella
2021-04-15
2
-1
/
+42
*
time: Add timegm/timelocal basic tests
Adhemerval Zanella
2021-04-15
2
-1
/
+96
*
time: Add gmtime/gmtime_r tests
Adhemerval Zanella
2021-04-15
2
-1
/
+125
*
time: Add getitimer and setitimer basic tests
Adhemerval Zanella
2021-04-15
2
-1
/
+176
*
Support for multiple versions in versioned_symbol, compat_symbol
Florian Weimer
2021-03-25
5
-10
/
+5
*
tst: Add test for settimeofday
Lukasz Majewski
2021-03-08
2
-1
/
+57
*
tst: Add test for clock_settime
Lukasz Majewski
2021-03-08
2
-1
/
+46
[next]