From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9418 invoked by alias); 17 Jun 2003 21:06:12 -0000 Mailing-List: contact gsl-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: , Sender: gsl-cvs-owner@sources.redhat.com List-Subscribe: Received: (qmail 9384 invoked by uid 9037); 17 Jun 2003 21:06:11 -0000 Date: Tue, 17 Jun 2003 21:06:00 -0000 Message-ID: <20030617210611.9382.qmail@sources.redhat.com> From: bjg@sources.redhat.com To: gsl-cvs@sourceware.cygnus.com Subject: gsl ./ChangeLog ./Makefile.am ./acconfig.h ./c ... X-SW-Source: 2003/txt/msg00128.txt.bz2 List-Id: CVSROOT: /cvs/gsl Module name: gsl Changes by: bjg@sourceware.org 2003-06-17 21:06:10 Modified files: . : ChangeLog Makefile.am acconfig.h config.h.in gsl_math.h gsl_mode.h gsl_pow_int.h missing block : fprintf_source.c gsl_block_complex.h test.c combination : gsl_combination.h complex : gsl_complex_math.h err : ChangeLog Makefile.am gsl_errno.h gsl : Makefile.am ieee-utils : fp-gnuc99.c fp.c test.c interpolation : bsearch.h gsl_interp.h matrix : file_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 test.c test_complex_source.c test_source.c msvc : config.h permutation : gsl_permutation.h poly : gsl_poly.h qrng : gsl_qrng.h rng : gsl_rng.h scripts : knownproblems.pl specfunc : gsl_sf_exp.h gsl_sf_legendre.h gsl_sf_log.h sys : infnan.c test.c test : results.c utils : alloca.c getopt.c getopt1.c memcpy.c memmove.c strdup.c system.h vector : file_source.c gsl_vector_char.h gsl_vector_complex.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 test.c Added files: . : configure.ac Removed files: . : configure.in Log message: converted configure.in to autoconf 2.5x, involved extensive renaming macros of HAVE_... to HAVE_DECL_.. and changing usage from #ifdef HAVE to #if HAVE