Subj : Changes in husky sources To : All From : husky inspector Date : Sat Jan 07 2023 11:49 pm 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 Date: 2023-01-07 00:17:53 +0300 Committed by: Michael Dukelsky 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 Date: 2023-01-07 00:19:41 +0300 Committed by: Michael Dukelsky Files: M src/hptkill.c =========================== areastat: remove cvsdate.h Author: Michael Dukelsky Date: 2023-01-07 00:18:55 +0300 Committed by: Michael Dukelsky Files: D h/cvsdate.h =========================== areastat: fix a typo Author: Michael Dukelsky Date: 2023-01-07 00:18:45 +0300 Committed by: Michael Dukelsky Files: M h/cvsdate.h M src/areastat.c =========================== nltools: remove cvsdate.h Author: Michael Dukelsky Date: 2023-01-07 00:20:11 +0300 Committed by: Michael Dukelsky 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 Date: 2023-01-07 00:17:02 +0300 Committed by: Michael Dukelsky Files: M huskylib/memory.h M src/memory.c --- hpt/lnx 1.9.0 * Origin: Moscow, Russia (2:5020/1042.3) .