From 208a87640d91d3d685f1c1db5802c8aaa4b67c48 Mon Sep 17 00:00:00 2001 From: Carsten Larsen Date: Fri, 21 Jul 2017 22:41:58 +0200 Subject: [PATCH] Release 1.8.3 --- HISTORY | 4 ++++ amath.1 | 2 +- amath.doxygen | 2 +- builddebdev | 4 +++- buildsrc | 5 ++--- 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 | 14 +++++++++----- src/real/amathr.3 | 2 +- src/real/amathr.dox | 2 +- src/real/amathr.pc | 2 +- 19 files changed, 35 insertions(+), 26 deletions(-) diff --git a/HISTORY b/HISTORY index 9bb751fa..e4e74dcd 100644 --- a/HISTORY +++ b/HISTORY @@ -1,5 +1,9 @@ amath release history +v1.8.3 July 21 2017 +- Updated help texts and man page. +- Fixed bug in ANSI switch. + v1.8.2 July 14 2017 - MIPS support. - Improved endianness detection. diff --git a/amath.1 b/amath.1 index 325bf24a..f528c196 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.2" "July 14 2017" +.TH amath 1 "Version 1.8.3" "July 21 2017" .SH NAME amath \- Simple command line calculator .SH SYNOPSIS diff --git a/amath.doxygen b/amath.doxygen index 1848dea2..8a3591a3 100644 --- a/amath.doxygen +++ b/amath.doxygen @@ -1,7 +1,7 @@ DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "amath" -PROJECT_NUMBER = "1.8.2" +PROJECT_NUMBER = "1.8.3" PROJECT_BRIEF = "Simple command line calculator" PROJECT_LOGO = OUTPUT_DIRECTORY = ../amath-doc diff --git a/builddebdev b/builddebdev index 8c4919d2..4bcebc6e 100755 --- a/builddebdev +++ b/builddebdev @@ -1,8 +1,10 @@ #!/bin/sh +# THIS SCRIPT IS NOT READY FOR PRODUCTION + set -e -version="1.8.2" +version="1.8.3" build_package () { diff --git a/buildsrc b/buildsrc index acd8e2de..5a4fc847 100755 --- a/buildsrc +++ b/buildsrc @@ -2,9 +2,8 @@ # DO NOT USE THIS SCRIPT UNLESS YOU KNOW WHAT YOU ARE DOING ! -version='1.8.2' -stamp="201704220000" -#stamp="201704110000" +version='1.8.3' +stamp="201707210000" srcdir="amath-rc" distdir="amath-${version}" cd .. diff --git a/buildwin b/buildwin index 60ebfe74..f6ca9bb0 100755 --- a/buildwin +++ b/buildwin @@ -2,7 +2,7 @@ set -e -version="1.8.2" +version="1.8.3" echo "Building amath ${version} for Windows ..." diff --git a/configure b/configure index bb07452a..4845d5d4 100755 --- a/configure +++ b/configure @@ -27,7 +27,7 @@ set -e -version="1.8.2" +version="1.8.3" clang=false debugsym=false diff --git a/src/amath.h b/src/amath.h index ba8676d2..baeeda7b 100644 --- a/src/amath.h +++ b/src/amath.h @@ -281,9 +281,9 @@ typedef int bool; #endif /******************************************************************************/ #define TXTARCH TXTCPU TXTFPU -#define RELDATESTAMP "(14-07-2017)" -#define TXTDOSVERSION "\0$VER: amath 1.82" SPACE RELDATESTAMP SPACE TXTARCH -#define TXTTITLE "amath version 1.8.2" +#define RELDATESTAMP "(21-07-2017)" +#define TXTDOSVERSION "\0$VER: amath 1.83" SPACE RELDATESTAMP SPACE TXTARCH +#define TXTTITLE "amath version 1.8.3" #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 98e4673a..2649e8b1 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.2" "July 14 2017" +.TH "amathc.h" 3 "Version 1.8.3" "July 21 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 a900ce97..c00cb619 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.2" +PROJECT_NUMBER = "1.8.3" 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 34b0010a..0e3664ef 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.2 +Version: 1.8.3 Cflags: -I${includedir} Libs: -L${libdir} -lamathc diff --git a/src/cplex/amathi.3 b/src/cplex/amathi.3 index ac8ee4e5..1660fd04 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.2" "July 14 2017" +.TH "mathi.h" 3 "Version 1.8.3" "July 21 2017" .SH NAME mathi.h \- Complex numbers math library .SH SYNOPSIS diff --git a/src/cplex/amathi.dox b/src/cplex/amathi.dox index 023997bd..230a864b 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.2" +PROJECT_NUMBER = "1.8.3" PROJECT_BRIEF = "Complex numbers math library" PROJECT_LOGO = OUTPUT_DIRECTORY = diff --git a/src/cplex/amathi.pc b/src/cplex/amathi.pc index f1c800de..b799cf09 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.2 +Version: 1.8.3 Cflags: -I${includedir} Libs: -L${libdir} -lamathi diff --git a/src/lib/amatha.pc b/src/lib/amatha.pc index 4a79574c..a91b12fa 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.2 +Version: 1.8.3 Cflags: -I${includedir} Libs: -L${libdir} -lamathapp -lamathr -lamathi -lamathc diff --git a/src/main.h b/src/main.h index 47c71d24..d551b76d 100644 --- a/src/main.h +++ b/src/main.h @@ -261,14 +261,18 @@ \page release_page Release history \section release_sec Release history + \subsection version182 1.8.3 July 21 2017 + - Updated help texts and man page. + - Fixed bug in ANSI switch. + \subsection version182 1.8.2 July 14 2017 - - MIPS support - - Improved endianness detection - - Fixed configuration errors + - MIPS support. + - Improved endianness detection. + - Fixed configuration errors. \subsection version181 1.8.1 April 22 2017 - - OpenBSD support - - Fixed Haiku bug + - OpenBSD support. + - Fixed Haiku bug. \subsection version180 1.8.0 April 13 2017 - Fixed bugs in numeral systems. diff --git a/src/real/amathr.3 b/src/real/amathr.3 index e121e306..c77c466d 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.2" "July 14 2017" +.TH "mathr.h" 3 "Version 1.8.3" "July 21 2017" .SH NAME mathr.h \- Real numbers math library .SH SYNOPSIS diff --git a/src/real/amathr.dox b/src/real/amathr.dox index 12f34065..073b634e 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.2" +PROJECT_NUMBER = "1.8.3" PROJECT_BRIEF = "Real numbers math library" PROJECT_LOGO = OUTPUT_DIRECTORY = diff --git a/src/real/amathr.pc b/src/real/amathr.pc index a3e5628b..d00e6464 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.2 +Version: 1.8.3 Cflags: -I${includedir} Libs: -L${libdir} -lamathr