Changes from 9/12/2002 document (part of "final inspection" of document
before final vote)
-
Minor fixes to DRI Entity index
-
Fixes to DRI Function index
-
Remove Bibliography (only 1 entry) and instead place citation
as footnote where it is needed in Annex C
-
Add acknowledgement of DARPA/AFRL contract to Mercury Computer Systems
-
Still needed: Add
acknowledgement of DARPA/AFRL contract to Mississippi St. U. and MPI Software
Technology, Inc.
-
Removed broken cross reference to error code list,
replaced it with reference to DRI Return Code index
-
41/26-28: added extra line of space between
paragraphs
-
48/20: DRI_Reorg_object ==> DRI_Reorg object
-
77/35: "in local memory ,dim = 1 ..." ==> "in
local memory, dim = 1 ..."
-
and on 81/48
-
and on 83/45
-
87/bottom of page: LIS signature of DRI_Reorg_get_distribution
runs off the page
-
88/bottom of page: LIS signature of DRI_Layout_get_ndims
runs off the page
-
111: avoided references to DRI objects
in Annex A (Journal of Development) from appearing in indices at the end
of the document
-
title page: changed footnote to indicate Ch.
2 is the DRI 1.0 specification as written just prior to formal vote taken
by DRI Forum (this note of course will be removed if the spec is approved)
-
3/17-18: Changed sentence to say that this chapter
contains the DRI 1.0 specification
-
9/27: C binding for DRI_error_release_string
needs char **name (2 *'s) (it had only 1)
-
57/13-19: DRI_Reorg_get_bufstate: type
of state output argument
-
"struct DRI_Reorg_bufstate" ==> "DRI_Reorg_bufstate"
(LIS and C bindings)
-
this is because the text says that the minimal definition
is:
typedef struct {
/* contents of struct
here */
} DRI_Reorg_bufstate;
-
DRI_Reorg_bufstate is shorthand for the structure
type (which has no tag)
-
57/19: DRI_Reorg_get_bufstate(): "DRI_Reorg *reorg"
==> "DRI_Reorg reorg" (no * in C binding)
-
77/19: DRI_Blockinfo_stride: changed return
type from int to unsigned int (returned quantity will always be >= 1 according
to function description, so we make return type unsigned)
-
83/11: DRI_Blockinfo_right_actual_pad title
line inserted (it was missing)
-
91/3: DRI_Layout_get_rel_align's output argument
(rel_align) is supposed to be unsigned int (but it was int)
-
111/20-39: removed phrases like "not supported
in DRI-1.0" or "may be supported in later versions of DRI", because
those ideas are communicated in lines 15-18.
-
113/32: Inserted comment about how "DRI_GROUP allprocs;"
is set to the group of all DRI processes, and that how this happens
is implementation-specific