Add final updates in libnode (ND_Check for Windows target) and *Break cmd for ndbench.

This commit is contained in:
agibert 2004-08-23 22:45:17 +00:00
parent 7f142acda3
commit c70c4e5aba

View File

@ -1,7 +1,7 @@
# $RCSfile: ReleaseNotes.txt,v $ # $RCSfile: ReleaseNotes.txt,v $
# $Revision: 2.14 $ # $Revision: 2.15 $
# $Name: $ # $Name: $
# $Date: 2004/08/02 21:33:53 $ # $Date: 2004/08/23 22:45:17 $
# $Author: agibert $ # $Author: agibert $
@ -9,16 +9,16 @@
------------------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------------
LibNode V 2.0.6-1 - A. Gibert - 02/08/04 LibNode V 2.0.6-1 - A. Gibert - 24/08/04
------------------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------------
All: Generate *-c executables with checking mode enabled (ND_MODE=1), All: Generate *-c executables with checking mode enabled (ND_MODE=1),
Code clean up and more cleanly indented, Code clean up and more cleanly indented,
This new release is developped for the MICOT/Target project (Banque de France - Paris), This new release is developped for the MICOT/Target project (Banque de France - Paris),
LibNode: Add OpenStruct tracing support (Enabled by ND_MODE=1 and Debug=1), LibNode: Add OpenStruct tracing support (Enabled by ND_MODE=1 and Debug=1),
Re-implement for Unix target, full address checking in ND_Address_Check(), Re-implement for Unix and Windows target, full address checking in ND_Address_Check(),
NDDemo0: Add LibNode 2.0.6 support: Add ND_Library_Open/Close() calls, NDDemo0: Add LibNode 2.0.6 support: Add ND_Library_Open/Close() calls,
NDBench: Add Lib_Open and Lib_Close command, NDBench: Add Lib_Open, Lib_Close, Index_Value_Break and Index_Node_Break command,
Add test-10.ndb and test-errror.ndb batch files. Add test-10.ndb and test-errror.ndb batch files.