aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2021-09-17 09:18:58 +0100
committerRon Yorston <rmy@pobox.com>2021-09-17 11:41:25 +0100
commit9e16eecc70020e9a603d637f6a8fdfc7c95c30e1 (patch)
tree5700c068c09ad6028551449c2c9deac13b5c3b32 /configs
parent46299d0c4f4c9a4bbad38bbbe26f196e1bccdc52 (diff)
downloadbusybox-w32-9e16eecc70020e9a603d637f6a8fdfc7c95c30e1.tar.gz
busybox-w32-9e16eecc70020e9a603d637f6a8fdfc7c95c30e1.tar.bz2
busybox-w32-9e16eecc70020e9a603d637f6a8fdfc7c95c30e1.zip
win32: changes to allow timezones in dates
Create mingw_strptime() to return timezone offset as a separate argument (since Microsoft's struct tm doesn't have the required member). Import timegm() from musl. Update parse_datestr() to use mingw_strptime(). Enable FEATURE_TIMEZONE in the default configuration. GitHub issue #230.
Diffstat (limited to 'configs')
-rw-r--r--configs/mingw32_defconfig4
-rw-r--r--configs/mingw64_defconfig4
2 files changed, 4 insertions, 4 deletions
diff --git a/configs/mingw32_defconfig b/configs/mingw32_defconfig
index 0882741d5..195020151 100644
--- a/configs/mingw32_defconfig
+++ b/configs/mingw32_defconfig
@@ -1,7 +1,7 @@
1# 1#
2# Automatically generated make config: don't edit 2# Automatically generated make config: don't edit
3# Busybox version: 1.35.0.git 3# Busybox version: 1.35.0.git
4# Fri Sep 10 14:50:08 2021 4# Fri Sep 17 09:17:23 2021
5# 5#
6CONFIG_HAVE_DOT_CONFIG=y 6CONFIG_HAVE_DOT_CONFIG=y
7# CONFIG_PLATFORM_POSIX is not set 7# CONFIG_PLATFORM_POSIX is not set
@@ -147,7 +147,7 @@ CONFIG_FEATURE_COPYBUF_KB=4
147# CONFIG_MONOTONIC_SYSCALL is not set 147# CONFIG_MONOTONIC_SYSCALL is not set
148# CONFIG_IOCTL_HEX2STR_ERROR is not set 148# CONFIG_IOCTL_HEX2STR_ERROR is not set
149# CONFIG_FEATURE_HWIB is not set 149# CONFIG_FEATURE_HWIB is not set
150# CONFIG_FEATURE_TIMEZONE is not set 150CONFIG_FEATURE_TIMEZONE=y
151 151
152# 152#
153# Applets 153# Applets
diff --git a/configs/mingw64_defconfig b/configs/mingw64_defconfig
index 358d19d4e..aa704fe75 100644
--- a/configs/mingw64_defconfig
+++ b/configs/mingw64_defconfig
@@ -1,7 +1,7 @@
1# 1#
2# Automatically generated make config: don't edit 2# Automatically generated make config: don't edit
3# Busybox version: 1.35.0.git 3# Busybox version: 1.35.0.git
4# Fri Sep 10 14:50:08 2021 4# Fri Sep 17 09:17:23 2021
5# 5#
6CONFIG_HAVE_DOT_CONFIG=y 6CONFIG_HAVE_DOT_CONFIG=y
7# CONFIG_PLATFORM_POSIX is not set 7# CONFIG_PLATFORM_POSIX is not set
@@ -147,7 +147,7 @@ CONFIG_FEATURE_COPYBUF_KB=4
147# CONFIG_MONOTONIC_SYSCALL is not set 147# CONFIG_MONOTONIC_SYSCALL is not set
148# CONFIG_IOCTL_HEX2STR_ERROR is not set 148# CONFIG_IOCTL_HEX2STR_ERROR is not set
149# CONFIG_FEATURE_HWIB is not set 149# CONFIG_FEATURE_HWIB is not set
150# CONFIG_FEATURE_TIMEZONE is not set 150CONFIG_FEATURE_TIMEZONE=y
151 151
152# 152#
153# Applets 153# Applets