ACTLIB ====== version 1.4: ----------- - function test_drive (TOOLS.LIB) completely re-written. version 1.3: ----------- ** Turbo-Vision library TVTOOLS has been removed from this package. ** It is now available as TVTOOL13.ZIP and includes ACTLIB13.ZIP - macros 'nodebug()' in NODEBUG.H to disable debugging of a program - Bug correction in recursexp (REGEXP.C - STRINGS.LIB) forgot some 'free' - Bug correction in str(n)comp (COMP.C/NCOMP.C - STRINGS.LIB) UPPER was hard-coded (to a wrong value!) - Bug correction in vollabel (TOOLS.LIB) suppress '.' from volume label - function is_drive_ready() replaced by test_drive() to enhance functionalities (added a macro 'is_drive_ready()' for compatibility) - change in fnreduce (TOOLS.LIB) to increase compatibility with Microsoft. version 1.2: ----------- - New function in TOOLS.LIB: int far cpu_type( void ); returns cpu type (86, 186, 286, 386, 486) - CALC.LIB has been removed and replaced by function strcalc() in STRINGS.LIB - Bug correction in filencopy (TOOLS.LIB) version 1.1: ----------- A lot of bug corrections and modifications to increase compatibility (mainly with Microsoft 7.0). Only changes in the interface/behaviour will be listed: - change of return code in getsetup() in SETUP.C (TOOLS.LIB) - adding a boolean format (%b) and a new string format (%S) in getsetup() in SETUP.C (TOOLS.LIB)