1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00
guile/THANKS
Paulo Andrade 76876dd7bf Implement a correct generation of Fibonacci numbers.
* doc/body.texi: Change documentation to no longer say
	it is a variant of the Fibonacci sequence, and document
	a proper implementation.
	Thanks to Jon Arintok for pointing out that the Fibonacci
	sequence generation was incorrect. It was documented, but
	still confusing.

	* check/fib.tst, check/fib.ok, check/bp.tst, check/bp.ok,
	doc/ifib.c, doc/rbif.c: Implement a proper Fibonacci
	sequence implementation.
2015-11-30 15:32:48 -02:00

19 lines
898 B
Text

Thanks to all the following people for their help in
improving GNU lightning:
Paolo Bonzini <bonzini@gnu.org>
Eli Barzilay <eli@barzilay.org>
Ludovic Courtes <ludo@chbouib.org>
Matthew Flatt <mflatt@cs.utah.edu>
Laurent Michel <ldm@thorgal.homelinux.org>
Paulo Cesar Pereira de Andrade <pcpa@gnu.org>
Mike Spivey <mike@comlab.ox.ac.uk>
Basile Starynkevitch <basile@starynkevitch.net>
Sam Steingold <sds@gnu.org>
Jens Troeger <savage@light-speed.de>
Tom Tromey <tromey@redhat.com>
Trent Nelson <trent@snakebite.org>
Vitaly Magerya <vmagerya@gmail.com>
Brandon Invergo <brandon@gnu.org>
Holger Hans Peter Freyther <holger@moiji-mobile.com>
Jon Arintok <jon.arintok@gmail.com>