Показать сообщение отдельно
  #353  
Старый 06.01.2023, 00:52
husky inspector
Guest
 
Сообщений: n/a
По умолчанию Changes in husky sources

husky inspector написал(а) к All в Jan 23 23:49:30 по местному времени:

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 getcrctable() 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
Ответить с цитированием