From 8632644b9d7db20dac5321b41c485ea8bdf3b954 Mon Sep 17 00:00:00 2001 From: Carsten Larsen Date: Tue, 7 Aug 2018 19:54:19 +0200 Subject: [PATCH] Update to version 1.8.5 --- HISTORY | 3 +++ amath.1 | 2 +- amath.doxygen | 2 +- builddeb | 2 +- builddebdev | 2 +- buildsrc | 4 ++-- 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 | 3 +++ src/real/amathr.3 | 2 +- src/real/amathr.dox | 2 +- src/real/amathr.pc | 2 +- 20 files changed, 27 insertions(+), 21 deletions(-) diff --git a/HISTORY b/HISTORY index 871c02ff..26af9616 100644 --- a/HISTORY +++ b/HISTORY @@ -1,5 +1,8 @@ amath release history +v1.8.5 August 07 2017 +- Fix build on compilers with broken endian detection. + v1.8.4 August 05 2017 - Ignore casing in hexadecimal numbers. diff --git a/amath.1 b/amath.1 index 5496b675..5c4eb957 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.4" "August 05 2018" +.TH amath 1 "Version 1.8.5" "August 07 2018" .SH NAME amath \- Simple command line calculator .SH SYNOPSIS diff --git a/amath.doxygen b/amath.doxygen index 7e8362c9..857148d7 100644 --- a/amath.doxygen +++ b/amath.doxygen @@ -1,7 +1,7 @@ DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "amath" -PROJECT_NUMBER = "1.8.4" +PROJECT_NUMBER = "1.8.5" PROJECT_BRIEF = "Simple command line calculator" PROJECT_LOGO = OUTPUT_DIRECTORY = ../amath-doc diff --git a/builddeb b/builddeb index b35521b6..70f67d2d 100755 --- a/builddeb +++ b/builddeb @@ -30,7 +30,7 @@ set -e -version="1.8.4" +version="1.8.5" build_package () { diff --git a/builddebdev b/builddebdev index c8ab61b9..d90dc200 100755 --- a/builddebdev +++ b/builddebdev @@ -32,7 +32,7 @@ set -e -version="1.8.4" +version="1.8.5" build_package () { diff --git a/buildsrc b/buildsrc index 5fe93eb5..cb96a1f9 100755 --- a/buildsrc +++ b/buildsrc @@ -8,8 +8,8 @@ # DO NOT USE THIS SCRIPT UNLESS YOU KNOW WHAT YOU ARE DOING ! -version='1.8.4' -stamp="201808050000" +version='1.8.5' +stamp="201808070000" srcdir="amath-rc" distdir="amath-${version}" cd .. diff --git a/buildwin b/buildwin index 4d341b15..1f974d30 100755 --- a/buildwin +++ b/buildwin @@ -8,7 +8,7 @@ set -e -version="1.8.4" +version="1.8.5" echo "Building amath ${version} for Windows ..." diff --git a/configure b/configure index 95726503..a9d64091 100755 --- a/configure +++ b/configure @@ -27,7 +27,7 @@ set -e -version="1.8.4" +version="1.8.5" clang=false debugsym=false diff --git a/src/amath.h b/src/amath.h index 0d6d7ed7..2bc99a56 100644 --- a/src/amath.h +++ b/src/amath.h @@ -281,9 +281,9 @@ typedef int bool; #endif /******************************************************************************/ #define TXTARCH TXTCPU TXTFPU -#define RELDATESTAMP "(05-08-2018)" -#define TXTDOSVERSION "\0$VER: amath 1.84" SPACE RELDATESTAMP SPACE TXTARCH -#define TXTTITLE "amath version 1.8.4" +#define RELDATESTAMP "(07-08-2018)" +#define TXTDOSVERSION "\0$VER: amath 1.85" SPACE RELDATESTAMP SPACE TXTARCH +#define TXTTITLE "amath version 1.8.5" #define TXTCOPYRIGHT "(c) 2018 Carsten Sonne Larsen" #define TXTSTARTMSG TXTTITLE SPACE TXTCOPYRIGHT /******************************************************************************/ diff --git a/src/clib/amathc.3 b/src/clib/amathc.3 index 3564f31e..e8b6e0f6 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.4" "August 05 2018" +.TH "amathc.h" 3 "Version 1.8.5" "August 07 2018" .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 7ab86326..c2d7e7c7 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.4" +PROJECT_NUMBER = "1.8.5" 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 ad7ef13b..2165b15b 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.4 +Version: 1.8.5 Cflags: -I${includedir} Libs: -L${libdir} -lamathc diff --git a/src/cplex/amathi.3 b/src/cplex/amathi.3 index d813da2e..ff2c04a9 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.4" "August 05 2018" +.TH "mathi.h" 3 "Version 1.8.5" "August 07 2018" .SH NAME mathi.h \- Complex numbers math library .SH SYNOPSIS diff --git a/src/cplex/amathi.dox b/src/cplex/amathi.dox index e169afb1..97f3f930 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.4" +PROJECT_NUMBER = "1.8.5" PROJECT_BRIEF = "Complex numbers math library" PROJECT_LOGO = OUTPUT_DIRECTORY = diff --git a/src/cplex/amathi.pc b/src/cplex/amathi.pc index 6829d468..1d678539 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.4 +Version: 1.8.5 Cflags: -I${includedir} Libs: -L${libdir} -lamathi diff --git a/src/lib/amatha.pc b/src/lib/amatha.pc index c1ea2108..bbf56c4a 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.4 +Version: 1.8.5 Cflags: -I${includedir} Libs: -L${libdir} -lamathapp -lamathr -lamathi -lamathc diff --git a/src/main.h b/src/main.h index 8609aeee..a839978d 100644 --- a/src/main.h +++ b/src/main.h @@ -260,6 +260,9 @@ \page release_page Release history \section release_sec Release history + \subsection version185 1.8.5 August 07 2017 + - Fix build on compilers with broken endian detection. + \subsection version184 1.8.4 August 05 2017 - Ignore casing in hexadecimal numbers. diff --git a/src/real/amathr.3 b/src/real/amathr.3 index e43b9c43..9083b5ec 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.4" "August 05 2018" +.TH "mathr.h" 3 "Version 1.8.5" "August 07 2018" .SH NAME mathr.h \- Real numbers math library .SH SYNOPSIS diff --git a/src/real/amathr.dox b/src/real/amathr.dox index 9bed491d..e287d63a 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.4" +PROJECT_NUMBER = "1.8.5" PROJECT_BRIEF = "Real numbers math library" PROJECT_LOGO = OUTPUT_DIRECTORY = diff --git a/src/real/amathr.pc b/src/real/amathr.pc index 62898c68..88373454 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.4 +Version: 1.8.5 Cflags: -I${includedir} Libs: -L${libdir} -lamathr