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
/
mktime.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
1
-1
/
+1
*
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
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2022-01-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
1
-1
/
+1
*
Sync mktime.c from Gnulib
Paul Eggert
2020-08-04
1
-3
/
+3
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
1
-1
/
+1
*
Sync time/mktime.c with gnulib
Paul Eggert
2019-10-31
1
-1
/
+1
*
Make mktime etc. compatible with __time64_t
Paul Eggert
2019-04-30
1
-27
/
+44
*
* time/mktime.c: Update obsolete URL in comment.
Paul Eggert
2019-03-17
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
1
-1
/
+1
*
mktime: DEBUG_MKTIME cleanup
Paul Eggert
2018-11-15
1
-160
/
+2
*
mktime: fix non-EOVERFLOW errno handling
Paul Eggert
2018-11-15
1
-98
/
+99
*
mktime: fix bug with Y2038 DST transition
Paul Eggert
2018-11-15
1
-1
/
+3
*
mktime: make more room for overflow
Paul Eggert
2018-11-15
1
-9
/
+11
*
mktime: simplify offset guess
Paul Eggert
2018-11-15
1
-3
/
+3
*
mktime: fix EOVERFLOW bug
Paul Eggert
2018-11-15
1
-7
/
+19
*
mktime fix for Gnulib + coreutils
Paul Eggert
2018-10-08
1
-1
/
+1
*
Merge mktime, timegm from upstream Gnulib
Paul Eggert
2018-09-19
1
-298
/
+247
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
1
-1
/
+1
*
Fix build failures with -DDEBUG.
Martin Sebor
2016-01-15
1
-6
/
+6
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-01-04
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
1
-1
/
+1
*
Sync up mktime with gnulib
Paul Eggert
2014-06-28
1
-2
/
+2
*
Remove inline keyword from leapyear function
Siddhesh Poyarekar
2014-06-27
1
-1
/
+1
*
Update copyright notices with scripts/update-copyrights
Allan McRae
2014-01-01
1
-1
/
+1
*
Remove lots of inline keywords.
Roland McGrath
2013-02-07
1
-1
/
+1
*
Update copyright notices with scripts/update-copyrights.
Joseph Myers
2013-01-02
1
-1
/
+1
*
mktime: avoid signed integer overflow
Paul Eggert
2012-05-23
1
-4
/
+4
*
mktime: simplify computation of average
Paul Eggert
2012-05-23
1
-3
/
+1
*
mktime: do not assume signed right shift propagates sign bit
Paul Eggert
2012-05-23
1
-6
/
+12
*
mktime: merge another wrapv change from gnulib
Paul Eggert
2012-05-23
1
-1
/
+1
*
mktime: remove incorrect attempt at unusual arithmetics
Paul Eggert
2012-05-23
1
-9
/
+6
*
mktime: check signed shifts on long_int and time_t, too
Paul Eggert
2012-05-23
1
-3
/
+5
*
mktime: do not assume 'long' is wide enough
Paul Eggert
2012-05-23
1
-12
/
+18
*
mktime: merge wrapv change from gnulib
Paul Eggert
2012-05-23
1
-25
/
+90
*
Update copyright years for time/mktime.c
H.J. Lu
2012-05-22
1
-1
/
+1
*
mktime: merge comment-quoting-style change from gnulib
Paul Eggert
2012-05-22
1
-3
/
+3
*
time/mktime.c (compile-command): Add "-I."
Paul Eggert
2012-05-22
1
-1
/
+1
*
mktime: merge mktime-internal.h change from gnulib
Paul Eggert
2012-05-22
1
-0
/
+1
*
mktime: merge time_r change from gnulib
Paul Eggert
2012-05-22
1
-2
/
+1
*
mktime: merge DEBUG change from gnulib
Paul Eggert
2012-05-22
1
-0
/
+1
*
mktime: merge <sys/types.h> change from gnulib
Paul Eggert
2012-05-22
1
-1
/
+0
*
mktime: merge HAVE_CONFIG_H change from gnulib
Paul Eggert
2012-05-22
1
-1
/
+1
*
Replace FSF snail mail address with URLs.
Paul Eggert
2012-02-09
1
-3
/
+2
*
(__mktime_internal): Normalize tp->tm_isdst value.
Ulrich Drepper
2008-07-06
1
-2
/
+4
*
* time/bug-getdate1.c (do_test): Don't use century values which
Ulrich Drepper
2007-12-12
1
-2
/
+2
*
[BZ #2821]
cvs/fedora-glibc-20060910T1832
Ulrich Drepper
2006-09-09
1
-5
/
+6
*
[BZ #1033, BZ #1061]
Roland McGrath
2005-09-08
1
-20
/
+40
[next]