Jit Package NEWS ---------------- 1.0-4 Jan 20, 2009 Fixed tests and docs to deal with non-propagation of NaNs (they get converted to NAs in certain arithmetic expressions on some architectures). 1.0-3 Jan 5, 2009 We now get a clean rcmd check. Thanks to Kurt Hornik and Dirk Eddelbuettel for their help. 1.0-2 Jan 5, 2009 The is.ra flag was not being set reliably. This was possibly related to recent changes in library code in standard R. Fixed it by moving the code in jit.R into .onLoad() and using assign(). Thanks to Dirk Eddelbuettel for nailing this. 1.0-1 Jan 3, 2009 Man page touchups for Ra 1.2.1 (based on R 2.8.1) 1.0-0 Oct 23, 2008 Man page touchups for Ra 1.2.0 (which added support of matrix subscripts and is based on R 2.8.0) 0.0-7 May 28, 2008 Minor man page tweaks for Ra 1.1.0 0.0-6 Tidy up of jit.R 0.0-5 Man page touchups from user feedback and for Ra port to R 2.7.0 0.0-4 Man page touchups 0.0-3 Changed grep("nojit") to grep("^nojit$") to prevent false matches 0.0-2 Man page fixes 0.0-1 Initial release