[PATCH] localtime-buffer: Prevent rpl_gmtime and rpl_localtime from calling themselves

2017-07-06 Thread Akash Rawal
Hello everyone, I found this issue when building for MinGW. rpl_gmtime is calling itself unconditionally. Regards, Akash Rawal >From caf5855848ac121fcba90b978b2200a74bfde2c8 Mon Sep 17 00:00:00 2001 From: Akash Rawal Date: Fri, 7 Jul 2017 09:50:32 +0530 Subject: [PATCH] localtime-buf

Re: * lib/select.c: Make select() multi-thread safe in windows

2017-05-24 Thread Akash Rawal
Gisle Vanem wrote: > AFAICS, you could use the stuff in > /lib/glthread/*.c Thanks a lot I was looking for something like this. Please let me know if I am missing anything else. Regards, Akash Rawal >From 40fc0f1cbc5184fca75fb955313caa8de430a2b2 Mon Sep 17 00:00:00 2001 From: Akash Ra

* lib/select.c: Make select() multi-thread safe in windows

2017-05-24 Thread Akash Rawal
() invocation with the fd that received an event often remains blocked and some other select() invocation returns. Please let me know what you think of this patch. Regards, Akash Rawal >From 06a3b6cf0f4f9a7599a5595ebde73c1425025a5c Mon Sep 17 00:00:00 2001 From: Akash Rawal Date: Wed, 24 May 2017

Question about build-aux/bootstrap regarding $(...)

2017-05-16 Thread Akash Rawal
Hello everyone, I observed that build-aux/bootstrap uses $(command) for command substitution which is known to be less portable than `command`.[1] Is it on purpose? Thanks in advance. Regards, Akash Rawal. [1] https://www.gnu.org/software/autoconf/manual/autoconf-2.63/html_node/Shell