On 2021-06-12 14:45, Pavel M via Cygwin wrote:
Sample code (t903.c):
#include
int main(void)
{
printf("%.43f\n", 0x1.52f8a8e32e982p-140);
return 0;
}
Invocations:
# gcc on Windows 10 (Cygwin)
$ gcc t903.c -Wall -Wextra -std=c11 -pedantic -Wfatal-errors && ./a.exe
0.000
Version 3.2-1 of "weechat" has been uploaded.
ChangeLog:
https://weechat.org/files/changelog/ChangeLog-3.2.html
DESCRIPTION
WeeChat is a fast, light and extensible chat client. It runs on many platforms
like Linux, Unix, BSD, GNU Hurd, Mac OS X and Windows (bash/ubuntu and
cygwin).
HOMEPAGE
htt
The following packages have been uploaded in the Cygwin distribution:
* lua-lxp-1.3.3p3-1
* lua-lxp-1.3.3p3-1-src
* lua-lxp-debuginfo-1.3.3p3-1
This is an update to the latest upstream.
Compiled for Lua 5.3 as before (not for Lua 5.4).
Note: The latest upstream of lua-lxp is lualxp 1.3.3 and it
The following new packages have been uploaded in the Cygwin distribution:
* lua-logging-1.5.1-1
* lua-logging-1.5.1-1-src
This is an update to the latest upstream release.
Compiled for Lua 5.3 as before (not for Lua 5.4)
--
SUMMARY: Lua logging library
DESCRIPTION:
LuaLogging provides a simple
Pavel M via Cygwin writes:
> Sample code (t903.c):
> #include
> int main(void)
> {
> printf("%.43f\n", 0x1.52f8a8e32e982p-140);
> return 0;
> }
>
> Invocations:
> # gcc on Windows 10 (Cygwin)
> $ gcc t903.c -Wall -Wextra -std=c11 -pedantic -Wfatal-errors && ./a.exe
> 0.
5 matches
Mail list logo