2009-01-13 Dirk Eddelbuettel * configure.in: Mark as release 0.1.2 * littler.c,r.1: Added -q|--quick switch to skip autoload with thanks to Simon Urbanek for the suggestion. * littler.c: Updated copyright to 2009 2009-01-10 Dirk Eddelbuettel * Makefile.am: Tweaked flow and logic a little, updated copyright 2008-08-28 Jeffrey Horner * littler.c: added -t|--rtemp to use R's temp dir strategy with thanks to Paul Gilbert for the suggestion. 2008-08-27 Dirk Eddelbuettel * Release 0.1.1 2008-08-18 Dirk Eddelbuettel * tests/exitstatus.sh: Added test script for new exit status feature 2008-08-18 Jeffrey Horner * littler.c: now exits with status provided by call to q(). 2008-06-09 Dirk Eddelbuettel * r.1: Applied patch by Seb which adds more examples. Thanks! 2008-04-30 Dirk Eddelbuettel * README: added entry about getopt 2008-03-12 Dirk Eddelbuettel * examples/update.r: simplified clearCache 2008-01-14 Dirk Eddelbuettel * Release 0.1.0 * littler.c: Added new option -l|--packages to load R packages * littler.c: Small change to optional argument handling * littler.c: Also use --no-restore argument on startup * littler.c: Small additions to --help output * r.1: Documented new option -l | --packages * README: Updated as well * autoloads.R: No longer suppress autoload of package datasets * bootstrap: Two small fixes for non-bash sh use * examples/update.r: rewritten cache clearing part * tests/timing*.sh: added Rscript for comparison 2007-04-13 Dirk Eddelbuettel * Release 0.0.11 * Makefile.am: Removed use of one GNU extension to Make to facilitate builds on non-GNU systems * examples/update.r: Fix by Jeff for file caching issues 2007-02-20 Dirk Eddelbuettel * Release 0.0.10 2007-02-19 Jeffrey Horner * README: Updated FAQ entry regarding Rscript with 'hello world!' example. * littler.c: Added R version checking to support R 2.4 and 2.5 * tests/*: Convened on ../r as path to r. 2007-02-18 Dirk Eddelbuettel * configure.in: Tag it as release 0.0.10 * README: Added FAQ entry regarding Rscript * README, littler.c: Rolled copyright into 2007 2007-02-16 Jeffrey Horner * configure.in: added --with-java-libs and --with-tcltk-libs for conditionally linking littler against respective libraries. 2007-02-15 Jeffrey Horner * littler.R: added more R_* environment variables to output. * configure.in: added R CMD *_LIBS output to ld linker flags * INSTALL: Added minimal recipe to build GNU R with --enable-R-shlib 2007-02-08 Jeffrey Horner * littler.c: added function init_rand to set initial seed values for the R function tempfile. * configure.in: added checks for existence of gettimeofday and time to support init_rand. 2007-01-04 Dirk Eddelbuettel * configure.in: Tag it as release 0.0.9 2007-01-04 Jeffrey Horner * littler.c: added call to R_ReplDLLinit to initialize console buffers 2006-11-22 Jeffrey Horner * examples/updates.r: always regenerate package cache 2006-10-28 Dirk Eddelbuettel * update.r: Switched repos to to cran.r-project.org 2006-10-25 Dirk Eddelbuettel * configure.in: Tag it as release 0.0.8 * examples/install.r, examples/update.r: Two new examples * Makefile.am: Some small cleanups and fixes * INSTALL: Clarified need for R as shared library, reformatted 2006-10-09 Dirk Eddelbuettel * Makefile, bootstrap: Added .PHONY targets, have bootstrap optionally create svnversion.h * FAQ: document clash of 'r' with the zsh builtin 2006-10-06 Jeffrey Horner * configure.in, littler.c, Makefile.am, littler.R: make littler set all R_* environment variables. * configure.in: unconditionally create littler.h, autoloads.h, and ldflags.txt during configure. 2006-10-05 Jeffrey Horner * Release 0.0.7 * Makefile.am: added ldflags.R to dist 2006-10-04 Dirk Eddelbuettel * Release 0.0.6 2006-10-03 Dirk Eddelbuettel * README, INSTALL: Some more polishing 2006-10-03 Jeffrey Horner * README: added FAQ answer to use the configure flags --program-prefix and/or --program-suffix for renaming r binary. 2006-10-02 Dirk Eddelbuettel * configure.in: Added check for R version >= 2.3.1 2006-09-29 Dirk Eddelbuettel * littler.c: support svnrevision/date in --version * bootstrap, svnversion.h: call svn and do some awk'ing borrowed from R's Makefiles to auto-create svnversion.h * configure.in, Makefile.am: updated accordingly 2006-09-29 Jeffrey Horner * README: Added 'Implementation' section. 2006-09-28 Jeffrey Horner * littler.c: parse_eval(), the REP loop for stdin and '-e', now use R_tryEval() instead of eval(). * configure.in, Makefile.am, ldflags.R: For linux, we add all paths set by RHOME/etc/ldpaths to r's RPATH. 2006-09-26 Dirk Eddelbuettel * Release 0.0.5 made and announced by Jeff * rinterp.c, rinterp.1: renamed to littler.c, littler.1 * Makefile.am, configure.in: Many changes to accomodate that * autoloads.R: code generator to aid in autoload()ing functions from default packages. 2006-09-05 Jeffrey Horner * Release 0.0.4: * rinterp.c: Bug fix: forgot to reset membuf_t.buf after a call to resize_membuf() * rinterp.c: After R init, we delete R_SESSION_TMPDIR and point it to one of TMPDIR, TMP, TEMP, or "/tmp". We also turn off R's signal handlers. 2006-08-15 Jeffrey Horner * Release 0.0.3: * configure.in: Added Dirk's patch to configure.in to automatically find R in search path and to use --rpath linker option. * rinterp.c: Read commands from stdin when no file is given on cmdline. (feature request from Dirk Eddelbuettel ) 2006-08-09 Jeffrey Horner * Release 0.0.2: * rinterp.c: Added argv support. (feature request from Juha Vierine ) 2006-07-14 Jeffrey Horner * Release 0.0.1: * Initial release of Rinterp: hashbang support for R