• Changes in husky sources

    From husky inspector@2:5020/1042.3 to All on Fri May 7 01:00:16 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    util:
    die if cannot copy or unlink a file
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-05-06 21:45:26 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Husky-Rmfiles/t/10_report.t
    ===========================
    util:
    add "origin"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-05-06 21:40:55 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Husky-Rmfiles/t/fido/cfg/23_report.cfg
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Sat May 15 01:00:20 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    hpt:
    accommodate to 4-digit year - thanks to Nil Alexandrov 2:5015/46; do not count posted netmail; exclude "with subject:..."
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-05-14 17:57:55 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M misc/hptlogstat.pl
    ===========================
    htick:
    accommodate to 4-digit year - thanks to Nil Alexandrov 2:5015/46; count files with not specified size
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-05-14 19:55:41 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M misc/st_htick.pl
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Sun May 16 01:00:16 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    hpt:
    replace LL_EXEC with LL_BUNDLE where there is no exec()
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-05-15 20:27:22 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M cvsdate.h
    M hpt.spec
    M misc/hptlogstat.pl
    M src/toss.c
    ===========================
    htick:
    replace LL_EXEC with LL_BUNDLE where there is no exec()
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-05-15 20:28:28 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M src/add_desc.c
    ===========================
    htick:
    "not specified" size is no more present in htick log
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-05-15 11:18:05 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M misc/st_htick.pl
    ===========================
    htick:
    reformat some comments
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-05-15 11:14:24 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M cvsdate.h
    M htick.spec
    M src/toss.c
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From Max Vasilyev@2:5057/77 to Andrew Clarke on Mon May 17 23:42:24 2021
    Hello husky!

    05 Apr 21 01:00, you wrote to All:

    huskylib:
    old versions of MSVC need strnlen()
    Author: Andrew Clarke <mail@ozzmosis.com>
    Date: 2021-04-04 17:04:32 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M huskylib/MSVC.h
    MSVC6 won't compile with huskybse\win32\makeall.mvc :
    Create ../../Release/bin/tpkt.exe...
    pktwrite.obj : error LNK2001: unresolved external symbol _strnlen ../../Release/bin/tpkt.exe : fatal error LNK1120: 1 unresolved externals


    WBR, Max. piwamoto!»¿ßѼ-¡ÑΓ
    --- ߬πτáε »« FleetStreet'π :-(((
    * Origin: Personal Reality (2:5057/77)
  • From andrew clarke@3:633/267 to Max Vasilyev on Wed May 19 10:59:13 2021
    On 2021-05-17 23:42:24, Max Vasilyev (2:5057/77) wrote to Andrew Clarke:

    huskylib:
    old versions of MSVC need strnlen()
    Author: Andrew Clarke <mail@ozzmosis.com>
    Date: 2021-04-04 17:04:32 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M huskylib/MSVC.h
    MSVC6 won't compile with huskybse\win32\makeall.mvc :
    Create ../../Release/bin/tpkt.exe...
    pktwrite.obj : error LNK2001: unresolved external symbol _strnlen ../../Release/bin/tpkt.exe : fatal error LNK1120: 1 unresolved externals

    This works:

    @echo off

    cd huskylib\make
    nmake -f makefile.mvc clean all
    cd ..\..

    cd smapi\make
    nmake -f makefile.mvc clean all
    cd ..\..

    cd fidoconf\make
    nmake -f makefile.mvc clean all
    cd ..\..

    cd areafix\make
    nmake -f makefile.mvc clean all
    cd ..\..

    cd hpt\make
    nmake -f makefile.mvc clean all
    cd ..\..

    --- GoldED+/BSD 1.1.5-b20180707
    * Origin: Blizzard of Ozz, Melbourne, Victoria, Australia (3:633/267)
  • From husky inspector@2:5020/1042.3 to All on Fri May 21 01:00:16 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskybse:
    change the default CFGDIR and INFODIR
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-05-20 21:13:21 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M huskymak.cfg
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From Max Vasilyev@2:5057/77 to andrew clarke on Fri May 21 08:51:12 2021
    Hello andrew!

    19 May 21 10:59, you wrote to me:

    huskylib:
    old versions of MSVC need strnlen()
    Author: Andrew Clarke <mail@ozzmosis.com>
    Date: 2021-04-04 17:04:32 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M huskylib/MSVC.h
    MSVC6 won't compile with huskybse\win32\makeall.mvc :
    Create ../../Release/bin/tpkt.exe...
    pktwrite.obj : error LNK2001: unresolved external symbol _strnlen
    ../../Release/bin/tpkt.exe : fatal error LNK1120: 1 unresolved
    externals
    This works:
    Only for static compilation.
    You've broke DYNLIBS=1 compilation.
    If you add something to huskylib, make it HUSKYEXT.

    WBR, Max. piwamoto!»¿ßѼ-¡ÑΓ
    --- ߬πτáε »« FleetStreet'π :-(((
    * Origin: Personal Reality (2:5057/77)
  • From husky inspector@2:5020/1042.3 to All on Sat May 22 01:00:16 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    fidoconf:
    reformat "parseline_tokens"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-05-21 21:45:37 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M fidoconf/tokens.h
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Sun May 23 01:00:16 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    fidoconf:
    Add handling of daily nodelists
    Author: Fabio Bizzi <62342516+Ventresca68@users.noreply.github.com>
    Date: 2021-05-22 19:05:21 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M fidoconf/fidoconf.h
    M src/line.c
    M src/tparser.c
    ===========================
    fidoconf:
    add "dailynodelist"
    Author: Fabio Bizzi <62342516+Ventresca68@users.noreply.github.com>
    Date: 2021-05-22 15:08:44 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M fidoconf/tokens.h
    ===========================
    nltools:
    Add handling of daily nodelists
    Author: Ventresca68 <bizzi@bizzi.org>
    Author: Fabio Bizzi <62342516+Ventresca68@users.noreply.github.com>
    Date: 2021-05-22 20:40:06 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M src/nlupdate.c
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From Tommi Koivula@2:221/1 to husky inspector on Sun May 23 11:19:42 2021

    22 May 21 01:00, husky inspector wrote to All:

    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    fidoconf:
    reformat "parseline_tokens"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-05-21 21:45:37 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M fidoconf/tokens.h

    Now I get this when running any of hpt, htick, tparser, linked...

    === Cut ===
    Warning: Token array is not bsearchable. This will result in a performance penalty. The offending token is: ticpwd
    === Cut ===

    'Tommi

    ---
    * Origin: rbb.fidonet.fi (2:221/1)
  • From Tommi Koivula@2:221/1 to husky inspector on Sun May 23 11:23:12 2021

    M fidoconf/tokens.h

    Now I get this when running any of hpt, htick, tparser, linked...

    === Cut ===
    Warning: Token array is not bsearchable. This will result in a performance penalty. The offending token is: ticpwd
    === Cut ===

    'Tommi

    ---
    * Origin: rbb.fidonet.fi (2:221/1)
  • From Fabio Bizzi@2:335/364.3 to Tommi Koivula on Sun May 23 11:11:15 2021
    Hello, Tommi Koivula.
    On 23/05/21 11:23 you wrote:

    M fidoconf/tokens.h
    Now I get this when running any of hpt, htick, tparser, linked...
    === Cut === Warning: Token array is not bsearchable. This will
    result in a performance penalty. The offending token is: ticpwd
    === Cut ===

    Got it, that token is not in alphabetical order, I'll fix it as soon as I can (maybe tomorrow, now I'm ot for the weekend) or maybe Michael could do it sooner. :)

    I have, also, to add the documentation for the new token/functionality. ;)

    --
    Ciao.
    Fabio.
    --- Hotdoged/2.13.5/Android
    * Origin: ]\/[imac Boss Android Point (2:335/364.3)
  • From Angel Ripoll@2:341/66 to Tommi Koivula on Sun May 23 10:44:44 2021
    Hola Tommi!

    23 May 21 11:23, Tommi Koivula dijo a husky inspector:


    M fidoconf/tokens.h

    Now I get this when running any of hpt, htick, tparser, linked...

    === Cut ===
    Warning: Token array is not bsearchable. This will result in a performance penalty. The offending token is: ticpwd
    === Cut ===

    +1

    Un saludo,
    Angel Ripoll
    aripoll @ zruspas.org
    --- GoldED+/LNX 1.1.5-b20180707 + HPT 1.9 + Binkd 1.1 en Debian
    * Origin: Synchronet - bbs.zruspas.org - Zruspa's BBS - (2:341/66)
  • From Michael Dukelsky@2:5020/1042 to Tommi Koivula on Sun May 23 13:53:56 2021
    Hello Tommi,

    Sunday May 23 2021, Tommi Koivula wrote to husky inspector:

    M fidoconf/tokens.h

    Now I get this when running any of hpt, htick, tparser, linked...

    === Cut ===
    Warning: Token array is not bsearchable. This will result in a
    performance penalty. The offending token is: ticpwd
    === Cut ===

    Fixed.

    Michael

    ... node (at) f1042 (dot) ru
    --- GoldED+/LNX 1.1.5-b20180707
    * Origin: Moscow, Russia (2:5020/1042)
  • From Fabio Bizzi@2:335/364.3 to Michael Dukelsky on Sun May 23 13:53:33 2021
    Hello, Michael Dukelsky.
    On 23/05/21 13:53 you wrote:

    M fidoconf/tokens.h
    Now I get this when running any of hpt, htick, tparser, linked...
    === Cut === Warning: Token array is not bsearchable. This will
    result in a performance penalty. The offending token is: ticpwd
    === Cut ===
    Fixed. Michael

    Thank you Michael, now I have only to write the docs. :)

    --
    Ciao.
    Fabio.
    --- Hotdoged/2.13.5/Android
    * Origin: ]\/[imac Boss Android Point (2:335/364.3)
  • From Tommi Koivula@2:221/1.911 to Michael Dukelsky on Sun May 23 15:32:18 2021
    Hello, Michael Dukelsky.
    On 23/05/2021 13.53 you wrote:

    Hello Tommi,
    Sunday May 23 2021, Tommi Koivula wrote to husky inspector:
    M fidoconf/tokens.h
    Now I get this when running any of hpt, htick, tparser, linked...
    === Cut ===
    Warning: Token array is not bsearchable. This will result in a
    performance penalty. The offending token is: ticpwd
    === Cut ===
    Fixed.

    +1

    Tommi
    --- Hotdoged/2.13.5/Android
    * Origin: .911 (2:221/1.911)
  • From Tommi Koivula@2:221/1.911 to Fabio Bizzi on Sun May 23 15:32:55 2021
    Hello, Fabio Bizzi.
    On 23/05/2021 13.53 you wrote:

    Hello, Michael Dukelsky.
    On 23/05/21 13:53 you wrote:
    M fidoconf/tokens.h
    Now I get this when running any of hpt, htick, tparser, linked...
    === Cut === Warning: Token array is not bsearchable. This will
    result in a performance penalty. The offending token is: ticpwd
    === Cut ===
    Fixed. Michael
    Thank you Michael, now I have only to write the docs. :)

    +2 :)

    Tommi
    --- Hotdoged/2.13.5/Android
    * Origin: .911 (2:221/1.911)
  • From Angel Ripoll@2:341/66 to Tommi Koivula on Sun May 23 17:44:48 2021
    Hola Tommi!

    23 May 21 15:32, Tommi Koivula dijo a Michael Dukelsky:

    Hello, Michael Dukelsky.
    On 23/05/2021 13.53 you wrote:

    Hello Tommi,
    Sunday May 23 2021, Tommi Koivula wrote to husky inspector:
    M fidoconf/tokens.h
    Now I get this when running any of hpt, htick, tparser, linked...
    === Cut ===
    Warning: Token array is not bsearchable. This will result in a
    performance penalty. The offending token is: ticpwd
    === Cut ===
    Fixed.

    +1

    +2

    Un saludo,
    Angel Ripoll
    aripoll @ zruspas.org
    --- GoldED+/LNX 1.1.5-b20180707 + HPT 1.9 + Binkd 1.1 en Debian
    * Origin: Synchronet - bbs.zruspas.org - Zruspa's BBS - (2:341/66)
  • From husky inspector@2:5020/1042.3 to All on Mon May 24 01:00:16 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    fidoconf:
    restore the sorted order of the tokens
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-05-23 13:52:15 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M fidoconf/tokens.h
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Wed May 26 01:00:18 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    fidoconf:
    change documentation after adding "Dailynodelist" statement
    Author: Fabio Bizzi <62342516+Ventresca68@users.noreply.github.com>
    Date: 2021-05-25 17:19:06 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M doc/proposal.texi
    ===========================
    nltools:
    change documentation after adding "Dailynodelist" statement
    Author: Fabio Bizzi <62342516+Ventresca68@users.noreply.github.com>
    Date: 2021-05-25 17:21:58 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M README.md
    M man/nlupdate.1
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Sat May 29 01:00:16 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    msged:
    fix MSGED build for USE_FIDOCONFIG=1
    Author: vasilyevmax <35378045+vasilyevmax@users.noreply.github.com>
    Date: 2021-05-28 20:10:30 +0400
    Committed by: vasilyevmax <35378045+vasilyevmax@users.noreply.github.com> Files:
    M config.h
    ===========================
    huskylib:
    fix DYNLIBS=1 build
    Author: vasilyevmax <35378045+vasilyevmax@users.noreply.github.com>
    Date: 2021-05-28 19:53:10 +0400
    Committed by: vasilyevmax <35378045+vasilyevmax@users.noreply.github.com> Files:
    M huskylib/compiler.h
    M huskylib/strext.h
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Thu Jun 10 01:00:26 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    msged:
    remove inexisting "-fstrength-reduce" option
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-06-09 20:46:34 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M huskymak.cfg
    ===========================
    hptkill:
    remove inexisting "-fstrength-reduce" option
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-06-09 20:38:09 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M huskymak.cfg
    ===========================
    sqpack:
    add "with static" and "with debug"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-06-09 20:55:19 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M sqpack.spec
    ===========================
    sqpack:
    remove inexisting "-fstrength-reduce" option
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-06-09 20:54:57 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M huskymak.cfg
    ===========================
    huskylib:
    remove inexisting "-fstrength-reduce" option
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-06-09 20:45:01 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M huskymak.cfg
    ===========================
    hptsqfix:
    add "with static" and "with debug"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-06-09 20:41:15 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M hptsqfix.spec
    ===========================
    hptsqfix:
    remove inexisting "-fstrength-reduce" option
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-06-09 20:39:48 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M huskymak.cfg
    ===========================
    areafix:
    remove inexisting "-fstrength-reduce" option
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-06-09 20:34:47 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M huskymak.cfg
    ===========================
    smapi:
    remove inexisting "-fstrength-reduce" option
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-06-09 20:53:21 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M huskymak.cfg
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Sun Jun 13 01:00:18 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    fidoconf:
    new feature: config line ending with " \" continues at the next line
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-06-12 22:37:15 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M doc/proposal.texi
    M src/cfg.c
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Fri Jun 18 01:00:22 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskylib:
    add "bool" definition
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-06-17 20:32:23 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M cvsdate.h
    M huskylib.spec
    M huskylib/WATCOMC.h
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Tue Jun 29 01:00:22 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    smapi:
    change the version definition type
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-06-28 12:27:21 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M smapi/msgapi.h
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Mon Jul 5 01:00:20 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskylib:
    add "stdbool.h"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-07-04 17:38:46 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M huskylib/UNIX.h
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Sun Jul 11 01:00:20 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    fidoconf:
    put a point after xref{}
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-07-10 12:08:21 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M doc/fidoconfig.texi
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Tue Jul 13 01:00:20 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    smapi:
    replace VER_* to SMAPI_VER_*
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-07-12 16:09:58 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M smapi/msgapi.h
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Sun Jul 25 01:00:28 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskylib:
    add "bool" definition
    Author: vasilyevmax <35378045+vasilyevmax@users.noreply.github.com>
    Date: 2021-07-24 23:14:40 +0400
    Committed by: vasilyevmax <35378045+vasilyevmax@users.noreply.github.com> Files:
    M cvsdate.h
    M huskylib.spec
    M huskylib/EMX.h
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Thu Jul 29 01:00:20 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskylib:
    put bool definition in one place; thanks to Andrew Clarke 3:633/267
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-07-28 13:36:46 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M huskylib/DJGPP.h
    M huskylib/EMX.h
    M huskylib/MSC.h
    M huskylib/MSVC.h
    M huskylib/UNIX.h
    M huskylib/WATCOMC.h
    M huskylib/compiler.h
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Sat Jul 31 01:00:24 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    fidoconf:
    correct a typo
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-07-30 18:37:47 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M doc/proposal.texi
    ===========================
    fidoconf:
    add a detailed explanation on the lines with continuations
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-07-30 12:15:41 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M doc/proposal.texi
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Wed Aug 4 01:00:28 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    fidoconf:
    remove unnecessary phrase
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-08-03 21:49:14 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M cvsdate.h
    M man/tparser.1
    ===========================
    fidoconf:
    remove reference to sourceforge.net
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-08-03 21:46:46 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M man/fconf2.1
    ===========================
    fidoconf:
    use backslashes for line continuation for the sample config
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-08-03 21:45:00 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M doc/config
    ===========================
    fidoconf:
    replace sample config v1.4 by config v1.9
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-08-03 21:42:43 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M doc/config
    ===========================
    hpt:
    update texinfo.tex from ftp://ftp.gnu.org/gnu/texinfo/texinfo.tex
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-08-03 22:03:13 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M doc/texinfo.tex
    ===========================
    hpt:
    fix hpt.texi
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-08-03 22:01:48 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M cvsdate.h
    M doc/hpt.texi
    ===========================
    htick:
    fix htick.texi
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-08-03 22:09:00 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M cvsdate.h
    M doc/htick.texi
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Wed Aug 18 01:00:34 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    msged:
    update texinfo.tex from ftp://ftp.gnu.org/gnu/texinfo/texinfo.tex
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-08-17 13:22:31 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M cvsdate.h
    M doc/manual/texinfo.tex
    ===========================
    msged:
    fix msged.texi
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-08-17 13:20:06 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M doc/manual/msged.texi
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Fri Aug 27 01:00:22 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskylib:
    fix using stdbool.h for C++; bug report by Sergey Anohin 2:5034/10
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-08-26 14:59:40 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M huskylib/compiler.h
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Sat Sep 11 01:00:24 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    util:
    fix English grammar issues
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-10 21:49:04 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Fidoconfig-Token/lib/Fidoconfig/Token.pm
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Thu Sep 30 01:00:32 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    msged:
    refer to huskybse/INSTALL.asciidoc
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-29 19:12:57 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    A INSTALL
    ===========================
    msged:
    rewrite makefiles from scratch
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-29 16:48:32 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    D .cvs2cl
    D .cvsignore
    A .gitignore
    M Makefile
    D cvsdate.h
    M doc/makefile.husky
    D doc/manual/makefile.husky
    D huskymak.cfg
    M maps/makefile.husky
    M maps/makemaps.c
    D msged.spec
    ===========================
    fidoconf:
    refer to huskybse/INSTALL.asciidoc
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-29 18:50:47 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M INSTALL.md
    ===========================
    fidoconf:
    rewrite makefiles from scratch
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-29 16:32:08 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    D .cvs2cl
    M .gitignore
    M Makefile
    D cvsdate.h
    M doc/Makefile
    M doc/fidoconfig.texi
    D fidoconf.spec
    D huskymak.cfg
    ===========================
    hptkill:
    refer to huskybse/INSTALL.asciidoc
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-29 18:59:16 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M INSTALL.md
    ===========================
    hptkill:
    rewrite makefiles from scratch
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-29 16:38:56 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    D .cvs2cl
    M .gitignore
    M Makefile
    D cvsdate.h
    D hptkill.spec
    D huskymak.cfg
    ===========================
    hpt:
    refer to huskybse/INSTALL.asciidoc
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-29 18:58:19 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M INSTALL.md
    ===========================
    hpt:
    rewrite makefiles from scratch
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-29 16:37:41 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    D .cvs2cl
    M .gitignore
    M Makefile
    D cvsdate.h
    M doc/Makefile
    M doc/hpt.texi
    D hpt.spec
    D huskymak.cfg
    M src/post.c
    ===========================
    huskybse:
    refer to huskybse/INSTALL.asciidoc
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-29 19:10:30 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M README.Makefiles
    ===========================
    huskybse:
    rewrite makefiles from scratch
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-29 16:46:25 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    D .cvs2cl
    A INSTALL.asciidoc
    A INSTALL_ru.asciidoc
    A Makefile
    A husky.spec.in
    M huskymak.cfg
    A huskymak.rpm.cfg
    A script/build.sh
    A script/build_rpm
    A script/init_build
    A script/init_rpm_build
    A script/spec_configure
    ===========================
    htick:
    refer to huskybse/INSTALL.asciidoc
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-29 19:08:19 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M INSTALL.md
    ===========================
    htick:
    rewrite makefiles from scratch
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-29 16:44:57 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    D .cvs2cl
    A .gitignore
    M Makefile
    D cvsdate.h
    M doc/Makefile
    M doc/htick.texi
    D htick.spec
    D huskymak.cfg
    ===========================
    hptzip:
    refer to huskybse/INSTALL.asciidoc
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-29 19:07:42 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M INSTALL.md
    ===========================
    hptzip:
    rewrite makefiles from scratch
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-29 16:43:38 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    D .cvs2cl
    A .gitignore
    M Makefile
    D cvsdate.h
    ===========================
    fidoroute:
    refer to huskybse/INSTALL.asciidoc
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-29 18:56:46 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M INSTALL.md
    ===========================
    fidoroute:
    rewrite makefiles from scratch
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-29 16:35:49 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M .gitignore
    M Makefile
    D fidoroute.spec
    ===========================
    sqpack:
    refer to huskybse/INSTALL.asciidoc
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-29 19:16:56 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M INSTALL
    ===========================
    sqpack:
    rewrite makefiles from scratch
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-29 16:50:33 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    D .cvs2cl
    A .gitignore
    M Makefile
    D cvsdate.h
    D huskymak.cfg
    D sqpack.spec
    ===========================
    huskylib:
    refer to huskybse/INSTALL.asciidoc
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-29 19:11:13 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M INSTALL.md
    ===========================
    huskylib:
    rewrite makefiles from scratch
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-29 16:47:34 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    D .cvs2cl
    M .gitignore
    M Makefile
    D cvsdate.h
    D huskylib.spec
    D huskymak.cfg
    ===========================
    hptsqfix:
    refer to huskybse/INSTALL.asciidoc
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-29 19:05:34 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M INSTALL
    ===========================
    hptsqfix:
    rewrite makefiles from scratch
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-29 16:41:01 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    D .cvs2cl
    A .gitignore
    M Makefile
    D h/cvsdate.h
    D hptsqfix.spec
    D huskymak.cfg
    ===========================
    areafix:
    refer to huskybse/INSTALL.asciidoc
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-29 18:49:40 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M INSTALL.md
    ===========================
    areafix:
    rewrite makefiles from scratch
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-29 16:30:06 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M .gitignore
    M Makefile
    D areafix.spec
    D cvsdate.h
    D huskymak.cfg
    ===========================
    smapi:
    refer to huskybse/INSTALL.asciidoc
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-29 19:13:55 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M INSTALL.md
    ===========================
    smapi:
    rewrite makefiles from scratch
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-29 16:49:37 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    D .cvs2cl
    M .gitignore
    M Makefile
    D cvsdate.h
    D huskymak.cfg
    D smapi.spec
    ===========================
    util:
    refer to huskybse/INSTALL.asciidoc
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-29 19:20:15 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    A INSTALL
    M MANIFEST
    ===========================
    util:
    rewrite makefiles from scratch
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-29 16:52:17 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    A .gitignore
    D Fidoconfig-Token/perl-Fidoconfig-Token.spec
    D Husky-Rmfiles/perl-Husky-Rmfiles.spec
    M MANIFEST.SKIP
    A Makefile
    M bin/fixOutbound.pl
    M bin/rmLink.pl
    M bin/rmLinkMail.pl
    M bin/showold.pl
    D build_util_rpm
    D perl-Husky-util.spec
    A uninstall_perl_module.pl
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From Nil A@2:5015/46 to Michael Dukelsky on Thu Sep 30 05:08:34 2021
    Hello, Michael!

    Thursday September 30 2021 01:00, from husky inspector -> All:

    rewrite makefiles from scratch

    îáßΦΓáí¡δÑ ¬«¼¼¿Γδ, óßÑ ¼Ñ⌐¬Σá⌐½δ »« ¡«ó«⌐.
    Ç τΓ« Γá¼ ¿ñÑὫú¿τÑ߬¿, Σπ¡¬µ¿«¡á½∞¡«,... ¿º¼Ñ¡¿½«ß∞?

    Å« ¼¡Ñ, Γᬠ¡á»¿ßáΓ∞ CMake Σá⌐½δ ó ¡Ñ߬«½∞¬« ßΓα«τѬ ó¼ÑßΓ« óßÑú« øΓ«ú« ¿ ñѽ« ß ¬«¡µ«¼, Ñß½¿ πªÑ »ÑαÑñѽδóáΓ∞.

    Best Regards, Nil
    --- GoldED+/LNX 1.1.5
    * Origin: Linux 2.6.32-042stab145.3 (2:5015/46)
  • From husky inspector@2:5020/1042.3 to All on Fri Oct 1 01:00:26 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    fidoconf:
    add generating cvs_date to appveyor.yml
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-30 21:48:53 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M appveyor.yml
    ===========================
    huskybse:
    replace "build" with "build.sh"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-30 13:28:35 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M script/build.sh
    ===========================
    hptzip:
    add generating cvs_date to appveyor.yml
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-30 22:03:33 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M appveyor.yml
    ===========================
    huskylib:
    move cvsdate.h into "before_build"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-30 22:22:57 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M appveyor.yml
    ===========================
    huskylib:
    remove "dir"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-30 21:21:14 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M appveyor.yml
    ===========================
    huskylib:
    revert previous commit
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-30 21:14:18 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M appveyor.yml
    ===========================
    huskylib:
    cd before computing date
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-30 21:09:55 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M appveyor.yml
    ===========================
    huskylib:
    add generating cvs_date to appveyor.yml
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-30 21:04:39 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M appveyor.yml
    ===========================
    areafix:
    add generating cvs_date to appveyor.yml
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-30 21:58:20 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M appveyor.yml
    ===========================
    smapi:
    move cvsdate.h into "before_build"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-30 22:30:36 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M appveyor.yml
    ===========================
    smapi:
    add generating cvs_date to appveyor.yml
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-09-30 21:35:51 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M appveyor.yml
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Sat Oct 2 01:00:30 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    fidoconf:
    add semicolons
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-01 13:51:50 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M appveyor.yml
    ===========================
    fidoconf:
    move cvsdate.h into "before_build"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-01 12:22:26 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M appveyor.yml
    ===========================
    hptkill:
    add semicolons
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-01 13:54:38 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M appveyor.yml
    ===========================
    hptkill:
    add ps:
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-01 13:27:53 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M appveyor.yml
    ===========================
    hptkill:
    add generating cvs_date to appveyor.yml
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-01 13:20:40 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M appveyor.yml
    ===========================
    hpt:
    add semicolons
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-01 13:53:37 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M appveyor.yml
    ===========================
    hpt:
    add generating cvs_date to appveyor.yml
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-01 12:55:22 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M appveyor.yml
    ===========================
    htick:
    add semicolons
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-01 13:56:35 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M appveyor.yml
    ===========================
    htick:
    add space
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-01 13:30:35 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M appveyor.yml
    ===========================
    htick:
    add generating cvs_date to appveyor.yml
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-01 13:09:31 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M appveyor.yml
    ===========================
    hptzip:
    add semicolon
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-01 13:55:41 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M appveyor.yml
    ===========================
    hptzip:
    move cvsdate.h into "before_build"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-01 12:40:08 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M appveyor.yml
    ===========================
    sqpack:
    add generating cvs_date to appveyor.yml
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-01 14:10:48 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M appveyor.yml
    ===========================
    huskylib:
    revert previous commit
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-01 12:52:39 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M appveyor.yml
    ===========================
    huskylib:
    debug commit
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-01 12:51:01 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M appveyor.yml
    ===========================
    hptsqfix:
    add semicolons
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-01 13:48:40 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M appveyor.yml
    ===========================
    hptsqfix:
    add "h\"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-01 13:45:03 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M appveyor.yml
    ===========================
    hptsqfix:
    add generating cvs_date to appveyor.yml
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-01 13:41:23 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M appveyor.yml
    ===========================
    areafix:
    add semicolons
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-01 13:50:45 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M appveyor.yml
    ===========================
    areafix:
    move cvsdate.h into "before_build"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-01 12:30:30 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M appveyor.yml
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Mon Oct 4 01:00:22 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskybse:
    update scripts for using in FreeBSD
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-03 21:24:15 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M script/build.sh
    M script/init_build
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Tue Oct 5 01:00:32 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    msged:
    run depend code for depend command only
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-04 18:51:11 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    fidoconf:
    remove redirection to /dev/null
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-04 19:05:49 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    fidoconf:
    run depend code for depend command only
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-04 18:40:44 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    hptkill:
    run depend code for depend command only
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-04 18:42:35 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    hpt:
    run depend code for depend command only
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-04 18:41:43 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    use curly brackets in shell variable names
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-04 21:53:58 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    fix the logic of updating configs for FreeBSD
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-04 20:52:22 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M script/build.sh
    M script/init_build
    ===========================
    huskybse:
    give the full uninstall command for FreeBSD
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-04 19:29:11 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M INSTALL.asciidoc
    M INSTALL_ru.asciidoc
    ===========================
    huskybse:
    add info on FreeBSD and new option "-d" for "init_build"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-04 17:48:57 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M INSTALL.asciidoc
    M INSTALL_ru.asciidoc
    ===========================
    huskybse:
    check if cvsdate has changed before writing to cvsdate.h
    to prevent recompilation

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-04 15:22:53 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    remove unnecessary flag
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-04 12:31:21 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M huskymak.cfg
    M huskymak.cfg.bsd
    M huskymak.rpm.cfg
    ===========================
    huskybse:
    delete excessive assignment
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-04 12:10:46 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M script/init_build
    ===========================
    huskybse:
    add "-n" and "-p" options for build.sh
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-04 11:17:54 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M script/build.sh
    ===========================
    huskybse:
    use huskymak.cfg.bsd in init_build
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-04 10:26:17 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M script/init_build
    ===========================
    huskybse:
    update huskymak.cfg.bsd to bring it in line with new makefiles
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-04 10:24:52 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M huskymak.cfg.bsd
    ===========================
    htick:
    run depend code for depend command only
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-04 18:45:02 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    hptzip:
    run depend code for depend command only
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-04 18:44:20 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    sqpack:
    run depend code for depend command only
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-04 18:53:01 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskylib:
    run depend code for depend command only
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-04 18:48:34 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    hptsqfix:
    run depend code for depend command only
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-04 18:43:40 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    areafix:
    run depend code for depend command only
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-04 18:39:15 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    smapi:
    run depend code for depend command only
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-04 18:52:11 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    util:
    remove perl-Husky-util.spec from MANIFEST
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-04 11:34:47 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M MANIFEST
    ===========================
    util:
    remove perl-Fidoconfig-Token.spec from MANIFEST
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-04 10:47:41 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Fidoconfig-Token/MANIFEST
    ===========================
    util:
    remove perl-Husky-Rmfiles.spec from MANIFEST
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-04 10:46:47 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Husky-Rmfiles/MANIFEST
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Wed Oct 6 01:00:38 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    msged:
    use "cat" instead of "<"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-05 12:07:46 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M maps/makefile.husky
    ===========================
    huskybse:
    add new options to usage line
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-05 17:38:59 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M script/build.sh
    ===========================
    util:
    fix a typo
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-05 13:35:52 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    util:
    use PERL5LIB on FreeBSD for uninstall
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-05 13:32:09 +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)
  • From husky inspector@2:5020/1042.3 to All on Thu Oct 7 01:00:18 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskybse:
    quote names in PROGRAMS; bug report by Dmitriy Smirnov 2:5010/352
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-06 18:27:56 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    M huskymak.cfg
    M huskymak.cfg.bsd
    M huskymak.rpm.cfg
    ===========================
    huskybse:
    add missing dependency for sqpack_cmp
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-06 17:45:46 +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)
  • From husky inspector@2:5020/1042.3 to All on Fri Oct 8 01:00:26 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    msged:
    add dependency on $(msged_OBJDIR); bug report by Dmitriy Smirnov 2:5010/352 Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-07 20:21:27 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M maps/makefile.husky
    ===========================
    huskybse:
    replace "which" by "whereis"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-07 22:33:13 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M script/build_rpm
    M script/init_build
    M script/init_rpm_build
    ===========================
    huskybse:
    check whether makinfo is installed
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-07 22:12:12 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    M script/build.sh
    ===========================
    huskybse:
    check if gmake is installed on FreeBSD
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-07 20:38:15 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M script/init_build
    ===========================
    sqpack:
    limit "oldName" length
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-07 19:56:30 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M sqpack.c
    ===========================
    sqpack:
    remove variable "highMsg" that is set but not used
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-07 19:52:06 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M sqpack.c
    ===========================
    hptsqfix:
    comment out memcpy() copying "text" onto itself
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-07 19:46:37 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M src/hptsqfix.c
    ===========================
    hptsqfix:
    fix output format
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-07 19:45:00 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M src/hptsqfix.c
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Sat Oct 9 01:00:28 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    msged:
    add space before debug switch
    Author: Andrew Clarke <mail@ozzmosis.com>
    Date: 2021-10-08 12:24:32 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M makefile.watcom
    ===========================
    huskybse:
    move one paragraph to a better place
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-08 22:27:16 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M INSTALL.asciidoc
    M INSTALL_ru.asciidoc
    ===========================
    huskybse:
    remove PERLDATADIR from huskymak.cfg since it is taken now from Config.pm Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-08 22:14:18 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M huskymak.cfg
    M huskymak.cfg.bsd
    M huskymak.rpm.cfg
    ===========================
    huskylib:
    move Open Watcom's prototype for strcasecmp() to strings.h
    Author: Andrew Clarke <mail@ozzmosis.com>
    Date: 2021-10-08 12:28:03 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M huskylib/WATCOMC.h
    ===========================
    util:
    take perl paths from Config.pm
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-08 22:09:32 +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)
  • From husky inspector@2:5020/1042.3 to All on Mon Oct 11 01:00:18 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskybse:
    add info on directory with Perl modules
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-10 23:03:46 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M INSTALL.asciidoc
    M INSTALL_ru.asciidoc
    ===========================
    huskybse:
    change error msg to "Please install makeinfo program"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-10 14:11:08 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    util:
    install Perl modules to $(PREFIX)/share/perl5 for PREFIX != /usr/local
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-10 20:23:41 +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)
  • From husky inspector@2:5020/1042.3 to All on Wed Oct 13 01:00:24 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskybse:
    generate an error if there are several goals for make
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-12 13:39:42 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    use $(filter ...) instead of $(findstring ...)
    for checking whether a program is contained in $(PROGRAMS),
    so that quoting program names in $(PROGRAMS) is not necessary.
    This also reverts commit e2773d1 "quote names in PROGRAMS".
    Thanks to Zhenja Kaliuta 2:4500/1.59

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-12 12:44:10 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    M huskymak.cfg
    M huskymak.cfg.bsd
    M huskymak.rpm.cfg
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Thu Oct 14 01:00:24 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskybse:
    fix a typo; thanks to Andrew Clarke 3:633/267
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-10-13 10:14:55 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M INSTALL.asciidoc
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Sat Nov 6 01:00:18 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskybse:
    allow PREFIX to start with "~"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-05 22:22:21 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    prepare for merging with master branch
    by deleting temporary changes

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-05 21:37:28 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    replace "-p" option by "-j JOBS"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-05 21:02:19 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M script/build.sh
    ===========================
    huskybse:
    add "%{?jobs}" to "%make_build" and "%make_install"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-05 20:47:19 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M husky.spec.in
    ===========================
    huskybse:
    add "no-update" and "-j JOBS" options
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-05 20:44:10 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M script/build_rpm
    ===========================
    huskybse:
    add "PERLDATADIR" as "$PREFIX/share/perl5"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-05 20:42:37 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M script/spec_configure
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Mon Nov 8 01:00:16 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskybse:
    mention how to inform oneself about helper scripts options
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-07 10:39:01 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M INSTALL.asciidoc
    M INSTALL_ru.asciidoc
    ===========================
    util:
    do not print recipes for $(token_gz) and $(rmfiles_gz)
    since they always run

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-07 10:53:19 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    util:
    remove uninstall_perl_module.pl, it is not used any more
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-07 10:42:28 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    D uninstall_perl_module.pl
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Fri Nov 12 01:00:20 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskybse:
    simplify conditions for printing error messages
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-11 21:51:33 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    replace $(or ) of filters with one filter
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-11 21:31:59 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    generate info installation variables/rules
    Generate info_PREREQ, info_RECIPE, uninfo_RECIPE and *.info.gz rules
    in the gen_subproject function. Later these rules are used by common code
    for info installation/uninstallation.

    Thanks to Zhenja Kaliuta 2:4500/1.59

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-11 21:08:56 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    get rid of need_* variables
    It's more convenient to use value as is (blank or project name)
    instead of 0/1 check.

    Thanks to Zhenja Kaliuta 2:4500/1.59

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-11 21:07:44 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    set common variables inside the gen_subproject function
    Requires escaping $ to delay variable evaluation to eval phase,
    they are blank during call phase.

    We switched the overwrites which use ROOTDIR to lazy evaluation since
    ROOTDIR is set later.

    Thanks to Zhenja Kaliuta 2:4500/1.59

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-11 21:06:31 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    add per-subproject prerequisites to the gen_subproject
    Move *_PREREQ filling to the generating function. UNDOCDIR_PREREQ is
    added only for 4 subprojects, so add special <subproject>_UNDOCDIR_PREREQ variable for them.

    Thanks to Zhenja Kaliuta 2:4500/1.59

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-11 21:05:16 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    move per-subproject generation right before rules
    The idea is to have per-subproject variables to be generated from
    the function. It must follow special per-subproject variables
    section.

    Since it also generates _update rules, the first of
    them becomes the default, so set .DEFAULT_GOAL. Setting MAKECMDGOALS
    affects the code but does not affect default goal selection.

    Thanks to Zhenja Kaliuta 2:4500/1.59

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-11 21:03:07 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    assign $(space) to huskybse_DATEFILES
    to prevent using the default *.h *.c which do not exist

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-11 21:01:55 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    replace multiple Makefile includes by one with $(patsubst ...)
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-11 21:00:42 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    use list of enabled subprojects
    Generate list of enabled subprojects and use it for rule
    generation.

    Thanks to Zhenja Kaliuta 2:4500/1.59

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-11 20:58:05 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    get rid of date_make2shell function
    There is no point for the function anymore, the code is executed
    every time when gen_date_selection is called but extra call makes it
    less readable. Move it to gen_date_selection.

    Thanks to Zhenja Kaliuta 2:4500/1.59

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-11 20:56:53 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    remove <subproject>_get_date rule
    After generalization there is no point to have a separate rule for
    mdate, move it to <subproject>_rule.

    Thanks to Zhenja Kaliuta 2:4500/1.59

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-11 20:55:34 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    generate update rule
    Finish generalization of update rules, create gen_subproject
    function and call it for all the subprojects with eval to generate
    main update rule.

    Thanks to Zhenja Kaliuta 2:4500/1.59

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-11 20:53:57 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    use pattern rules for _glue and _get_date targets.
    Now, when we have mostly unified the rules, it's possible to create
    common pattern rules for the targets.

    The <project>_update target is a bit special due to generated
    dependencies and pattern does not work there. So we leave it untouched
    by this patch.

    Thanks to Zhenja Kaliuta 2:4500/1.59

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-11 20:51:56 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    unify (almost) the structure of the "update" code.
    The current code distinguishes three types of rule sets for update targets:
    1) those whose modification date (mdate) is used only for the project
    itself;
    2) those whose mdate is used for other projects, but which do not
    use others' mdates;
    3) those which use others' mdates to choose their own.

    It uses different target names for "main" target (which becomes
    direct dependency of update target):
    for 1) - <project>_wdate
    2) - <project>_glue
    3) - <project>_cmp

    and a bit different rule structure (no glue for 1), cmp for 3)).

    From the code point of view, there is no practical benefit for this
    separation, just maybe self-documenting.

    Thanks to Zhenja Kaliuta 2:4500/1.59

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-11 20:46:42 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    make a function get_mdate which takes one parameter - a subproject name
    and looks up in git the latest modification date of the code files. For
    most of the subprojects it is $(<project>_H_DIR)*.h $(_SRC_DIR)$(DIRSEP)*.c,
    so use it as the default variable overwritable by <project>_DATEFILES.

    Thanks to Zhenja Kaliuta 2:4500/1.59

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-11 20:44:30 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    Implement gen_date_selection function
    and use it in *_cmp targets to generate shell code selecting the
    latest date from dependent subprojects.

    List the projects used to calculate date in the variables instead of
    directly in the rules. It helps to remove hptzip condition in hpt
    and htick rules and will help later to make a universal rule.

    Since need_hptzip variable is 0/1, take another one,
    HPTZIP (blank or hptzip) to use in the lists. The list variables
    must be lazy for that reason.

    Keep hpt and htick *_cmp indention to make the patch more readable.

    Thanks to Zhenja Kaliuta 2:4500/1.59

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-11 20:42:46 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    add cvsdate.h creation to util subproject.
    Unify cvsdate.h creation and move it to a function.
    There are 2 types of it:
    - using make variable when date is taken from the subproject only;
    - using shell variable when date is selected from several
    subprojects.

    Use only the latter one. To do it the rules which used the former
    way need to initialize shell variables with the make ones. Do it
    with a helper function (it is easier to replace).

    For all the subprojects except hptsqfix the file is created in the
    root directory, but in hptsqfix it's in the headers' one. So, make
    it possible to list exceptions in a variable <project>.CVSDATEDIR.

    Thanks to Zhenja Kaliuta 2:4500/1.59

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-11 20:39:27 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    replace all "<subproject>_update" rules by one static pattern rule.
    Thanks to Zhenja Kaliuta 2:4500/1.59

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-11 20:36:55 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    use update condition only for "include <subproject>/Makefile"
    since it uses cvsdate.h created by make update.

    Thanks to Zhenja Kaliuta 2:4500/1.59

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-11 20:33:32 +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)
  • From husky inspector@2:5020/1042.3 to All on Tue Nov 16 01:00:18 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskybse:
    check if 'makeinfo' is installed only if MAKEINFO is defined
    Use $(MAKEINFO) instead of makeinfo in the message text.

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-15 15:17:23 +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)
  • From husky inspector@2:5020/1042.3 to All on Wed Nov 17 01:00:22 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    msged:
    remove '#ifndef USE_FIDOCONFIG' for 'shell_expand'
    The declaration should also be present if fidoconfig is used
    since 'huskylib.h' is not included.

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-16 22:26:09 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M config.h
    ===========================
    fidoconf:
    add $(fidoconf_LIBS) to the recipe linking by 'ld' linker
    As a consequence, add it also to the prerequisite of the rule.

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-16 21:06:00 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    add assigning huskymak for Darwin
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-16 22:44:25 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M script/build.sh
    ===========================
    huskybse:
    update "init_build" for use on Darwin
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-16 22:36:36 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M script/init_build
    ===========================
    huskybse:
    update huskymak.cfg.macos for the new makefiles
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-16 22:15:17 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M huskymak.cfg.macos
    ===========================
    huskybse:
    add a check for Darwin if makeinfo is installed
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-16 21:16:34 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    move including a subproject makefile inside "gen_subproject"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-16 17:16:15 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    set 'huskylib_LIBNAME' to 'husky' and not to 'huskylib'
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-16 17:08:51 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskylib:
    prepend "@" to "pwd > /dev/null"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-16 22:23:19 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    areafix:
    define areafix_LIBS;
    add it to the recipe linking areafix_TARGETDLL by 'ld' linker.
    As a consequence, add it also to the prerequisite of the rule.

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-16 20:48:55 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    smapi:
    add $(smapi_LIBS) to the recipe linking by 'ld' linker
    As a consequence, add it also to the prerequisite of the rule.

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-16 21:30:23 +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)
  • From husky inspector@2:5020/1042.3 to All on Thu Nov 18 01:00:18 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskybse:
    check for the full path of grep
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-17 19:37:10 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M script/init_build
    ===========================
    huskybse:
    replace backticks with single quotation marks
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-17 19:32:47 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M script/init_build
    ===========================
    huskybse:
    add comment on installing Module::Build;
    remove lines for PDF and TEXI2DVI

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-17 19:18:44 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M huskymak.cfg.macos
    ===========================
    huskybse:
    specify full path for grep, makeinfo
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-17 19:14:02 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M huskymak.cfg.macos
    ===========================
    huskybse:
    check for the presence of "makeinfo" using the full path
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-17 19:01:36 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    remove check for "make"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-17 18:56:34 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M script/init_build
    ===========================
    huskybse:
    make the recommendation in the previous commit more detailed
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-17 10:22:40 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M script/init_build
    ===========================
    huskybse:
    change recommendation for Darwin to "brew install ..."
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-17 08:01:16 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M script/init_build
    ===========================
    hptzip:
    add "-lz" option to the recipe building dynamic library with ld
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-17 18:39:43 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    hptzip:
    replace '#ifdef unix' with '#if defined(__UNIX__)'
    and prepend the line with '#include "huskylib/compiler.h"'

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-17 18:36:52 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M src/hptzip.c
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Tue Nov 23 01:00:18 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskylib:
    add w64-mgw, that is compilation using mingw for win64
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-22 19:39:35 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M src/genverst.c
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Tue Nov 30 01:00:16 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskybse:
    give more details on the sequence of actions before the build
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-29 16:32:47 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M INSTALL.asciidoc
    M INSTALL_ru.asciidoc
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Wed Dec 1 01:00:18 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskybse:
    add *.h to fidoroute_DATEFILES
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-30 22:26:23 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    add info on which programs are built
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-30 22:25:24 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M INSTALL.asciidoc
    M INSTALL_ru.asciidoc
    ===========================
    fidoroute:
    put version numbers in version.h
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-30 21:03:23 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M fidoroute.cpp
    A version.h
    ===========================
    huskylib:
    move version number definition to huskylib/version.h;
    change the project name in version definitions to lowercase

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-11-30 22:49:06 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    M huskylib/huskylib.h
    A huskylib/version.h
    M src/version.c
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Thu Dec 2 01:00:20 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    fidoconf:
    change the project name in version definitions to lowercase
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-12-01 19:27:02 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    M fidoconf/version.h
    M src/fc2aed.c
    M src/fc2binkd.c
    M src/fc2fgate.c
    M src/fc2ged.c
    M src/fc2msged.c
    M src/fc2sq.c
    M src/fc2tor.c
    M src/fecfg2fc.c
    M src/linked.c
    M src/tparser.c
    M src/version.c
    ===========================
    hptkill:
    change the project name in version definitions to lowercase
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-12-01 19:43:10 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    M h/version.h
    M src/hptkill.c
    ===========================
    hpt:
    change the project name in version definitions to lowercase
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-12-01 19:39:09 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    M h/version.h
    M src/global.c
    M src/hpt.c
    M src/hptlink.c
    M src/hpttree.c
    M src/perl.c
    M src/pktinfo.c
    M src/pktwrite.c
    M src/scan.c
    M src/tpkt.c
    M src/txt2pkt.c
    ===========================
    htick:
    change the project name in version definitions to lowercase
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-12-01 19:51:49 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    M h/version.h
    M src/htick.c
    ===========================
    hptzip:
    change the project name in version definitions to lowercase
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-12-01 19:48:57 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    M hptzip/version.h
    M src/version.c
    ===========================
    hptsqfix:
    change the project name in version definitions to lowercase
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-12-01 19:46:08 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    M h/version.h
    M src/hptsqfix.c
    ===========================
    areafix:
    change the project name in version definitions to lowercase
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-12-01 19:09:22 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    M areafix/version.h
    M src/version.c
    ===========================
    smapi:
    move version number definition to smapi/version.h;
    change the project name in version definitions to lowercase

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-12-01 17:09:42 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    M smapi/msgapi.h
    A smapi/version.h
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Fri Dec 3 01:00:24 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    msged:
    fix version output in the previous commit
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-12-02 13:12:10 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M config.c
    M msged.c
    ===========================
    msged:
    use GenVersionStr() from huskylib for generating versionStr
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-12-02 12:27:29 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M config.c
    M msged.c
    M nshow.c
    M readmail.c
    M template.c
    M version.h
    ===========================
    huskylib:
    remove minor and cbranch from the version string for the current branch
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-12-02 11:30:55 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M src/genverst.c
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Thu Dec 16 01:00:24 2021
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskybse:
    insert the line referring to INSTALL.asciidoc
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2021-12-15 20:44:23 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M INSTALL
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Wed Jan 19 01:00:28 2022
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    msged:
    define LIBENV variable changing the library path
    LIBENV is used for setting LD_LIBRARY_PATH on Linux and FreeBSD
    and for setting DYLD_LIBRARY_PATH on Darwin

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-18 17:19:43 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    M maps/makefile.husky
    ===========================
    msged:
    define two functions: "maps_build_rules" and "maps_install_rules"
    We use the functions for generating maps. If DYNLIBS=0, we create
    maps during the build using "maps_build_rules". If DYNLIBS=1, we
    make maps during installation; that is why we use "maps_install_rules".

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-18 13:41:19 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M maps/makefile.husky
    ===========================
    msged:
    use LD_LIBRARY_PATH
    for the case of DYNLIBS=1 when RPM_BUILD_ROOT is defined or the home
    directory is a part of the PREFIX setting.

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-18 13:23:23 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    msged:
    indent includes
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-18 13:18:17 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    msged:
    add detailed comment to maps generation
    in the case of DYNLIBS=1

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-18 12:54:41 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M maps/makefile.husky
    ===========================
    msged:
    simplify msged_uninstall by using "find" command
    As a result, even if two or more "msged" versions happen to be installed,
    all of them will be uninstalled.

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-18 12:50:27 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    M doc/makefile.husky
    M maps/makefile.husky
    ===========================
    huskybse:
    move "OSType" definition to the makefile beginning
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-18 15:43: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)
  • From husky inspector@2:5020/1042.3 to All on Thu Jan 20 01:00:18 2022
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    fidoconf:
    remove both static and dynamic libraries
    during "distclean" to prevent the situation when the build directory was not cleaned because a user toggled DYNLIBS in "huskymak.cfg" first and after
    that ran `make distclean`.

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-16 12:33:27 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    fidoconf:
    rename the "all" target to "build"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-14 12:25:31 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    fidoconf:
    move the extraction of the version components to
    the main Makefile

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-12 13:40:55 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    hptkill:
    rename the "all" target to "build"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-14 12:30:54 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    hptkill:
    move the extraction of the version components to
    the main Makefile

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-12 16:05:57 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    hpt:
    rename the "all" target to "build"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-14 12:28:53 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    hpt:
    move the extraction of the version components to
    the main Makefile

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-12 16:03:50 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    move "OSType" definition to the makefile beginning
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-18 15:43:56 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    change directory to $(INFODIR_DST)
    before calling install-info for which the variable
    <subproject>_cvsdate is created

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-14 21:32:11 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    add "util" to the list of the subprojects
    for which the variable <subproject>_cvsdate is created

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-14 20:30:27 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    remove excessive declaration
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-14 17:29:54 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    fix a typo
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-14 12:16:36 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    generate version numbers for the "build" & "install"
    targets and not for the "uninstall" one.

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-14 12:15:27 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    rename the "all" target to "build"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-12 21:31:10 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    Generate version numbers for subprojects
    during "install" and "uninstall" using Perl for
    extracting the version components from the version.h
    files; GNU grep is not used by makefiles any more.

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-12 13:30:00 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    M huskymak.cfg
    M huskymak.cfg.bsd
    M huskymak.cfg.macos
    ===========================
    huskybse:
    introduce the USED_LIBRARIES and MSGED macros
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-12 13:10:03 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    replace grep by a perl script in "gen_cvsdate"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-12 13:01:29 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    insert a semicolon after every uninfo_RECIPE member
    except the last one

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-12 12:55:34 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    do not generate cvsdate.h for huskybse
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-12 12:47:42 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    htick:
    rename the "all" target to "build"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-14 12:34:01 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    hptzip:
    remove both static and dynamic libraries
    during "distclean" to prevent the situation when the build directory was not cleaned because a user toggled DYNLIBS in "huskymak.cfg" first and after
    that ran `make distclean`.

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-15 20:15:29 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    hptzip:
    rename the "all" target to "build"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-14 12:32:51 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    hptzip:
    move the extraction of the version components to
    the main Makefile

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-12 16:10:47 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    fidoroute:
    reorganize formats and arguments of fprintf calls
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-19 15:46:23 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M fidoroute.cpp
    ===========================
    fidoroute:
    rename the "all" target to "build"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-14 12:26:41 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    sqpack:
    rename the "all" target to "build"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-14 12:40:25 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    sqpack:
    prepend "sqpack_" to version names
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-12 16:29:49 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M sqpack.c
    M version.h
    ===========================
    sqpack:
    move the extraction of the version components to
    the main Makefile

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-12 16:26:55 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskylib:
    remove both static and dynamic libraries
    during "distclean" to prevent the situation when the build directory was not cleaned because a user toggled DYNLIBS in "huskymak.cfg" first and after
    that ran `make distclean`.

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-15 20:22:59 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskylib:
    rename the "all" target to "build"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-14 12:35:41 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskylib:
    move the extraction of the version components to
    the main Makefile

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-12 16:14:46 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    hptsqfix:
    rename the "all" target to "build"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-16 12:37:01 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    hptsqfix:
    move the extraction of the version components to
    the main Makefile

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-12 16:07:17 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    areafix:
    remove both static and dynamic libraries
    during "distclean" to prevent the situation when the build directory was not cleaned because a user toggled DYNLIBS in "huskymak.cfg" first and after
    that ran `make distclean`.

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-15 20:02:17 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    areafix:
    rename the "all" target to "build"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-14 12:22:31 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    areafix:
    move the extraction of the version components to
    the main Makefile

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-12 13:37:57 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    smapi:
    remove both static and dynamic libraries
    during "distclean" to prevent the situation when the build directory was not cleaned because a user toggled DYNLIBS in "huskymak.cfg" first and after
    that ran `make distclean`.

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-15 20:37:06 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    smapi:
    rename the "all" target to "build"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-14 12:38:42 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    smapi:
    add $(smapi_LIBS) to the recipe linking by 'ld' linker
    As a consequence, add it also to the prerequisite of the rule.

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-12 16:22:31 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    util:
    replace the 'distclean' action by the 'realclean'
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-15 22:58:10 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    util:
    rename the "all" target to "build"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-15 22:56:02 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    util:
    use util_cvsdate fetched in the main Makefile
    instead of util_date

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-14 12:53:50 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    util:
    do not delete cvsdate.h during distclean
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-12 16:51:28 +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)
  • From husky inspector@2:5020/1042.3 to All on Fri Jan 21 01:00:16 2022
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    htick:
    allow the so-called "advanced" TIC file format
    when the "To" field is of the form
    "To FirstName LastName, zone:net/node". Both the FirstName and
    the LastName are just skipped.

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-20 16:06:55 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M src/toss.c
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Mon Jan 24 01:00:18 2022
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    msged:
    fix generating DVI documentation
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-23 22:16:59 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M doc/makefile.husky
    ===========================
    fidoconf:
    fix generating DVI documentation
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-23 22:12:58 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M doc/Makefile
    ===========================
    hpt:
    fix generating DVI documentation
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-23 22:14:18 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M doc/Makefile
    ===========================
    htick:
    fix generating DVI documentation
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-23 22:15:56 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M doc/Makefile
    ===========================
    smapi:
    declare FOFS as hUINT32 and not as hSINT32
    since it should be unsigned according to Squish Developers Kit

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-01-23 21:51:03 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M smapi/api_sq.h
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Wed Feb 9 01:00:18 2022
    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)
  • From husky inspector@2:5020/1042.3 to All on Thu Feb 10 01:00:16 2022
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskybse:
    improve some comments
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-02-09 18:35:33 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M huskymak.cfg
    M huskymak.cfg.bsd
    M huskymak.cfg.macos
    M huskymak.cfg.mgw
    M huskymak.rpm.cfg
    ===========================
    huskybse:
    add "Before Starting Husky Build" chapter
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-02-09 11:35:02 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M INSTALL.asciidoc
    M INSTALL_ru.asciidoc
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Fri Feb 11 01:00:20 2022
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskybse:
    add p5-Test-Simple to the list of FreeBSD programs
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-02-10 17:26:52 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M INSTALL.asciidoc
    M INSTALL_ru.asciidoc
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Sat Feb 12 01:00:20 2022
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskylib:
    remove not used files
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-02-11 20:12:24 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    D src/flush.c
    D src/flushasm.asm
    D src/parsenn.c
    D src/tlog.c
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Sun Feb 13 01:00:18 2022
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskybse:
    bring version handling to one standard
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-02-12 21:55:06 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M script/spec_configure
    ===========================
    huskybse:
    bring fidoroute version to the standard form
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-02-12 21:55:06 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M husky.spec.in
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Mon Feb 14 01:00:24 2022
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    msged:
    move exclusions in msged_SRC to the root Makefile
    because they are needed there for dependency calculation

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-02-13 22:20:40 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    msged:
    move "depend" generation to the root makefile
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-02-13 22:20:40 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    fidoconf:
    move "depend" generation to the root makefile
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-02-13 22:16:54 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    hptkill:
    move "depend" generation to the root makefile
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-02-13 22:18:23 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    hpt:
    move "depend" generation to the root makefile
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-02-13 22:17:59 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    move exclusions in msged_ALL_SRC from msged/Makefile
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-02-13 22:19:48 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    exclude iowin32.c if OStype !~ MINGW
    Author: Michael Dukelsky <mike@freebsd.d1042.ru>
    Date: 2022-02-13 22:19:48 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    generate a "depend" rule for every subproject
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-02-13 22:19:48 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    htick:
    move "depend" generation to the root makefile
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-02-13 22:19:22 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    hptzip:
    move "depend" generation to the root makefile
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-02-13 22:18:59 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    hptzip:
    comment out unnecessary #include
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-02-13 22:18:59 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M src/version.c
    ===========================
    fidoroute:
    move "depend" generation to the root makefile
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-02-13 22:17:16 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    sqpack:
    move "depend" generation to the root makefile
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-02-13 22:21:27 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskylib:
    move "depend" generation to the root makefile
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-02-13 22:20:07 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    hptsqfix:
    move "depend" generation to the root makefile
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-02-13 22:18:38 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    areafix:
    move "depend" generation to the root makefile
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-02-13 22:16:32 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    smapi:
    move "depend" generation to the root makefile
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-02-13 22:21:03 +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)
  • From husky inspector@2:5020/1042.3 to All on Tue Feb 15 01:00:14 2022
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    msged:
    replace "OStype" with "ostyp"
    so as not to be confused with "OSTYPE"

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-02-14 20:38:56 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    replace "OStype" with "ostyp"
    so as not to be confused with "OSTYPE"

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-02-14 20:38:06 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    hptzip:
    remove the code already present in the root Makefile
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-02-14 20:37:22 +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)
  • From husky inspector@2:5020/1042.3 to All on Sun Feb 20 01:00:26 2022
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    fidoconf:
    add "LinkOptions" description
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-02-19 21:59:50 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M doc/fidoconfig.texi
    ===========================
    fidoconf:
    correct LinkOptions. Thanks to Kai Richter 2:240/77
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-02-19 21:42:06 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M doc/fidoconfig.texi
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Sat Apr 23 01:00:20 2022
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskybse:
    delete the version check
    since "version" is not implemented as a predefined variable

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-04-22 12:37:02 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M config/config
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Tue Jun 21 01:00:20 2022
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    hpt:
    do not free an element of the static array
    BadmailReasonString;
    bug report by Sergey Zabolotny 2:469/122

    Author: Michael Dukelsky <node@d1042.ru>
    Date: 2022-06-20 16:32:08 +0300
    Committed by: Michael Dukelsky <node@d1042.ru>
    Files:
    M src/toss.c
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Sat Jun 25 01:00:38 2022
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    msged:
    update texinfo.tex
    from ftp://ftp.gnu.org/gnu/texinfo/texinfo.tex

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-06-24 12:36:19 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M doc/manual/texinfo.tex
    ===========================
    fidoconf:
    remove the line commented out in a wrong way
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-06-24 18:29:38 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M src/common.c
    ===========================
    fidoconf:
    remove nonexistent flag "npd"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-06-24 17:17:03 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M doc/config
    M doc/fidoconfig.texi
    M src/common.c
    M src/fecfg2fc.c
    ===========================
    areastat:
    remove nonexistent flag "npd"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-06-24 17:10:16 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M src/areastat.c
    ===========================
    hpt:
    remove nonexistent flag "npd"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-06-24 17:26:37 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M config/config
    M config/config.ru
    M src/pktwrite.c
    M src/post.c
    ===========================
    hpt:
    update texinfo.tex
    from ftp://ftp.gnu.org/gnu/texinfo/texinfo.tex

    Author: Michael Dukelsky <node@d1042.ru>
    Date: 2022-06-24 12:23:42 +0300
    Committed by: Michael Dukelsky <node@d1042.ru>
    Files:
    M doc/texinfo.tex
    ===========================
    huskybse:
    add checks for ExtUtils::Embed and Test::More
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-06-24 22:58:29 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M script/build.sh
    ===========================
    huskybse:
    put "-z" instead of "-n" to check for not installed module
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-06-24 18:51:37 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M script/build.sh
    ===========================
    huskybse:
    remove checks that are now in build.sh
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-06-24 18:25:07 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    add checks for installed programs
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-06-24 17:35:14 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M script/build.sh
    ===========================
    huskybse:
    remove nonexistent flag "npd"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-06-24 17:28:51 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M config/robots
    ===========================
    htick:
    remove nonexistent flag "npd"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-06-24 17:08:22 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M doc/htick.rus.texi
    M doc/htick.texi
    M misc/config
    ===========================
    hptzip:
    remove nonexistent flag "npd"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-06-24 17:18:09 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M htick.md
    ===========================
    bsopack:
    remove nonexistent flag "npd"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-06-24 17:12:42 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M fidoconfig.md
    ===========================
    areafix:
    remove nonexistent flag "npd"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-06-24 17:04:43 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M src/areafix.c
    ===========================
    areafix:
    fix a typo
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-06-24 13:33:34 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M src/query.c
    ===========================
    util:
    remove "diagnostics"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-06-24 17:59:48 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Fidoconfig-Token/Build.PL
    M Fidoconfig-Token/t/01_load.t
    M Fidoconfig-Token/t/02_OS.t
    M Fidoconfig-Token/t/03_norm.t
    M Fidoconfig-Token/t/04_strip.t
    M Fidoconfig-Token/t/05_expandVars.t
    M Fidoconfig-Token/t/06_cmpPattern.t
    M Fidoconfig-Token/t/07_boolExpr.t
    M Fidoconfig-Token/t/08_parseIf.t
    M Fidoconfig-Token/t/09_findTokenValue.t
    M Fidoconfig-Token/t/10_findByValue.t
    M Husky-Rmfiles/Build.PL
    M Husky-Rmfiles/t/01_load.t
    M Husky-Rmfiles/t/02_OS.t
    M Husky-Rmfiles/t/03_init.t
    M Husky-Rmfiles/t/04_unsubscribe.t
    M Husky-Rmfiles/t/05_rmFilesFromOutbound.t
    M Husky-Rmfiles/t/06_rmFilesFromFilebox.t
    M Husky-Rmfiles/t/07_rmOrphanFiles.t
    M Husky-Rmfiles/t/08_rmOrphanFilesFromOutbound.t
    M Husky-Rmfiles/t/09_rmLinkDefinition.t
    M Husky-Rmfiles/t/10_report.t
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Mon Jul 4 01:07:36 2022
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    fidoconf:
    Revert "remove nonexistent flag "npd""
    This reverts commit 3fa672d47755b652254c0f3f77848b93dd622e5d.

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-07-03 21:13:06 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M doc/config
    M doc/fidoconfig.texi
    M src/common.c
    M src/fecfg2fc.c
    ===========================
    fidoconf:
    Revert "remove the line commented out in a wrong way"
    This reverts commit c91bef5369a097fb0ab744894fb5837b7d8556e3.

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-07-03 21:12:47 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M src/common.c
    ===========================
    areastat:
    Revert "remove nonexistent flag "npd""
    This reverts commit 26f6eeee54980db09e0a851d882cf05c41cd5a2f.

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-07-03 21:10:40 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M src/areastat.c
    ===========================
    hpt:
    Revert "remove nonexistent flag "npd""
    This reverts commit f65ae9f6f3fe05f88d9a291b34442bb3c381772f.

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-07-03 21:30:59 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M config/config
    M config/config.ru
    M src/pktwrite.c
    M src/post.c
    ===========================
    bsopack:
    Revert "remove nonexistent flag "npd""
    This reverts commit 7aa7ed18225a2c01718603d98b3672420629bf82.

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-07-03 21:16:01 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M fidoconfig.md
    ===========================
    areafix:
    Revert "remove nonexistent flag "npd""
    This reverts commit e38ee585b30c19e152f5ecde47e61aa00b68cab0.

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-07-03 21:08:28 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M src/areafix.c
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Thu Sep 1 01:00:26 2022
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskybse:
    add an option to build the sources without updating them
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-08-02 12:10:54 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M script/build.sh
    ===========================
    huskybse:
    fix the case when mock cannot be installed
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-07-30 22:44:32 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M script/init_rpm_build
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Fri Sep 23 23:49:16 2022
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskybse:
    add an option to build the sources without updating them
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-08-02 12:10:54 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M script/build.sh
    ===========================
    huskybse:
    fix the case when mock cannot be installed
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-07-30 22:44:32 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M script/init_rpm_build
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Fri Sep 30 23:49:20 2022
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskybse:
    add Areastat to the SubProjects' list
    Author: vasilyevmax <35378045+vasilyevmax@users.noreply.github.com>
    Date: 2022-09-30 23:14:33 +0400
    Committed by: vasilyevmax <35378045+vasilyevmax@users.noreply.github.com> Files:
    M Makefile
    ===========================
    huskybse:
    add Areastat to the main makefile
    Author: vasilyevmax <35378045+vasilyevmax@users.noreply.github.com>
    Date: 2022-09-30 23:03:18 +0400
    Committed by: vasilyevmax <35378045+vasilyevmax@users.noreply.github.com> Files:
    M Makefile
    M huskymak.cfg
    ===========================
    areastat:
    rewrite makefile in Michael Dukelsky' style
    Author: vasilyevmax <35378045+vasilyevmax@users.noreply.github.com>
    Date: 2022-09-30 22:49:13 +0400
    Committed by: vasilyevmax <35378045+vasilyevmax@users.noreply.github.com> Files:
    M Makefile
    ===========================
    nltools:
    rewrite makefile in Michael Dukelsky' style
    Author: vasilyevmax <35378045+vasilyevmax@users.noreply.github.com>
    Date: 2022-10-01 00:44:29 +0400
    Committed by: vasilyevmax <35378045+vasilyevmax@users.noreply.github.com> Files:
    M Makefile
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Sat Oct 1 23:49:14 2022
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskybse:
    add nlTools to the main makefile and huskymak.cfg
    Author: vasilyevmax <35378045+vasilyevmax@users.noreply.github.com>
    Date: 2022-10-01 00:50:07 +0400
    Committed by: vasilyevmax <35378045+vasilyevmax@users.noreply.github.com> Files:
    M Makefile
    M huskymak.cfg
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Wed Dec 7 23:49:14 2022
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskybse:
    produce defines in husky.spec for existing subprojects only
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-12-07 21:05:46 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M script/spec_configure
    ===========================
    huskybse:
    fix not differentiating hpt and hptkill in PROGRAMS
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-12-07 20:59:48 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M script/spec_configure
    ===========================
    huskybse:
    rename huskymak.rpm.cfg to huskymak.cfg
    after copying it from huskybse. Now you may change settings in
    huskymak.cfg as usual, and not in huskymak.rpm.cfg

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-12-07 20:52:43 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M INSTALL.asciidoc
    M INSTALL_ru.asciidoc
    M Makefile
    M script/build_rpm
    M script/init_rpm_build
    M script/spec_configure
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Fri Dec 9 23:49:14 2022
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskybse:
    improve mapping of settings of huskymak.cfg to husky.spec
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-12-09 18:22:55 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M husky.spec.in
    M script/spec_configure
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Tue Dec 13 23:49:16 2022
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    util:
    add an order-only-prerequisite for "$(rmLink_DST)"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-12-13 21:44:36 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    util:
    move "$(DESTDIR)$(MAN3DIR)" creation to the main makefile
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-12-13 20:57:48 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    ensure that hpt utilities are not built when hpt is not built
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-12-13 22:21:37 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    M huskymak.cfg
    M huskymak.cfg.bsd
    M huskymak.cfg.macos
    M huskymak.cfg.mgw
    M huskymak.rpm.cfg
    ===========================
    huskybse:
    create destination directories in the main makefile
    instead of creating them in the makefiles of some subprojects.
    This guarantees their creation even if only one subproject
    is built.

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-12-13 21:17:39 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    areastat:
    move "$(DESTDIR)$(MAN5DIR)" creation to the main makefile
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-12-13 20:27:53 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    nltools:
    replace the rule for "$(nltools_TARGET_DST)"
    with a static pattern rule since multiple targets in a regular rule
    cannot be used with GNU make v.3.82

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-12-13 21:33:18 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    fidoroute:
    move "$(DESTDIR)$(MAN5DIR)" creation to the main makefile
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-12-13 20:29:50 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskylib:
    move "$(DESTDIR)$(BINDIR)" and "$(DESTDIR)$(MAN5DIR)" creation
    to the main makefile

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-12-13 20:36:47 +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)
  • From husky inspector@2:5020/1042.3 to All on Fri Dec 16 23:49:14 2022
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskybse:
    add areastat and nltools to the @progs array
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-12-16 23:00:56 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M script/spec_configure
    ===========================
    huskybse:
    remove an excessive "endif"
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-12-16 22:43:12 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M husky.spec.in
    ===========================
    huskybse:
    add areastat and nltools
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-12-16 22:33:51 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M husky.spec.in
    M huskymak.cfg.bsd
    M huskymak.cfg.macos
    M huskymak.cfg.mgw
    M huskymak.rpm.cfg
    M script/spec_configure
    ===========================
    huskybse:
    add HPTZIP dependancy on nltools
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-12-16 22:18:55 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    ===========================
    huskybse:
    add dependancies on PROGRAMS items and other variables
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-12-16 22:14:27 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M husky.spec.in
    M script/spec_configure
    ===========================
    huskybse:
    use more conditionally expanded macros
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-12-16 21:31:30 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M husky.spec.in
    ===========================
    huskybse:
    use conditionally expanded macros
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-12-16 21:10:02 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M husky.spec.in
    ===========================
    huskybse:
    ensure that hpt utilities are not built when hpt is not built
    when husky.spec is generated

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-12-16 20:39:44 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M script/spec_configure
    ===========================
    areastat:
    modify version component names by prepending the subproject name
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-12-16 23:10:06 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M h/version.h
    M src/areastat.c
    ===========================
    nltools:
    modify version component names by prepending the subproject name
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-12-16 23:15:08 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M h/version.h
    M src/nlcrc.c
    M src/nldiff.c
    M src/nlupdate.c
    M src/ulc.c
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Fri Dec 23 23:49:14 2022
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    fidoconf:
    fix a typo
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-12-23 21:30:20 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M INSTALL.md
    ===========================
    hptkill:
    take into account the config filename in the command line
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-12-23 22:54:05 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M src/hptkill.c
    ===========================
    nltools:
    fix a typo
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-12-23 12:46:34 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M src/nlupdate.c
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Thu Jan 5 23:49:30 2023
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    msged:
    comment out unused 'length' variable
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-01-05 22:22:29 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M freq.c
    ===========================
    msged:
    delete the 0 flag in the format strings
    since if a precision is given with a numeric conversion (X),
    the 0 flag is ignored

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-01-05 18:37:50 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M misc.c
    ===========================
    fidoconf:
    use 'const char *' instead of 'char *'
    in the first argument of InsertCfgLine() and in the first two
    arguments of IsAreaAvailable()

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-01-05 18:09:50 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M fidoconf/afixcmd.h
    M src/afixcmd.c
    ===========================
    huskybse:
    replace 'make' with 'gmake'
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-01-05 21:50:28 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M huskymak.cfg.bsd
    ===========================
    hptzip:
    cast get_crc_table() to 'const unsigned long *'
    to prevent compiler warning

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-01-05 18:25:46 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M src/zip.c
    ===========================
    htick:
    delete an excessive assignment
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-01-05 18:30:40 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M src/toss.c
    ===========================
    htick:
    delete unused "res" variable
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-01-05 18:28:46 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M src/fcommon.c
    ===========================
    hptkill:
    use 'const char *' instead of 'char *'
    in the second argument of delete_area() and in the first
    argument of changeconfig(). Thanks to nilalex.

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-01-05 17:50:26 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M src/hptkill.c
    ===========================
    areastat:
    delete the comparison that is always true:
    'ibuff' is an array of non-zero size with already allocated memory,
    and therefore the comparison 'ibuff != NULL' is always true

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-01-05 22:53:40 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M src/areastat.c
    ===========================
    areastat:
    replace format specification for type 'short' with the one for type 'int'
    since the argument is of the type 'int'

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-01-05 22:40:31 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M src/areastat.c
    ===========================
    areastat:
    delete the comparison that is always false:
    the 'line' pointer cannot be NULL since the 'line' is an array
    of a fixed non-zero size

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-01-05 22:35:30 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M src/areastat.c
    ===========================
    huskylib:
    implement 'free' as a function instead of a macro
    to allow casting of its argument

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-01-05 18:19:35 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M huskylib/memory.h
    M src/memory.c
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Fri Jan 6 23:49:20 2023
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    areastat:
    replace '255' with 'sizeof ibuff'
    because fgets() reads in at most one less than size characters.
    Thanks to nilalex.

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-01-06 13:09:06 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M src/areastat.c
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Sat Jan 7 23:49:18 2023
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    fidoconf:
    do not use casting in nfree() call
    since changing nfree() implementation from a macro
    to a function was cancelled.

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-01-07 00:17:53 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M src/afixcmd.c
    ===========================
    hptkill:
    revert the previous commit
    One cannot change the type of 'cfgfile' argument
    of delete_area() from 'char *' to 'const char *'
    because the pointer is later freed in
    changeconfig().

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-01-07 00:19:41 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M src/hptkill.c
    ===========================
    areastat:
    remove cvsdate.h
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-01-07 00:18:55 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    D h/cvsdate.h
    ===========================
    areastat:
    fix a typo
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-01-07 00:18:45 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M h/cvsdate.h
    M src/areastat.c
    ===========================
    nltools:
    remove cvsdate.h
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-01-07 00:20:11 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    D h/cvsdate.h
    ===========================
    huskylib:
    revert the previous commit
    Implementing nfree() as a function as it was made,
    was erroneous. Setting the pointer to NULL did not
    work because it could not be passed back to the
    caller. On the other hand, this setting the pointer
    to NULL is a kludge, it just masks bugs in the code.
    Since there are 1211 entries of nfree(), there may
    be too many bugs to fix. It is easier for me just
    to revert the commit.

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-01-07 00:17:02 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M huskylib/memory.h
    M src/memory.c
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Thu Jan 12 23:49:14 2023
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskylib:
    fix cmake
    Author: Alexander Skovpen <askovpen@users.noreply.github.com>
    Date: 2023-01-12 11:35:08 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M CMakeLists.txt
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Fri Jan 13 23:49:18 2023
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    fidoconf:
    cmake fix
    Author: Alexander N. Skovpen <alexander@skovpen.org>
    Date: 2023-01-13 14:24:47 +0300
    Committed by: Alexander Skovpen <askovpen@users.noreply.github.com>
    Files:
    M CMakeLists.txt
    ===========================
    hptzip:
    cmake fix
    Author: Alexander N. Skovpen <alexander@skovpen.org>
    Date: 2023-01-13 14:47:50 +0300
    Committed by: Alexander Skovpen <askovpen@users.noreply.github.com>
    Files:
    M CMakeLists.txt
    ===========================
    htick:
    cmake fix
    Author: Alexander Skovpen <askovpen@users.noreply.github.com>
    Date: 2023-01-13 15:45:41 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M CMakeLists.txt
    ===========================
    smapi:
    cmake fix
    Author: Alexander N. Skovpen <alexander@skovpen.org>
    Date: 2023-01-13 13:47:50 +0300
    Committed by: Alexander Skovpen <askovpen@users.noreply.github.com>
    Files:
    M CMakeLists.txt
    ===========================
    smapi:
    fix cmake
    Author: Alexander Skovpen <askovpen@users.noreply.github.com>
    Date: 2023-01-13 10:14:51 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M CMakeLists.txt
    ===========================
    huskylib:
    cmake fix
    Author: Alexander N. Skovpen <alexander@skovpen.org>
    Date: 2023-01-13 23:00:53 +0300
    Committed by: Alexander Skovpen <askovpen@users.noreply.github.com>
    Files:
    M CMakeLists.txt
    ===========================
    huskylib:
    cmake fix
    Author: Alexander N. Skovpen <alexander@skovpen.org>
    Date: 2023-01-13 13:43:18 +0300
    Committed by: Alexander Skovpen <askovpen@users.noreply.github.com>
    Files:
    M CMakeLists.txt
    ===========================
    areafix:
    cmake fix
    Author: Alexander N. Skovpen <alexander@skovpen.org>
    Date: 2023-01-13 14:45:22 +0300
    Committed by: Alexander Skovpen <askovpen@users.noreply.github.com>
    Files:
    M CMakeLists.txt
    ===========================
    hpt:
    cmake fix
    Author: Alexander Skovpen <askovpen@users.noreply.github.com>
    Date: 2023-01-13 15:19:29 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M CMakeLists.txt
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Wed Feb 1 23:49:14 2023
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    hpt:
    Added -c command line parameter to hptlink and hpttree.
    Author: vitaliy-aksyonov <gbmr@i.ua>
    Date: 2023-02-01 18:51:38 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M man/hptlink.1
    M man/hpttree.1
    M src/hptlink.c
    M src/hpttree.c
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Wed Feb 8 23:49:14 2023
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    hpt:
    display the pkt zone field without changes
    when running pktinfo even if it is zero

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-02-08 18:58:12 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M h/pkt.h
    M src/pktinfo.c
    M src/pktread.c
    M src/pktwrite.c
    M src/toss.c
    ===========================
    hpt:
    change the algorithm of assining zone when zone=0.
    If origZone (or destZone) in a packet header is equal to zero, then
    first look for a link with net coinciding with the origNet (or destNet).
    If such link is found, assign its zone to origZone (or destZone).
    Otherwise, look among the configuration owner addresses for the net
    coinciding with the origNet (or destNet). If such an address is found,
    assign its zone to origZone (or destZone). Otherwise, assign the main
    address zone to origZone (or destZone).

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-02-08 18:57:24 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M src/pktread.c
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Thu Feb 9 23:49:14 2023
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    hpt:
    do not use variable declaration in a "for" statement;
    it can be used since C99 and may not be available in the old comilers.

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-02-09 11:40:58 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M src/pktread.c
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Sat Feb 18 23:49:12 2023
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskylib:
    OS/2 compilation with modern gcc
    Author: vasilyevmax <35378045+vasilyevmax@users.noreply.github.com>
    Date: 2023-02-18 10:39:36 +0400
    Committed by: vasilyevmax <35378045+vasilyevmax@users.noreply.github.com> Files:
    M huskylib/EMX.h
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Sun Feb 19 23:49:14 2023
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    hpt:
    update pingpong.pm
    Author: BroRabbit <37867123+BroRabbit@users.noreply.github.com>
    Date: 2023-02-19 21:41:44 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M misc/pingpong.pm
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Fri Feb 24 23:49:12 2023
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskylib:
    Revert "fix OS/2 compilation"
    This reverts commit a64367a3e8c6ab30d497ce2a0679ab592186fe4b.

    Author: vasilyevmax <35378045+vasilyevmax@users.noreply.github.com>
    Date: 2023-02-24 09:59:40 +0400
    Committed by: vasilyevmax <35378045+vasilyevmax@users.noreply.github.com> Files:
    M huskylib/typesize.h
    ===========================
    huskylib:
    fix OS/2 compilation
    Author: vasilyevmax <35378045+vasilyevmax@users.noreply.github.com>
    Date: 2023-02-24 09:25:20 +0400
    Committed by: vasilyevmax <35378045+vasilyevmax@users.noreply.github.com> Files:
    M huskylib/typesize.h
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Sat Feb 25 23:49:12 2023
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    hpt:
    add attrib.pm - two subs to handle ARQ and RRQ message attributes for HPT Perl Author: BroRabbit <37867123+BroRabbit@users.noreply.github.com>
    Date: 2023-02-25 22:16:24 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    A misc/attrib.pm
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Tue Jul 18 23:49:14 2023
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    fidoconf:
    Take into account a possible change in the name and/or path of the config Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-07-18 21:51:43 +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)
  • From husky inspector@2:5020/1042.3 to All on Fri Jul 21 23:49:16 2023
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskybse:
    remove references to already removed sms/ and mtt/ directories
    Author: kari-mobo <106939763+kari-mobo@users.noreply.github.com>
    Date: 2023-07-21 18:17:06 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M README
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Fri Sep 22 23:49:18 2023
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    fidoconf:
    remove excessive option
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-09-22 13:45:54 +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)
  • From husky inspector@2:5020/1042.3 to All on Thu Sep 28 23:49:14 2023
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskybse:
    fix cvsdate.h path
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-09-28 22:29:57 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M script/spec_configure
    ===========================
    huskybse:
    add hptutil subproject
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-09-28 20:11:44 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    M husky.spec.in
    M huskymak.cfg
    M huskymak.cfg.bsd
    M huskymak.cfg.macos
    M huskymak.cfg.mgw
    M huskymak.rpm.cfg
    M script/spec_configure
    ===========================
    hptutil:
    adapt hptutil to current make infrastructure
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-09-28 21:50:34 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M Makefile
    M h/hptutil.h
    M h/version.h
    M src/fixarea.c
    M src/hptutil.c
    ===========================
    hptutil:
    delete cvsdate.h
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-09-28 19:23:53 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    D h/cvsdate.h
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Wed Oct 25 23:49:18 2023
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    hptsqfix:
    use COMPRESS and _COMPR from huskymak.cfg
    Author: dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-10-25 22:34:24 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M Makefile
    ===========================
    util:
    use COMPRESS and _COMPR from huskymak.cfg
    Author: dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-10-25 22:43:32 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M Makefile
    ===========================
    msged:
    use COMPRESS and _COMPR from huskymak.cfg
    Author: dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-10-25 22:39:51 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M doc/makefile.husky
    ===========================
    sqpack:
    use COMPRESS and _COMPR from huskymak.cfg
    Author: dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-10-25 22:41:16 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M Makefile
    ===========================
    sqpack:
    update CMakeLists.txt
    Author: Serg Podtynnyi <serg@podtynnyi.com>
    Date: 2023-10-25 22:06:14 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M CMakeLists.txt
    ===========================
    fidoconf:
    use COMPRESS and _COMPR from huskymak.cfg
    Author: dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-10-25 22:16:18 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M Makefile
    M doc/Makefile
    ===========================
    huskybse:
    add COMPRESS and _COMPR to huskymak.cfg
    Author: dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-10-25 22:14:54 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M Makefile
    M huskymak.cfg
    M huskymak.cfg.bsd
    M huskymak.cfg.macos
    M huskymak.rpm.cfg
    ===========================
    htick:
    use COMPRESS and _COMPR from huskymak.cfg
    Author: dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-10-25 22:38:19 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M Makefile
    M doc/Makefile
    ===========================
    hptkill:
    use COMPRESS and _COMPR from huskymak.cfg
    Author: dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-10-25 22:33:51 +0300
    Committed by: GitHub <noreply@github.com>
    ===========================
    hptkill:
    use COMPRESS and _COMPR from huskymak.cfg
    Author: dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-10-25 22:19:10 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M Makefile
    ===========================
    areastat:
    use COMPRESS and _COMPR from huskymak.cfg
    Author: dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-10-25 22:15:42 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M Makefile
    ===========================
    nltools:
    use COMPRESS and _COMPR from huskymak.cfg
    Author: dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-10-25 22:40:35 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M Makefile
    ===========================
    nltools:
    update CMakeLists.txt
    Author: Serg Podtynnyi <serg@podtynnyi.com>
    Date: 2023-10-25 22:09:54 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M CMakeLists.txt
    ===========================
    fidoroute:
    use COMPRESS and _COMPR from huskymak.cfg
    Author: dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-10-25 22:17:50 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M Makefile
    ===========================
    huskylib:
    use COMPRESS and _COMPR from huskymak.cfg
    Author: dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-10-25 22:38:51 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M Makefile
    ===========================
    hptutil:
    use COMPRESS and _COMPR from huskymak.cfg
    Author: dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-10-25 22:37:51 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M Makefile
    ===========================
    hptutil:
    update CMakeLists.txt
    Author: Serg Podtynnyi <serg@podtynnyi.com>
    Date: 2023-10-25 21:54:21 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M CMakeLists.txt
    ===========================
    hpt:
    use COMPRESS and _COMPR from huskymak.cfg
    Author: dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-10-25 22:18:29 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M Makefile
    M doc/Makefile
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Wed Nov 1 23:49:14 2023
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    hpucode:
    rewrite Makefile to support unified build as part of the Husky project
    Author: spanevin <semen@icelan.ru>
    Date: 2023-11-01 22:55:22 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M Makefile
    A doc/Makefile
    A doc/hpucode.texi
    D h/cvsdate.h
    M h/version.h
    D hpucode.texi
    M src/uuecode.c
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Thu Nov 2 23:49:18 2023
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskybse:
    add bsopack and hpucode to the list of supported subprojects (#11)
    * Add bsopack to the list of subprojects supported by unified build

    * Fix docs installing

    * Add hpucode to the list of subprojects supported by unified build
    Author: spanevin <semen@icelan.ru>
    Date: 2023-11-02 22:51:29 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M Makefile
    M huskymak.cfg
    M huskymak.cfg.bsd
    M huskymak.cfg.macos
    M huskymak.cfg.mgw
    M huskymak.rpm.cfg
    ===========================
    huskybse:
    fix the install procedure description
    Author: dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-11-02 12:58:14 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M INSTALL.asciidoc
    M INSTALL_ru.asciidoc
    ===========================
    bsopack:
    rewrite Makefile to support unified build as part of the Husky project
    Author: spanevin <semen@icelan.ru>
    Date: 2023-11-02 22:50:08 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    D INSTALL
    A INSTALL.md
    M Makefile
    D README
    A README.md
    D bsopack.texi
    M debian/copyright
    A doc/Makefile
    A doc/bsopack.texi
    M h/config.h
    D h/cvsdate.h
    M h/version.h
    M src/bsopack.c
    M src/config.c
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Sun Nov 26 23:49:14 2023
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    util:
    add declarations of some variables
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-11-26 18:12:02 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M bin/rmLink.pl
    M bin/rmLinkMail.pl
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Mon Nov 27 23:49:14 2023
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    util:
    use explicit import lists for Fidoconfig::Token and Husky::Rmfiles
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-11-27 21:06:59 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M bin/fixOutbound.pl
    M bin/rmLink.pl
    M bin/rmLinkMail.pl
    M bin/showold.pl
    ===========================
    util:
    revert the previous commit
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-11-27 20:01:17 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M bin/rmLink.pl
    M bin/rmLinkMail.pl
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Fri Dec 1 23:49:14 2023
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    huskybse:
    improve the presentation
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-12-01 22:45:27 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M INSTALL.asciidoc
    ===========================
    huskybse:
    correct documentation
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-12-01 17:53:56 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M INSTALL.asciidoc
    M INSTALL_ru.asciidoc
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Mon Dec 4 23:49:14 2023
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    fidoconf:
    fix a typo
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-12-04 18:17:23 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M doc/fidoconfig.texi
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Thu Dec 21 23:49:14 2023
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    areafix:
    log an error message when HelpFile setting is not defined
    Author: kaa-ip <80220578+kaa-ip@users.noreply.github.com>
    Date: 2023-12-21 17:03:20 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M src/areafix.c
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Mon Feb 5 23:49:12 2024
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    hpt:
    include all links in SEEN-BYs when -sbkeepAll is used.
    SEEN-BYs of nodes from other zones were not included
    in the messages sent to nodes in the own zone.

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2024-02-05 23:20:44 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M src/seenby.c
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Sat Mar 2 23:49:14 2024
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    hpt:
    qsort() cannot sort array of zero size
    Trying to sort a zero-size array using qsort() results in a runtime error. Patch by Nil Alexandrov <nil.alexandrov@gmail.com>

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2024-03-02 21:52:21 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M src/toss.c
    ===========================
    hpt:
    the inbound has two bundles of zero size
    Fix an access violation when there are two or more bundles
    of zero size in the inbound.
    Patch by Nil Alexandrov <nil.alexandrov@gmail.com>

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2024-03-02 21:22:37 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M src/toss.c
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Sat Mar 23 23:49:12 2024
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    fidoconf:
    add the -p and -$m interdependence with -nopack
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2024-03-23 23:38:18 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M doc/fidoconfig.texi
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From husky inspector@2:5020/1042.3 to All on Sun Mar 31 23:49:12 2024
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    fidoconf:
    fix English usage and text formatting
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2024-03-31 22:25:05 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M doc/fidoconfig.texi
    M doc/proposal.texi
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)