Commit Graph

7 Commits

Author SHA1 Message Date
Bill Wendling
0bd1b41ba5 [svn-r4790]
Purpose:
	Bug Fix
Description:
	Trailing ,'s after a list of initializers to an array were causing
	some compilers to barf.
Solution:
	Put the commas before the elements in the list so we don't have an
	empty trailing comma.
Platforms tested:
	Linux (pp)
2002-01-07 14:57:26 -05:00
Elena Pourmal
adbff268a2 [svn-r4777]
Purpose:
    Bug fix
Description:
    SP3 xlc compiler does not allow trailing comma in enum
    construction.
Solution:
    Replaced
            enum {
                  var1 =0,
                  var2,
                  etc,
            }
    with
            enum {
                  var1 = 0
                 ,var2
                 ,etc
            }
     as it is done in the 1.5 branch

Platforms tested:
     NERSC SP3 and modi4.
2002-01-04 15:25:59 -05:00
Bill Wendling
f303405aee [svn-r4306]
Purpose:
    Back port of Feature Add
Description:
    Added the feature to specify which driver you want for the H5dumper
    using the command-line flag "-f D or --filedriver=D".
Platforms tested:
    Linux
2001-08-02 12:54:38 -05:00
Quincey Koziol
0f6a8fbaad [svn-r4177] Purpose:
Bug fix
Description:
    Accommodate v1.2.x behavior when --enable-hdf5v1_2 is enabled.
Platforms tested:
    FreeBSD 4.3 (hawkwind)
2001-07-10 15:16:42 -05:00
Pedro Vicente Nunes
bcb587dcc2 [svn-r4081]
Purpose:
    [is this a bug fix? feature? ...]
Description:
    [describe the bug, or describe the new feature, etc]
Solution:
    [details about the changes, algorithm, etc...]
    [Please as detail as you can since your own explanation is
    better than others guessing it from the code.]
Platforms tested:
    [machines you have tested the changed version.  This is absolute
    important.  Test it out on at least two or three different platforms
    such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and
    64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
2001-06-28 16:23:13 -05:00
Bill Wendling
287db5fd55 [svn-r3815] Purpose:
Syncing with 1.5 branch
Description:
    Syncing the tools files with those in the 1.5 branch.
2001-04-16 18:48:21 -05:00
cvs2svn
e201d20b00 [svn-r3682] This commit was manufactured by cvs2svn to create branch 'hdf5_1_4'. 2001-03-21 18:00:52 -05:00