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>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
time
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix time/tst-cpuclock1 intermitent failures
Lucas A. M. Magalhaes
2020-07-10
1
-30
/
+22
*
Update timezone code from tzcode 2020a
Paul Eggert
2020-05-15
1
-1
/
+1
*
y2038: Export __clock_gettime64 to be usable in other libraries
Lukasz Majewski
2020-05-05
1
-0
/
+1
*
alpha: Fix static gettimeofday symbol
Adhemerval Zanella
2020-02-13
1
-1
/
+3
*
alpha: Use generic gettimeofday implementation
Adhemerval Zanella
2020-02-12
1
-6
/
+0
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
55
-55
/
+55
*
Declare asctime_r, ctime_r, gmtime_r, localtime_r for C2X.
Joseph Myers
2019-11-11
1
-4
/
+4
*
Refactor nanosleep in terms of clock_nanosleep
Adhemerval Zanella
2019-11-06
1
-1
/
+1
*
nptl: Move nanosleep implementation to libc
Adhemerval Zanella
2019-11-06
1
-0
/
+1
*
Sync time/mktime.c with gnulib
Paul Eggert
2019-10-31
1
-1
/
+1
*
Make second argument of gettimeofday as 'void *'
Zack Weinberg
2019-10-30
2
-13
/
+14
*
Use clock_gettime to implement gettimeofday.
Adhemerval Zanella
2019-10-30
1
-10
/
+22
*
Use clock_gettime to implement timespec_get.
Zack Weinberg
2019-10-30
1
-10
/
+4
*
Consolidate and deprecate ftime
Zack Weinberg
2019-10-30
3
-18
/
+18
*
Change most internal uses of time to __clock_gettime.
Adhemerval Zanella
2019-10-30
2
-2
/
+1
*
Use clock_gettime to implement time.
Adhemerval Zanella
2019-10-30
1
-7
/
+6
*
Use clock_settime to implement settimeofday.
Zack Weinberg
2019-10-30
3
-8
/
+52
*
Use clock_settime to implement stime; withdraw stime.
Zack Weinberg
2019-10-30
2
-18
/
+13
*
time: Introduce function to check correctness of nanoseconds value
Lukasz Majewski
2019-10-27
1
-2
/
+1
*
Make tst-strftime2 and tst-strftime3 depend on locale generation
Gabriel F. T. Gomes
2019-10-08
1
-0
/
+2
*
time: Add padding for the timespec if required
Alistair Francis
2019-10-01
1
-0
/
+13
*
Set the expects flags to clock_nanosleep
Adhemerval Zanella
2019-09-25
1
-0
/
+1
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
52
-52
/
+52
*
Finish move of clock_* functions to libc. [BZ #24959]
Zack Weinberg
2019-09-04
11
-2
/
+772
*
Don't use the argument to time.
Zack Weinberg
2019-08-21
2
-2
/
+2
*
Make mktime etc. compatible with __time64_t
Paul Eggert
2019-04-30
3
-32
/
+150
*
time/tst-strftime3.c: Disable snprintf warning.
DJ Delorie
2019-04-03
1
-0
/
+10
*
Add Reiwa era tests to time/tst-strftime3.c
DJ Delorie
2019-04-02
1
-1
/
+57
*
ja_JP locale: Add entry for the new Japanese era [BZ #22964]
TAMUKI Shoichi
2019-04-02
1
-5
/
+8
*
time: Add tests for Minguo calendar [BZ #24293]
TAMUKI Shoichi
2019-04-02
2
-8
/
+37
*
time/tst-strftime2.c: Make the file easier to maintain
TAMUKI Shoichi
2019-04-02
1
-40
/
+73
*
Fix strptime era handling, add more strftime tests [BZ #24394]
DJ Delorie
2019-04-01
3
-3
/
+466
*
* time/mktime.c: Update obsolete URL in comment.
Paul Eggert
2019-03-17
1
-1
/
+1
*
Add some spaces before '('.
Joseph Myers
2019-02-27
1
-1
/
+1
*
Break more lines before not after operators.
Joseph Myers
2019-02-25
1
-3
/
+3
*
Break some lines before not after operators.
Joseph Myers
2019-02-22
5
-16
/
+16
*
Fix a few whitespace arrangement inconsistencies in time/strftime_l.c
TAMUKI Shoichi
2019-02-11
1
-3
/
+3
*
tst-strftime2: Use array_length macros instead of magic numbers
TAMUKI Shoichi
2019-02-08
1
-1
/
+2
*
time: Avoid alignment gaps in __tzfile_read
Florian Weimer
2019-02-04
1
-30
/
+27
*
time: Use struct alloc_buffer in __tzfile_read
Florian Weimer
2019-02-03
1
-49
/
+50
*
time: Use int, not long int, for internal GMT offsets
Florian Weimer
2019-02-03
2
-7
/
+7
*
strftime: Pass the additional flags from "%EY" to "%Ey" [BZ #24096]
TAMUKI Shoichi
2019-01-24
3
-9
/
+146
*
strftime: Set the default width of "%Ey" to 2 [BZ #23758]
TAMUKI Shoichi
2019-01-24
1
-1
/
+1
*
Fix a few typos in comments
Dmitry V. Levin
2019-01-12
1
-1
/
+1
*
strftime: Consequently use the "L_" macro with character literals
TAMUKI Shoichi
2019-01-11
1
-3
/
+3
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
43
-43
/
+43
*
Y2038: make __difftime compatible with 64-bit time
Albert ARIBAUD (3ADEV)
2018-12-20
1
-9
/
+24
*
Y2038: add function __ctime64_r
Albert ARIBAUD (3ADEV)
2018-12-18
1
-2
/
+17
*
Y2038: add function __ctime64
Albert ARIBAUD (3ADEV)
2018-12-18
1
-2
/
+17
*
Y2038: add function __gmtime64_r
Albert ARIBAUD (3ADEV)
2018-12-18
1
-1
/
+17
[next]