comparison readme.txt @ 2093:0c7de37977c8

Add a display of all features in dwtest using dw_debug(). Also update the readme to mention dw_feature_get/set().
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 11 Jun 2020 02:26:42 +0000
parents 94ea915bd917
children 3ba5cbea84ec
comparison
equal deleted inserted replaced
2092:95b9c7780f3f 2093:0c7de37977c8
58 Added dw_mle_set_auto_complete() to enable completion, only available on Mac. 58 Added dw_mle_set_auto_complete() to enable completion, only available on Mac.
59 Changed to using GTK3 by default instead of GTK2. --with-gtk2 is now available. 59 Changed to using GTK3 by default instead of GTK2. --with-gtk2 is now available.
60 Changed to using winsock2 on Windows ending support for Win95 and NT 3.5. 60 Changed to using winsock2 on Windows ending support for Win95 and NT 3.5.
61 Added support for domain sockets on Windows 10 in the dwcompat sockpipe() macro. 61 Added support for domain sockets on Windows 10 in the dwcompat sockpipe() macro.
62 If compiled with Visual Studio 2017 or later, otherwise the old method is used. 62 If compiled with Visual Studio 2017 or later, otherwise the old method is used.
63 Added dw_feature_set/get() to test if certain features are available on the current
64 library and operating system combination at runtime or enabled/disable features.
63 Fixed many small bugs, too numerous to list here. 65 Fixed many small bugs, too numerous to list here.
64 66
65 Dynamic Windows Documentation is available at: 67 Dynamic Windows Documentation is available at:
66 68
67 http://dbsoft.org/dw_help.php 69 http://dbsoft.org/dw_help.php