2005-06-17  Martin Maechler  <maechler@stat.math.ethz.ch>

	* src/Makevars : drop the non-portable "-O3 -Wall" flags


2005-06-17  Martin Maechler  <maechler@stat.math.ethz.ch>

	* DESCRIPTION (Version): 1.1-2
	* DESCRIPTION (Date): 2004-10-02 --- never released ---> now to CRAN

	* tests/ex-Vinod.R: add the example that failed (memory error)

2004-10-02  Martin Maechler  <maechler@stat.math.ethz.ch>

	* R/fracdiff.R (fracdiff): new integer work array passed to C.

	* src/fdcore.c (fracdf_): etc: new  iw[] integer work array.

	* README: explain the "cast" bug in pqopt_()'s call to lmder1_()...

	* src/fracdiff.h: new for common declarations

2004-09-18  Martin Maechler  <maechler@stat.math.ethz.ch>

	* src/fdcore.c: now translated from fortran
	* src/fdgam.c:  using f2c, my "f2c-clean"
	* src/fdhess.c: and lots of manual cleaning.
	* src/fdmin.c:
	* src/fdsim.c:

2004-04-29  Martin Maechler  <maechler@stat.math.ethz.ch>

	* R/fracdiff.R (fracdiff): make 'lenw' compatible to check in
	src/fdcore.f; {also make "info = 1" message more informative}

	* src/fdcore.f (fracdf): in the case of too small workspace,
	return the desired size to R.

2004-01-12  Martin Maechler  <maechler@stat.math.ethz.ch>

	* DESCRIPTION (Version): 1.1-1

	* tests/ex.R: changed version; less precision - portable?
	* tests/ex.Rout.save:

2004-01-07  Martin Maechler  <maechler@stat.math.ethz.ch>

	* man/fracdiff.Rd: explain `h' argument and its default;
	    now list all components in \value{};  also 'dtol':
	* R/fracdiff.R: dtol < 0 now does work as the docs have always said.

	* src/Makevars (PKG_LIBS): new;  use BLAS_LIBS.

2003-12-29  Martin Maechler  <maechler@stat.math.ethz.ch>

	* DESCRIPTION (Version): 1.1-0 -> released to CRAN

	* tests/ex.R: new - first regression tests

	* R/fracdiff.R (fracdiff): found *the* bug!! : use result$w !

	* src/fdmin.f:  declared all; checked with "implicit none"
	* src/fdhess.f: <ditto>
	* src/fdcore.f: <ditto>

	* src/fdgam.f (d9lgmc): fixed typo: s/d9gmlc/d9lgmc/
	                        checked all with "implicit none"

	* DESCRIPTION (Maintainer): Martin Maechler (was ORPHANED)
	* DESCRIPTION (License): GPL

