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

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

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