This is the mail archive of the gsl-cvs@sourceware.cygnus.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

gsl/ ector/copy_source.c ector/gsl_vector_char ...


CVSROOT:	/cvs/gsl
Module name:	gsl
Changes by:	bjg@sourceware.cygnus.com	00/03/09 11:18:47

Modified files:
	vector         : copy_source.c gsl_vector_char.h 
	                 gsl_vector_complex_double.h 
	                 gsl_vector_complex_float.h 
	                 gsl_vector_complex_long_double.h 
	                 gsl_vector_double.h gsl_vector_float.h 
	                 gsl_vector_int.h gsl_vector_long.h 
	                 gsl_vector_long_double.h gsl_vector_short.h 
	                 gsl_vector_uchar.h gsl_vector_uint.h 
	                 gsl_vector_ulong.h gsl_vector_ushort.h 
	sort           : test_source.c 
	rng            : ChangeLog gsl_rng.h rng.c test.c 
	ode-initval    : Makefile.am 
	multiroots     : Makefile.am broyden.c dnewton.c dogleg.c 
	                 fdfsolver.c fdjac.c fsolver.c gnewton.c 
	                 hybrid.c hybridj.c newton.c 
	multimin       : conjugate.c fdfminimizer.c 
	linalg         : test_la.c 
	matrix         : copy_source.c gsl_matrix_char.h 
	                 gsl_matrix_complex_double.h 
	                 gsl_matrix_complex_float.h 
	                 gsl_matrix_complex_long_double.h 
	                 gsl_matrix_double.h gsl_matrix_float.h 
	                 gsl_matrix_int.h gsl_matrix_long.h 
	                 gsl_matrix_long_double.h gsl_matrix_short.h 
	                 gsl_matrix_uchar.h gsl_matrix_uint.h 
	                 gsl_matrix_ulong.h gsl_matrix_ushort.h 
	                 rowcol_source.c test_source.c 
	fft            : c_init.c gsl_fft_complex.h 
	                 gsl_fft_complex_float.h 

Log message:
	changed all _copy/_cpy functions to use the standard suffix _memcpy
	when they do a memory copy.  Renamed row/column access functions to
	_get and _set to avoid ambiguity about copy direction.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]