summaryrefslogtreecommitdiff
path: root/gsl-1.9/block/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gsl-1.9/block/ChangeLog')
-rw-r--r--gsl-1.9/block/ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/gsl-1.9/block/ChangeLog b/gsl-1.9/block/ChangeLog
new file mode 100644
index 0000000..f2055a9
--- /dev/null
+++ b/gsl-1.9/block/ChangeLog
@@ -0,0 +1,34 @@
+2005-05-21 Brian Gough <bjg@network-theory.co.uk>
+
+ * Makefile.am (pkginclude_HEADERS): removed unused file
+ gsl_block_complex.h
+
+2004-06-03 Brian Gough <bjg@network-theory.co.uk>
+
+ * gsl_check_range.h: provide backwards-compatible support for
+ GSL_RANGE_CHECK_OFF and GSL_RANGE_CHECK
+
+Sat Jul 15 21:45:10 2000 Brian Gough <bjg@network-theory.co.uk>
+
+ * init_source.c (FUNCTION): changed GSL_EDOM to GSL_EINVAL for
+ invalid size arguments
+
+Sun May 28 12:22:26 2000 Brian Gough <bjg@network-theory.co.uk>
+
+ * test_complex_source.c (FUNCTION): use binary mode "b" when
+ reading and writing binary files
+
+ * test_source.c (FUNCTION): use binary mode "b" when reading and
+ writing binary files
+
+Thu Mar 2 20:51:23 2000 Brian Gough <bjg@network-theory.co.uk>
+
+ * fprintf_source.c: all input is now done through an ATOMIC_IO
+ type, since char has to be written/read using a different type
+ (int).
+
+Fri Oct 1 15:48:31 1999 Brian Gough <bjg@network-theory.co.uk>
+
+ * this directory handles the memory management for vectors and
+ matrices
+