summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tattr-2.ddl
blob: 328b54f1554886d77fafe6d4a2d1ec8a4fb6543c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
HDF5 "tattr.h5" {
ATTRIBUTE "/attr1" {
   DATATYPE  H5T_STD_I8BE
   DATASPACE  SIMPLE { ( 24 ) / ( 24 ) }
   DATA {
   (0): 97, 116, 116, 114, 105, 98, 117, 116, 101, 32, 111, 102, 32, 114,
   (14): 111, 111, 116, 32, 103, 114, 111, 117, 112, 0
   }
}
ATTRIBUTE "attr4" {
   DATATYPE  H5T_STD_I32BE
   DATASPACE  SCALAR
   DATA {
   (0): 100
   }
}
ATTRIBUTE "attr5" {
   DATATYPE  H5T_STRING {
      STRSIZE 17;
      STRPAD H5T_STR_NULLTERM;
      CSET H5T_CSET_ASCII;
      CTYPE H5T_C_S1;
   }
   DATASPACE  SCALAR
   DATA {
   (0): "string attribute"
   }
}
}
value='bug_7a87a9bc5b'>bug_7a87a9bc5b Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/tools/tcl.wse.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-12-21 13:59:26 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-12-21 13:59:26 (GMT)
commita36c735754503263367ce09b00c79b01e3577830 (patch)
treec33fb68d4c6c0c4e5c945a1f0002cd5e2f25bd4a /tools/tcl.wse.in
parent84a744f6f7dbbe47280754dd09dececdbd8b245a (diff)
downloadtcl-a36c735754503263367ce09b00c79b01e3577830.zip
tcl-a36c735754503263367ce09b00c79b01e3577830.tar.gz
tcl-a36c735754503263367ce09b00c79b01e3577830.tar.bz2
Make sure that Tcl_GetIntFromObj/Tcl_GetWideIntFromObj/Tcl_GetDoubleFromObj don't set an error in the interp during LinkTraceProc(): The error is supposed to be reported as return value of this function, not the interp.