KO Myung-Hun wrote:
>
> 0001-opendir-closedir-dirfd-fdopendir-port-to-OS-2-kLIBC.patch
>
Updated.
--
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:
Bruce Korb writes:
> Since gnulib advertises itself as having the most up-to-the-second
> gettext, it seemed mighty odd that my installed version had a
> more recent version number than that of gnulib. Oh, well, your
> patch worked just fine. I now use my installed gettext and it
> is likely to
Pádraig Brady wrote:
BTW if free() may reset errno on some platforms then it's
probably worth augmenting the gnulib free() wrapper
to restore errno if needed,
The documented GNU behavior for 'free' allows 'free' to set errno, right? So
why should the corresponding gnulib wrapper guarantee beh
On 12/06/14 15:05, Daiki Ueno wrote:
Looking at sharutils/bootstrap, it invokes autopoint before gnulib-tool
--import, and then pulls the 'gettext' module from Gnulib. That means
intl.m4 and po.m4 will be replaced with Gnulib's version.
I tried the attached patch and it seems to work.
Yes, it
Paul Eggert wrote:
> KO Myung-Hun wrote:
>> +#if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ ||
>> defined __KLIBC__
>
> This patch also has some lines that are too long and should be broken up.
Fixed.
--
KO Myung-Hun
Using Mozilla SeaMonkey 2.7.2
Under OS/2 Warp 4 for Kore
Paul Eggert wrote:
> On 12/02/2014 07:11 AM, Eric Blake wrote:
>> we should probably try to figure out a workaround for broken dup()
>
> Yes, that sounds like it'd be a win. The dup module is already a
> prerequisite for fts, so presumably all we need to do is fix the dup
> module.
Fixed.
--
On OS/2, there are maximum 26 CWDs, one CWD per drive[A to Z]. So
it is needed to save and restore all of them as well as a CWD of a
current drive.
For examples,
1. CWD is C:\CWD
2. Call save_cwd()
3. Change drive to drive D: whose CWD was D:\
4. Change directory to D:\CWD
5. Now, CWD i