Blame block/ChangeLog

Packit 67cb25
2017-01-07  Rhys Ulerich  <rhys.ulerich@gmail.com>
Packit 67cb25
Packit 67cb25
	* init_source.c: permit zero-length blocks (#49988)
Packit 67cb25
	* test_source.c: zero-length for alloc and calloc
Packit 67cb25
	* test_complex_source.c: zero-length for alloc and calloc
Packit 67cb25
	* test.c: rename trap as alloc_zero_length, add calloc tests
Packit 67cb25
Packit 67cb25
2009-07-09  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* init_source.c (FUNCTION): handle NULL argument in free
Packit 67cb25
Packit 67cb25
2008-07-03  Brian Gough  <bjg@hp2.network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* Makefile.am (INCLUDES): remove top_builddir
Packit 67cb25
Packit 67cb25
2005-05-21  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* Makefile.am (pkginclude_HEADERS): removed unused file
Packit 67cb25
	gsl_block_complex.h
Packit 67cb25
Packit 67cb25
2004-06-03  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* gsl_check_range.h: provide backwards-compatible support for
Packit 67cb25
	GSL_RANGE_CHECK_OFF and GSL_RANGE_CHECK
Packit 67cb25
Packit 67cb25
Sat Jul 15 21:45:10 2000  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* init_source.c (FUNCTION): changed GSL_EDOM to GSL_EINVAL for
Packit 67cb25
 	invalid size arguments
Packit 67cb25
Packit 67cb25
Sun May 28 12:22:26 2000  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* test_complex_source.c (FUNCTION): use binary mode "b" when
Packit 67cb25
 	reading and writing binary files
Packit 67cb25
Packit 67cb25
	* test_source.c (FUNCTION): use binary mode "b" when reading and
Packit 67cb25
 	writing binary files
Packit 67cb25
Packit 67cb25
Thu Mar  2 20:51:23 2000  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* fprintf_source.c: all input is now done through an ATOMIC_IO
Packit 67cb25
 	type, since char has to be written/read using a different type
Packit 67cb25
 	(int).
Packit 67cb25
Packit 67cb25
Fri Oct  1 15:48:31 1999  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* this directory handles the memory management for vectors and
Packit 67cb25
 	matrices
Packit 67cb25