Merge tag 'v0.13.1' into develop
Bugfix release 0.13.1
This commit is contained in:
commit
e578621888
@ -1,3 +1,9 @@
|
|||||||
|
April 4th, 2017
|
||||||
|
v0.13.1
|
||||||
|
-- Fix missing fp_rand symbol in shared library
|
||||||
|
-- Fix some parameters in API signatures that should've been const
|
||||||
|
-- Bugfixes and improvements contributed by Sebastian Siewior, Reiner Herrmann and Mathias Tausig
|
||||||
|
|
||||||
October 24th, 2015
|
October 24th, 2015
|
||||||
v0.13.0
|
v0.13.0
|
||||||
-- Add fp_rand()
|
-- Add fp_rand()
|
||||||
|
BIN
doc/tfm.pdf
BIN
doc/tfm.pdf
Binary file not shown.
2
makefile
2
makefile
@ -1,7 +1,7 @@
|
|||||||
#makefile for TomsFastMath
|
#makefile for TomsFastMath
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
VERSION=0.14-develop
|
VERSION=0.13.1
|
||||||
|
|
||||||
CFLAGS += -Wall -W -Wshadow -Isrc/headers
|
CFLAGS += -Wall -W -Wshadow -Isrc/headers
|
||||||
|
|
||||||
|
@ -22,8 +22,8 @@
|
|||||||
* Patch
|
* Patch
|
||||||
* XX - undefined
|
* XX - undefined
|
||||||
*/
|
*/
|
||||||
#define TFM_VERSION 0x000D0000
|
#define TFM_VERSION 0x000D0100
|
||||||
#define TFM_VERSION_S "v0.13.0"
|
#define TFM_VERSION_S "v0.13.1"
|
||||||
|
|
||||||
#ifndef MIN
|
#ifndef MIN
|
||||||
#define MIN(x,y) ((x)<(y)?(x):(y))
|
#define MIN(x,y) ((x)<(y)?(x):(y))
|
||||||
|
2
tfm.tex
2
tfm.tex
@ -49,7 +49,7 @@
|
|||||||
\begin{document}
|
\begin{document}
|
||||||
\frontmatter
|
\frontmatter
|
||||||
\pagestyle{empty}
|
\pagestyle{empty}
|
||||||
\title{TomsFastMath User Manual \\ v0.13.0}
|
\title{TomsFastMath User Manual \\ v0.13.1}
|
||||||
\author{Tom St Denis \\ tomstdenis@gmail.com}
|
\author{Tom St Denis \\ tomstdenis@gmail.com}
|
||||||
\maketitle
|
\maketitle
|
||||||
This text and library are all hereby placed in the public domain. This book has been formatted for B5
|
This text and library are all hereby placed in the public domain. This book has been formatted for B5
|
||||||
|
Loading…
Reference in New Issue
Block a user