Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitccf2453

Browse files
committed
Sync our copy of the timezone library with IANA release tzcode2016j.
This is a trivial update (consisting in fact only in the addition ofa comment). The point is just to get back to being synced with anofficial release of tzcode, rather than some ad-hoc point in theircommit history, which is where commit1f87181 left it.
1 parent5d80171 commitccf2453

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

‎src/timezone/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ match properly on the old version.
5050
Time Zone code
5151
==============
5252

53-
The code in this directory is currently synced with tzcode release2016c.
53+
The code in this directory is currently synced with tzcode release2016j.
5454
There are many cosmetic (and not so cosmetic) differences from the
5555
original tzcode library, but diffs in the upstream version should usually
5656
be propagated to our version. Here are some notes about that.

‎src/timezone/zic.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3646,6 +3646,11 @@ mkdirs(char const * argname, bool ancestors)
36463646
*/
36473647
if (mkdir(name,MKDIR_UMASK)!=0)
36483648
{
3649+
/*
3650+
* For speed, skip itsdir if errno == EEXIST. Since mkdirs is
3651+
* called only after open fails with ENOENT on a subfile, EEXIST
3652+
* implies itsdir here.
3653+
*/
36493654
interr=errno;
36503655

36513656
if (err!=EEXIST&& !itsdir(name))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp