[Getdata-commits] SF.net SVN: getdata:[865] trunk/getdata/NEWS
Scientific Database Format
Brought to you by:
ketiltrout
|
From: <ket...@us...> - 2013-11-15 22:01:44
|
Revision: 865
http://sourceforge.net/p/getdata/code/865
Author: ketiltrout
Date: 2013-11-15 22:01:40 +0000 (Fri, 15 Nov 2013)
Log Message:
-----------
typo
Modified Paths:
--------------
trunk/getdata/NEWS
Modified: trunk/getdata/NEWS
===================================================================
--- trunk/getdata/NEWS 2013-11-13 21:56:54 UTC (rev 864)
+++ trunk/getdata/NEWS 2013-11-15 22:01:40 UTC (rev 865)
@@ -4,8 +4,9 @@
* The gd_free_entry_strings() function now NULLs pointers after freeing them.
- * The gd_[m]add() functions now ignore zero-length scalar strings. Previously
- they would store these invalid field codes, causing problems later.
+ * BUG FIX: The gd_[m]add() functions now ignore zero-length scalar strings.
+ Previously they would store these invalid field codes, causing problems
+ later.
* BUG FIX: Returning complex-valued CARRAYs as purely real now works.
Previously only the first element requested would be returned, the remaining
@@ -58,7 +59,7 @@
* F95 BUG FIX: fgd_add and fgd_alter_entry no longer ignore named scalar
parameters provided in supplied entry structures.
- * C++ BUG FIX: Fixed segfault in RawEntry distructor. Reported by S. J.
+ * C++ BUG FIX: Fixed segfault in RawEntry destructor. Reported by S. J.
Benton.
|==============================================================================|
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|