From 36fd6e090d0788d7965f889f7aea909cdd749b4b Mon Sep 17 00:00:00 2001 From: Carsten Larsen Date: Fri, 14 Jul 2017 12:10:13 +0200 Subject: [PATCH] Release 1.8.2 --- HISTORY | 4 ++++ amath.1 | 2 +- amath.doxygen | 2 +- builddebdev | 2 +- buildsrc | 2 +- buildwin | 2 +- configure | 2 +- src/amath.h | 6 +++--- src/clib/amathc.3 | 2 +- src/clib/amathc.dox | 2 +- src/clib/amathc.pc | 2 +- src/cplex/amathi.3 | 2 +- src/cplex/amathi.dox | 2 +- src/cplex/amathi.pc | 2 +- src/lib/amatha.pc | 2 +- src/main.h | 4 ++++ src/real/amathr.3 | 2 +- src/real/amathr.dox | 2 +- src/real/amathr.pc | 2 +- 19 files changed, 27 insertions(+), 19 deletions(-) diff --git a/HISTORY b/HISTORY index 944b3da2..24fd1372 100644 --- a/HISTORY +++ b/HISTORY @@ -1,5 +1,9 @@ amath release history +v1.8.2 July 14 2017 +- MIPS support +- Better endianness detection + v1.8.1 April 22 2017 - OpenBSD support. - Fixed Haiku bug. diff --git a/amath.1 b/amath.1 index 88d31c80..1a0e5043 100644 --- a/amath.1 +++ b/amath.1 @@ -20,7 +20,7 @@ .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.TH amath 1 "Version 1.8.1" "April 22 2017" +.TH amath 1 "Version 1.8.2" "July 14 2017" .SH NAME amath \- Simple command line calculator .SH SYNOPSIS diff --git a/amath.doxygen b/amath.doxygen index 403f73c6..1848dea2 100644 --- a/amath.doxygen +++ b/amath.doxygen @@ -1,7 +1,7 @@ DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "amath" -PROJECT_NUMBER = "1.8.1" +PROJECT_NUMBER = "1.8.2" PROJECT_BRIEF = "Simple command line calculator" PROJECT_LOGO = OUTPUT_DIRECTORY = ../amath-doc diff --git a/builddebdev b/builddebdev index 4557373a..8c4919d2 100755 --- a/builddebdev +++ b/builddebdev @@ -2,7 +2,7 @@ set -e -version="1.8.1" +version="1.8.2" build_package () { diff --git a/buildsrc b/buildsrc index e08e54d1..acd8e2de 100755 --- a/buildsrc +++ b/buildsrc @@ -2,7 +2,7 @@ # DO NOT USE THIS SCRIPT UNLESS YOU KNOW WHAT YOU ARE DOING ! -version='1.8.1' +version='1.8.2' stamp="201704220000" #stamp="201704110000" srcdir="amath-rc" diff --git a/buildwin b/buildwin index e6465624..60ebfe74 100755 --- a/buildwin +++ b/buildwin @@ -2,7 +2,7 @@ set -e -version="1.8.1" +version="1.8.2" echo "Building amath ${version} for Windows ..." diff --git a/configure b/configure index 0153b8a5..36320e1f 100755 --- a/configure +++ b/configure @@ -27,7 +27,7 @@ set -e -version="1.8.1" +version="1.8.2" clang=false debugsym=false diff --git a/src/amath.h b/src/amath.h index 4c2fa242..ba8676d2 100644 --- a/src/amath.h +++ b/src/amath.h @@ -281,9 +281,9 @@ typedef int bool; #endif /******************************************************************************/ #define TXTARCH TXTCPU TXTFPU -#define RELDATESTAMP "(22-04-2017)" -#define TXTDOSVERSION "\0$VER: amath 1.81" SPACE RELDATESTAMP SPACE TXTARCH -#define TXTTITLE "amath version 1.8.1" +#define RELDATESTAMP "(14-07-2017)" +#define TXTDOSVERSION "\0$VER: amath 1.82" SPACE RELDATESTAMP SPACE TXTARCH +#define TXTTITLE "amath version 1.8.2" #define TXTCOPYRIGHT "(c) 2017 Carsten Sonne Larsen" #define TXTSTARTMSG TXTTITLE SPACE TXTCOPYRIGHT /******************************************************************************/ diff --git a/src/clib/amathc.3 b/src/clib/amathc.3 index 1f2e8ae2..98e4673a 100644 --- a/src/clib/amathc.3 +++ b/src/clib/amathc.3 @@ -20,7 +20,7 @@ .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.TH "amathc.h" 3 "Version 1.8.1" "April 22 2017" +.TH "amathc.h" 3 "Version 1.8.2" "July 14 2017" .SH NAME amathc.h \- C functions for manipulating strings and memory .SH SYNOPSIS diff --git a/src/clib/amathc.dox b/src/clib/amathc.dox index 26282f34..a900ce97 100644 --- a/src/clib/amathc.dox +++ b/src/clib/amathc.dox @@ -1,7 +1,7 @@ DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "amathc" -PROJECT_NUMBER = "1.8.1" +PROJECT_NUMBER = "1.8.2" PROJECT_BRIEF = "C functions for manipulating strings and memory" PROJECT_LOGO = OUTPUT_DIRECTORY = diff --git a/src/clib/amathc.pc b/src/clib/amathc.pc index 2de11192..34b0010a 100644 --- a/src/clib/amathc.pc +++ b/src/clib/amathc.pc @@ -5,6 +5,6 @@ libdir=${exec_prefix}/lib Name: amath C library Description: C functions for manipulating strings and memory -Version: 1.8.1 +Version: 1.8.2 Cflags: -I${includedir} Libs: -L${libdir} -lamathc diff --git a/src/cplex/amathi.3 b/src/cplex/amathi.3 index 151ac4d8..ac8ee4e5 100644 --- a/src/cplex/amathi.3 +++ b/src/cplex/amathi.3 @@ -20,7 +20,7 @@ .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.TH "mathi.h" 3 "Version 1.8.1" "April 22 2017" +.TH "mathi.h" 3 "Version 1.8.2" "July 14 2017" .SH NAME mathi.h \- Complex numbers math library .SH SYNOPSIS diff --git a/src/cplex/amathi.dox b/src/cplex/amathi.dox index 90ae6f6a..023997bd 100644 --- a/src/cplex/amathi.dox +++ b/src/cplex/amathi.dox @@ -1,7 +1,7 @@ DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "amathi" -PROJECT_NUMBER = "1.8.1" +PROJECT_NUMBER = "1.8.2" PROJECT_BRIEF = "Complex numbers math library" PROJECT_LOGO = OUTPUT_DIRECTORY = diff --git a/src/cplex/amathi.pc b/src/cplex/amathi.pc index e9178915..f1c800de 100644 --- a/src/cplex/amathi.pc +++ b/src/cplex/amathi.pc @@ -5,6 +5,6 @@ libdir=${exec_prefix}/lib Name: amath complex library Description: Complex numbers math library -Version: 1.8.1 +Version: 1.8.2 Cflags: -I${includedir} Libs: -L${libdir} -lamathi diff --git a/src/lib/amatha.pc b/src/lib/amatha.pc index 7c8ed846..4a79574c 100644 --- a/src/lib/amatha.pc +++ b/src/lib/amatha.pc @@ -5,6 +5,6 @@ libdir=${exec_prefix}/lib Name: amath application library Description: C++ library for handling numbers -Version: 1.8.1 +Version: 1.8.2 Cflags: -I${includedir} Libs: -L${libdir} -lamathapp -lamathr -lamathi -lamathc diff --git a/src/main.h b/src/main.h index c052b851..f6008d0e 100644 --- a/src/main.h +++ b/src/main.h @@ -261,6 +261,10 @@ \page release_page Release history \section release_sec Release history + \subsection version182 1.8.2 July 14 2017 + - MIPS support + - Better endianness detection + \subsection version181 1.8.1 April 22 2017 - OpenBSD support - Fixed Haiku bug diff --git a/src/real/amathr.3 b/src/real/amathr.3 index 89f273f9..e121e306 100644 --- a/src/real/amathr.3 +++ b/src/real/amathr.3 @@ -20,7 +20,7 @@ .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.TH "mathr.h" 3 "Version 1.8.1" "April 22 2017" +.TH "mathr.h" 3 "Version 1.8.2" "July 14 2017" .SH NAME mathr.h \- Real numbers math library .SH SYNOPSIS diff --git a/src/real/amathr.dox b/src/real/amathr.dox index c45847bf..12f34065 100644 --- a/src/real/amathr.dox +++ b/src/real/amathr.dox @@ -1,7 +1,7 @@ DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "amathr" -PROJECT_NUMBER = "1.8.1" +PROJECT_NUMBER = "1.8.2" PROJECT_BRIEF = "Real numbers math library" PROJECT_LOGO = OUTPUT_DIRECTORY = diff --git a/src/real/amathr.pc b/src/real/amathr.pc index 7a705c1e..a3e5628b 100644 --- a/src/real/amathr.pc +++ b/src/real/amathr.pc @@ -5,6 +5,6 @@ libdir=${exec_prefix}/lib Name: amath real library Description: Real numbers math library -Version: 1.8.1 +Version: 1.8.2 Cflags: -I${includedir} Libs: -L${libdir} -lamathr