[R-gregmisc-users] SF.net SVN: r-gregmisc:[1843] trunk/SASxport/inst/NEWS
Brought to you by:
warnes
From: <wa...@us...> - 2014-07-18 20:47:21
|
Revision: 1843 http://sourceforge.net/p/r-gregmisc/code/1843 Author: warnes Date: 2014-07-18 20:47:17 +0000 (Fri, 18 Jul 2014) Log Message: ----------- Update NEWS for SASxport 1.4.2 Modified Paths: -------------- trunk/SASxport/inst/NEWS Modified: trunk/SASxport/inst/NEWS =================================================================== --- trunk/SASxport/inst/NEWS 2014-07-18 20:40:57 UTC (rev 1842) +++ trunk/SASxport/inst/NEWS 2014-07-18 20:47:17 UTC (rev 1843) @@ -3,13 +3,20 @@ Bug fixes: -- Explicitly cast left shifts in ibm2ieee.c to avoid undefined +- Explicitly cast left bit shifts to avoid undefined C language behavior. (Reported by Brian Ripley) - Resolve problem in accessing "Hmisc::label.default<-" if SASxport::read.xport is called without loading SASxport. (Reported by Dominic Comtois) +Other changes: + +- Modified several test files to display generated .xpt data so that + issues can be more easily detected and diagnosed. + +- C code cleanup and reorgaization to improve clarity. + Version 1.4.1 - 2014-07-16 -------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |