Sean McBride
dfc2ac7296
Replaced trivial uses of sprintf with snprintf
...
In all these cases the size of the buffer can be computed with sizeof.
2023-12-08 13:30:38 -05:00
Ward Fisher
763750fab5
More copyright stanza updates.
2018-12-06 14:56:42 -07:00
Ed Hartnett
f33897e248
fixed some warnings, added some files to makefile.am to be cleaned
2017-11-26 08:50:16 -07:00
Ward Fisher
e4f81a1611
Fixed issue on 32-bit systems.
2017-07-05 14:57:12 -06:00
dmh
859f105005
merge-squash
2015-08-15 16:26:35 -06:00
Ward Fisher
1593fccd69
Addressed issues related to running large file tests on machines < 4GB memory. Updated messages to indicate what the problem was specifically, so that I don't spend another day somewhere down the road figuring out the problem yet again.
2014-09-17 13:28:36 -06:00
Ward Fisher
a0c5a08bf7
Changed large_file.c so that overly large variables are allocated dynamically, not at link time.
2014-03-19 12:47:06 -06:00
Russ Rew
946a7ab8b5
Fix contributed by Nath Gopalaswamy to large file problem reading
...
netCDF classic or 64-bit offset files that have a UINT32_MAX flag for
large last record size of a variable that has values larger than 1
byte. This problem had previously been fixed for *writing* such data,
but was only tested with an ncbyte variable. Fixed test to
demonstrate problem and the fix.
More updates to chunking documentation, cosmetic fixes for some
"--option=" documentation that doxygen turns into mdash.
2013-05-31 20:18:18 +00:00
Russ Rew
8a9599c850
Merge my branch back into trunk!
2012-04-01 23:42:53 +00:00
Russ Rew
52e525c19c
Factor out common functionality in ncdump and nccopy and share between them.
2011-01-05 23:48:47 +00:00
Ed Hartnett
18f4bca367
moving to trunk subdir
2010-06-03 13:24:43 +00:00