From 7b3e746fc1322692bbe0eb1a5f85fdd071839843 Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 15 May 2010 07:12:00 +0000 Subject: Changes 0.9.2: * To compile fityk, Boost (only headers) and xylib must be installed first. Fityk tarball does not contain a copy of boost and xylib now. * user-defined functions: split functions can be defined in this way: SplitG(h, c, w1, w2) = x < c ? Gaussian(h, c, w1) : Gaussian(h, c, w2) * added info-numeric-format option * a couple of bug fixes Changes 0.9.1: * added cfityk to Windows installer * Unix only: fitting can be interrupted by the INT signal * changed output of "info errors", see the manual for details * GUI: "plot in @n" changes selected datasets (useful in scripts) * many bugs fixed Changes 0.9.0: * GUI: Data > Editor dialog was replaced with two dialogs: Data > Table and Data > Edit Transformations * added Lua bindings (configure option --enable-lua) * a syntax to execute output from external program: command ! program [args...] * xyConvert (which requires wx 2.9) is built by default. Added flag --disable-xyconvert, which must be used with wx 2.8. * parsing of info command was rewritten, but functionality is almost the same * bug fixes --- math/fityk/patches/patch-aa | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'math/fityk/patches/patch-aa') diff --git a/math/fityk/patches/patch-aa b/math/fityk/patches/patch-aa index ba7d9a59e80..41e5aa8ad0b 100644 --- a/math/fityk/patches/patch-aa +++ b/math/fityk/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2009/12/11 20:44:38 drochner Exp $ +$NetBSD: patch-aa,v 1.2 2010/05/15 07:12:00 adam Exp $ ---- src/cli/main.cpp.orig 2009-06-22 13:55:54.000000000 +0200 +--- src/cli/main.cpp.orig 2010-05-05 22:45:31.000000000 +0000 +++ src/cli/main.cpp -@@ -397,7 +397,9 @@ RlHistoryManager::~RlHistoryManager() +@@ -410,7 +410,9 @@ RlHistoryManager::~RlHistoryManager() if (hist_file_size <= 0) hist_file_size = 500; write_history (hist_file.c_str()); -- cgit v1.2.3