Richard Stallman writes:
> [[[ To any NSA and FBI agents reading my email: please consider]]]
> [[[ whether defending the US Constitution against all enemies, ]]]
> [[[ foreign or domestic, requires you to follow Snowden's example. ]]]
>
> I am amazed that such old addresses are still fou
Bruno Haible writes:
> Hi Po Lu,
>
>> This new release of the Android NDK defines timezone_t in time.h whether
>> or not it defines the related tzalloc and localtime_rz extensions, which
>> being new APIs are controlled by __ANDROID_API__ as expected.
>> Consequently, when building for earlier An
Hi Po Lu,
> This new release of the Android NDK defines timezone_t in time.h whether
> or not it defines the related tzalloc and localtime_rz extensions, which
> being new APIs are controlled by __ANDROID_API__ as expected.
> Consequently, when building for earlier Android releases with this NDK,
Eric Gallager wrote:
> One thing I'd note here would be to review the odd way macOS version
> numbers (fail to) align these days; I'm still on Big Sur, which has
> the function, and is macOS 11, although it would have been macOS 10.16
> under the old versioning scheme. So, make sure you're not gett
On Tue, Sep 3, 2024 at 4:31 PM Bruno Haible wrote:
>
> Hi Eric,
>
> > Hi, I'm writing about gnulib's documentation for pthread_setname_np:
> > https://www.gnu.org/software/gnulib/manual/html_node/pthread_005fsetname_005fnp.html
> > It mentions NetBSD 10.0 as a platform where the function has a
> >
On 2024-09-03 20:43:54 +0200, Simon Josefsson via gnu-prog-discuss wrote:
> I think a regexp like this should cover it all:
>
> (Mass Ave|Massachusetts Ave|Temple Pl|Franklin St|Milk St)
>
> It covers 'Temple Pl' that I couldn't find any occurances for, and 'Milk
> St' for future problems.
The '
Hi GNU webmasters,
What is the process to update the postal addresses in the old GPLv2,
LGPLv2 and LGPLv2.1 license files?
$GNUWWWLICENSES old-licenses/gpl-2.0.txt
$GNUWWWLICENSES old-licenses/gpl-2.0.texi
$GNUWWWLICENSES old-licenses/lgpl-2.1.txt
$GNUWWWLICENSES old-licenses/lgpl-2.1.texi
$GNUWW
Po Lu wrote:
> This new release of the Android NDK ...
Searching in these headers for 'INTRODUCED_IN(35)', I see the following
added functions:
./string.h:154:const char* _Nullable strerrorname_np(int __errno_value)
__INTRODUCED_IN(35);
./sys/epoll.h:104:int epoll_pwait2(int __epoll_fd, struct e