diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-01-28 18:52:53 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-01-28 18:52:53 (GMT) |
commit | 3e601905e38451e5aa003d472fdfb45338d50fe9 (patch) | |
tree | f27930c99def09c98fcc73058e5e2fce41536b26 /config | |
parent | c0cfc4421ad7c95c46c2a654f8c06bff8db3588f (diff) | |
download | hdf5-3e601905e38451e5aa003d472fdfb45338d50fe9.zip hdf5-3e601905e38451e5aa003d472fdfb45338d50fe9.tar.gz hdf5-3e601905e38451e5aa003d472fdfb45338d50fe9.tar.bz2 |
[svn-r186] Changes since 19980128
----------------------
./config/conclude.in
The maintainer-clean target removes Emacs backup files,
mirroring backup and contrib files, core files, and profile
output files in addition to what it used to remove.
./src/H5D.c
Fixed a buffer allocation bug in the output pipeline.
./src/H5Gnode.c
Fixed a comparison against size_t
./test/Makefile.in
Added the other temporary h5 files to the `MOSTLYCLEAN' var.
./test/cmpd_dset.c
Added four tests for partial I/O. Don't you just love it when
something works on the first try!
Diffstat (limited to 'config')
-rw-r--r-- | config/conclude.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/conclude.in b/config/conclude.in index 3daa001..01002e4 100644 --- a/config/conclude.in +++ b/config/conclude.in @@ -77,6 +77,7 @@ distclean: clean # the makefile, including those generated from autoheader and autoconf. # maintainer-clean: distclean + $(RM) *~ core core.* *.core *.bak *.contrib gmon.out # Implicit rules .c.a: |