[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 09/14] utimes: detect utimes() correctly on OS/2 kLIBC
From: |
KO Myung-Hun |
Subject: |
Re: [PATCH 09/14] utimes: detect utimes() correctly on OS/2 kLIBC |
Date: |
Thu, 01 Jan 2015 11:05:10 +0900 |
User-agent: |
Mozilla/5.0 (OS/2; Warp 4.5; rv:10.0.6esrpre) Gecko/20120715 Firefox/10.0.6esrpre SeaMonkey/2.7.2 |
KO Myung-Hun wrote:
> utimes() of OS/2 kLIBC has some limitations.
>
> 1. OS/2 itself supports a file date since 1980 year.
> 2. OS/2 itself supports even seconds for a file time.
> 3. utimes() of OS/2 kLIBC does not work on an opened file.
>
> * m4/utimes.m4: Detect utimes() correctly on OS/2 kLIBC.
> ---
> m4/utimes.m4 | 13 ++++++++++---
> 1 file changed, 10 insertions(+), 3 deletions(-)
>
Updated to consider local time correctly.
--
KO Myung-Hun
Using Mozilla SeaMonkey 2.7.2
Under OS/2 Warp 4 for Korean with FixPak #15
In VirtualBox v4.1.32 on Intel Core i7-3615QM 2.30GHz with 8GB RAM
Korean OS/2 User Community : http://www.ecomstation.co.kr
0001-utimes-detect-utimes-correctly-on-OS-2-kLIBC.patch
Description: Text document
- Re: [PATCH 03/14] relocatable: support UNIXROOT in relocate() on EMX, (continued)
[PATCH 04/14] binary-io: don't put fd in binary mode if it is a console on EMX, KO Myung-Hun, 2014/12/08
[PATCH 05/14] pipe-filter-aux: undefine HAVE_SELECT on KLIBC, KO Myung-Hun, 2014/12/08
[PATCH 06/14] w32spawn: clear SHELL_SPECIAL_CHARS and SHELL_SPACE_CHAR on OS/2 kLIBC, KO Myung-Hun, 2014/12/08
[PATCH 07/14] getdtablesize: do not use getrlimit() on OS/2 kLIBC, KO Myung-Hun, 2014/12/08
[PATCH 08/14] wcwidth: fix 'conflicting types' error for `__wcwidth' on OS/2 kLIBC, KO Myung-Hun, 2014/12/08
[PATCH 09/14] utimes: detect utimes() correctly on OS/2 kLIBC, KO Myung-Hun, 2014/12/08
- Re: [PATCH 09/14] utimes: detect utimes() correctly on OS/2 kLIBC,
KO Myung-Hun <=
[PATCH 10/14] gnulib-tool: fall back into copy if symbolic link is not supported, KO Myung-Hun, 2014/12/08
[PATCH 11/14] pipe_filter_ii_execute: port to OS/2 kLIBC, KO Myung-Hun, 2014/12/08
[PATCH 12/14] save_cwd: save/restore all CWDs of each drive on EMX, KO Myung-Hun, 2014/12/08
[PATCH 13/14] dup, dup2, fcntl: support a directory fd on OS/2 kLIBC, KO Myung-Hun, 2014/12/08
[PATCH 14/14] opendir, closedir, dirfd, fdopendir: port to OS/2 kLIBC, KO Myung-Hun, 2014/12/08