From mboxrd@z Thu Jan 1 00:00:00 1970 From: bjg@sourceware.cygnus.com To: gsl-cvs@sourceware.cygnus.com Subject: gsl/ ector/copy_source.c ector/gsl_vector_char ... Date: Thu, 09 Mar 2000 11:18:00 -0000 Message-id: <20000309191847.3184.qmail@sourceware.cygnus.com> X-SW-Source: 2000/msg00079.html List-Id: 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.