summaryrefslogtreecommitdiff
path: root/math/fityk/patches/patch-aa
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-05-15 07:12:00 +0000
committeradam <adam@pkgsrc.org>2010-05-15 07:12:00 +0000
commit7b3e746fc1322692bbe0eb1a5f85fdd071839843 (patch)
tree18f1260e1154842f4e261defa44fba28ac8a2c69 /math/fityk/patches/patch-aa
parentbe0c157f029153c9cb5bafb0730ed91b0de46015 (diff)
downloadpkgsrc-7b3e746fc1322692bbe0eb1a5f85fdd071839843.tar.gz
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
Diffstat (limited to 'math/fityk/patches/patch-aa')
-rw-r--r--math/fityk/patches/patch-aa6
1 files changed, 3 insertions, 3 deletions
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());