Ra NEWS
-------

ra_1.1.1 Jul 15 2008

Ported to R 2.7.1

ra_1.1.0 May 29 2008

Fixed incorrect "istack=0" in jitContextChangedAux (bug reported by Ben Goodrich)
Removed code causing warnings in test-jit.R and friends (thanks to Dirk Eddelbuettel)
Improved windows installer for non english locales (thanks to Sren Hjsgaard)
Fixed string overflow in deparseAsShortString
A few other tiny tweaks to code and documentation

ra_1.0.9 Apr 24 2008

Added base/R/zzz.R inadvertently left out of previous build

ra_1.0.8 Apr 23 2008

Ported to R 2.7.0

ra_1.0.7 Apr 03 2008

Code and doc touchups

ra_1.0.6 Mar 10 2008

Code and doc touchups

ra_1.0.5 Mar 6 2008

Optimized standard R loops.
Jitted code is now much faster.
Added jit(2) support, jitProlog can now interrupt another jitProlog.
Added basic NAMED handling to jitted asignments.
Added Windows installer.
Ported to R 2.6.2

ra-04 Jan 26 2008

We now jit unary minus, basic subscripted assigns, and %% and %/% ops.

The jitter state is now handled with a state machine instead of
several flags. It's a much cleaner approach.

Added three sections to the "implementation notes" doc:
  . Wouldn't it be simpler to add declarations to R instead of a jitter?
  . Speed versus C
  . About compiling code that is not in loops

Numerous doc and code fixes.  There will continue to be quite a lot of
code churn for some time.

Added some timing results to the web page.

ra-03 Jan 15 2008

Initial release
