netcdf-c/libdispatch
Ward Fisher ff062bb588 Fixed a windows-specific issue in nc_open. When attempting to
read 4 bytes from a 3 byte file, Windows would fail with an
error 22, "Invalid Operation". This would happen when trying to
read the 4-byte magic number from a very small file.

This problem was uncovered by nc_test/tst_misc.c.  

When fread returns 0 and errno is 22, NC_ENOTNC is returned.
2013-01-24 20:23:18 +00:00
..
CMakeLists.txt
datt.c
dattget.c
dattinq.c
dattput.c
dcompound.c
dcopy.c Finish fix of Jira ticket NCF-216, modifying nc_copy_var() limitation so that dimension IDs in output don't have to match dimension IDs in input. 2013-01-23 21:46:22 +00:00
ddim.c Distinguish between NC_MAX_DIMS and NC_MAX_VAR_DIMS 2013-01-23 23:31:34 +00:00
ddispatch.c Distinguish between NC_MAX_DIMS and NC_MAX_VAR_DIMS 2013-01-23 23:31:34 +00:00
defcheck.c
denum.c
derror.c
dfile.c Fixed a windows-specific issue in nc_open. When attempting to 2013-01-24 20:23:18 +00:00
dgroup.c
dopaque.c
dparallel.c more pnetcdf fixes 2013-01-18 02:25:12 +00:00
dstring.c
dsubstrate.c
dtype.c
dutf8proc.c
dv2i.c Merging CMake branch into trunk. Changes include: 2013-01-15 22:43:09 +00:00
dvar.c
dvarget.c Fixed bug NCF-206 (Fix strided access for NC_STRING type). Verified 2012-11-19 17:20:53 +00:00
dvarinq.c
dvarput.c Fixed bug NCF-206 (Fix strided access for NC_STRING type). Verified 2012-11-19 17:20:53 +00:00
dvlen.c
Make0
Makefile.am
nc.c Fix weird code in nc.c/free_NC; wonder how it got that way? 2012-12-11 23:51:05 +00:00
ncaux.c
ncbytes.c
nchashmap.c
nclist.c
nclistmgr.c
nclog.c
nctime.c
ncuri.c Merged changes from netcdf-branch. 2012-12-13 22:09:41 +00:00
netcdf.m4
stubdef.c
utf8proc_data.h