Добро пожаловать, Гость. Пожалуйста авторизуйтесь здесь.
FGHIGate на GaNJa NeTWoRK ST@Ti0N - Просмотр сообщения в эхоконференции RU.HUSKY
Введите FGHI ссылку:


Присутствуют сообщения из эхоконференции RU.HUSKY с датами от 16 Jul 13 10:00:06 до 14 Jun 24 23:49:14, всего сообщений: 5324
Ответить на сообщение К списку сообщений Предыдущее сообщение Следующее сообщение
= Сообщение: 4780 из 5324 ========================================= RU.HUSKY =
От   : husky inspector                  2:5020/1042.3      09 Feb 22 01:00:18
Кому : All                                                 09 Feb 22 01:00:18
Тема : Changes in husky sources
FGHI : area://RU.HUSKY?msgid=2:5020/1042.3+6202e7f2
= Кодировка сообщения определена как: ASCII ==================================
==============================================================================
Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
        (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken
===========================
fidoconf:
one may use both gcc and clang for linking
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2022-02-08 23:05:48 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M Makefile
===========================
fidoconf:
change the build of the dynamic library
to take into account the build on Windows

Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2022-02-08 20:49:45 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M Makefile
===========================
hpt:
"#undef link" when USE_PERLIO is defined
to prevent applying the macro from XSUB.h converting "link"
to "PerlLIO_link"

Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2022-02-08 20:50:10 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M src/perl.c
===========================
hpt:
MINGW has no "sys/wait.h"
therefore, we should not #include <sys/wait.h>

Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2022-02-08 20:50:10 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M src/perl.c
===========================
hpt:
MINGW already has "SetConsoleTitleA" declaration
and it is not necessary to repeat it in hpt/h/fcommon.h

Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2022-02-08 20:50:10 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M h/fcommon.h
===========================
hpt:
exclude "perl.c" if PERL != 1
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2022-02-08 11:03:37 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M Makefile
===========================
huskybse:
use POSIX shell parameter expansion
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2022-02-08 21:45:53 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M script/build.sh
===========================
huskybse:
change the debug option to "-Og"
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2022-02-08 21:18:16 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M huskymak.cfg
M huskymak.cfg.bsd
M huskymak.cfg.macos
===========================
huskybse:
delete excessive compiler setting
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2022-02-08 21:12:43 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M huskymak.cfg
M huskymak.rpm.cfg
===========================
huskybse:
update the scripts for MINGW platform
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2022-02-08 20:51:05 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
A huskymak.cfg.mgw
M script/build.sh
M script/init_build
===========================
huskybse:
print "Trying to update" for every subproject
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2022-02-08 20:51:05 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M Makefile
===========================
huskybse:
issue the "error" if LIBDIR not defined
only for the case of DYNLIBS=1

Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2022-02-08 20:51:05 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M Makefile
===========================
huskybse:
check if Module::Build is installed
and not for a line from the doc

Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2022-02-08 20:51:05 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M Makefile
===========================
hptzip:
one may use both gcc and clang for linking
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2022-02-08 23:06:45 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M Makefile
===========================
hptzip:
change the static and dynamic libraries build
to take into account the build on Windows

Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2022-02-08 20:50:37 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M Makefile
===========================
hptzip:
put tmu_date.tm_sec as an argument of unused()
since unused() can accept only a scalar argument and not a struct

Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2022-02-08 20:50:37 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M src/hptzip.c
===========================
hptzip:
put curly brackets
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2022-02-08 20:50:37 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M src/hptzip.c
===========================
huskylib:
one may use both gcc and clang for linking
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2022-02-08 23:07:23 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M Makefile
===========================
huskylib:
define "farread" and "farwrite" when USE_PERLIO
is defined

Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2022-02-08 20:51:31 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M huskylib/MINGW32.h
===========================
huskylib:
change the build of the dynamic library
to take into account the build on Windows

Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2022-02-08 20:51:31 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M Makefile
===========================
areafix:
one may use both gcc and clang for linking
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2022-02-08 23:04:37 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M Makefile
===========================
areafix:
change the build of the dynamic library
to take into account the build on Windows

Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2022-02-08 20:49:23 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M Makefile
===========================
smapi:
one may use both gcc and clang for linking
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2022-02-08 23:08:02 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M Makefile
===========================
smapi:
change the build of the dynamic library
to take into account the build on Windows

Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2022-02-08 20:51:56 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M Makefile
--- hpt/lnx 1.9.0
* Origin: Moscow, Russia (2:5020/1042.3)

К главной странице гейта
Powered by NoSFeRaTU`s FGHIGate
Открытие страницы: 0.058969 секунды