| 0 | 1 ChangeLog for R Package rdyncall | 
|  | 2 ------------------------------------------------------------------------------- | 
|  | 3 | 
|  | 4 0.8   [2014-09-19]: | 
|  | 5  o reimplemented 'simplified' version of dynfind | 
|  | 6  o added dynports: pcap | 
|  | 7  o minor documentation update for SDL installation on Solaris/OpenCSW | 
|  | 8  o fixes for ARMv7 Thumb-2 ISA and SPARC-v7/v9, x86_64-x64 and mips-o32 ABIs | 
|  | 9 | 
|  | 10 0.7.5 [2012-09-12]: | 
|  | 11  o added: support for new ARM ABI 'armhf' (ARM hardfloat). | 
|  | 12    Tested on Raspberry Pi (armv6), Efika MX Smartbook (armv7) | 
|  | 13  o added: NULL is accepted for typed pointer arguments. | 
|  | 14  o added: support for '*v' (void*) return type signature in .dyncall | 
|  | 15  o added: support for '**c' and externalptr (to support strptrarray()). | 
|  | 16  o update: changed 'dynport' containers from R name spaces to environment objects | 
|  | 17    to get rid of .Internal calls; this removes usage of '::' operators on | 
|  | 18    dynports - dynports are unloaded via detach(dynport:<PORTNAME>). | 
|  | 19  o improved finalizer management of callbacks | 
|  | 20  o added backward compatibility with R 2.10 for leagacy Mac OS X 10.4/PowerPC | 
|  | 21    R port. | 
|  | 22  o new dynports: csound, GLUT, glfw, EGL, glpk | 
|  | 23  o new demos: glpk, gles (partial work) | 
|  | 24 | 
|  | 25 0.7.4: [2011-12-13] Minor bugfix and improvements | 
|  | 26  o update: dyncall support for SPARC 32/64 and SunPro with fixes for SPARC 64-bit | 
|  | 27  o added: dynport SDL_net | 
|  | 28  o added: public helper function offsetPtr | 
|  | 29  o bugfix for R 2.14: Namespace handling, missing 'lazyData' field in Env. | 
|  | 30 | 
|  | 31 0.7.3: [2011-07-18] Added vignette, new ports, new tool-chain an fixes for bugs | 
|  | 32  o bugfix for Fedora/x64: added search path 'lib64' folder for 'dynfind'. | 
|  | 33  o added support for Sun make, DynCall uses Makefile.embedded. | 
|  | 34  o added sparc and sparc64 support using gcc tool-chain. | 
|  | 35  o added support for amd64 using solaris tool-chain. | 
|  | 36  o added vignette "foreign library interface". | 
|  | 37  o bugfix for solaris/x64: added search path 'amd64' folder for 'dynfind'. | 
|  | 38  o bugfix in examples for libm using 'm.so.6' besides 'm' on unix | 
|  | 39    (needed by debian 6 sid unstable) | 
|  | 40 | 
|  | 41 0.7.2: [2011-04-27] Minor fixes | 
|  | 42  o added win64/mingw64 support. | 
|  | 43 | 
|  | 44 0.7.1: [2011-04-26] Minor fixes | 
|  | 45  o minor Makevars fix for parallel builds. | 
|  | 46 | 
|  | 47 0.7.0: [2011-04-20] Initial Release | 
|  | 48  o first upload to CRAN. | 
|  | 49 |