summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README5
-rw-r--r--RELEASE5
2 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 2730f9a..eef6885 100644
--- a/README
+++ b/README
@@ -5,6 +5,11 @@ documentation, see the RELEASE file for information specific to this release of
the library. The INSTALL file contains instructions on compiling and
installing the library.
+Documentation for this release is in the html directory:
+ H5.apiv2.html - API interface description for HDF5 interface
+ H5.format.html - Format description for HDF5 files
+ H5.intro.html - Introduction to programming with the HDF5 interface
+
Three mailing lists are currently set up for use with the HDF5 library:
hdf5 - For general discussion of the HDF5 library with other users.
hdf5dev - For discussion of the HDF5 library development with developers
diff --git a/RELEASE b/RELEASE
index 51dcd60..cd1b9be 100644
--- a/RELEASE
+++ b/RELEASE
@@ -15,6 +15,11 @@ limitations of the prototype is as follows:
its full "pathname" in the file, ie. "/foo/bar/dataset1",
"/foo/bar/dataset2", "/foo/data"
+ This release has been tested on UNIX platforms only; specifically: Linux,
+FreedBSD, IRIX, Solaris & Dec UNIX. Machines which do not have IEEE floating-
+point representation or non big- or little-endian memory representations aren't
+supported in this release, most other machines should work correctly.
+
A list of the API functions currently supported follows. [This list is
short, mainly as a method of providing feedback before significant direction
changes must be made]
ion value='core_8_0_2_synthetic'>core_8_0_2_synthetic Tk is a free and open-source, cross-platform widget toolkit that provides a library of basic elements of GUI widgets for building a graphical user interface (GUI) in many programming languages.
summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorkjnash <k.j.nash@usa.net>2017-06-13 03:39:54 (GMT)
committerkjnash <k.j.nash@usa.net>2017-06-13 03:39:54 (GMT)
commit65a9d62bbe3899939f951ae65b333de7765e8f1e (patch)
tree6f1ab25d2e7d2fe2ad166bf4facae8bd3edacb13 /library
parentb97dc93effc45d8ab8a7725ac747c688774dd543 (diff)
downloadtk-bug_adc028c8d0.zip
tk-bug_adc028c8d0.tar.gz
tk-bug_adc028c8d0.tar.bz2
Add "break" to "bind Menu <KeyPress>" in library/menu.tcl. Fixes bug adc028c8d0.bug_adc028c8d0
Diffstat (limited to 'library')
-rw-r--r--library/menu.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/menu.tcl b/library/menu.tcl