[Xfce4-commits] [panel-plugins/xfce4-calculator-plugin] 07/08: Merge branch 'bug-12548'.

noreply at xfce.org noreply at xfce.org
Mon Jun 20 22:27:51 CEST 2016


This is an automated email from the git hooks/post-receive script.

roland pushed a commit to branch master
in repository panel-plugins/xfce4-calculator-plugin.

commit 44d0b6165acfa8c502e6ceec1f4d52b1f286393b
Merge: 1371675 91ecb54
Author: Roland Kuebert <roland.kuebert at gmail.com>
Date:   Mon Jun 20 22:23:04 2016 +0200

    Merge branch 'bug-12548'.
    
    Included changes proposed by Wim Hueskes <xfce at wimhueskes.eu>:
    * Do not generate revision from Subversion
    * Generate ChangeLog from git log
    * Move test scripts to tests/ subdirectory
    * Added more tests
    * Added modulo (%) operator
    * Added option for hexadecimal output (default: decimal)

 .gitignore                                         |  4 ++
 ChangeLog                                          | 12 ----
 Makefile.am                                        | 10 ++++
 autogen.sh                                         |  2 -
 configure.in.in                                    |  1 +
 panel-plugin/Makefile.am                           |  6 --
 panel-plugin/calctest.c                            |  2 +-
 panel-plugin/calculator.c                          | 64 +++++++++++++++++++---
 panel-plugin/eval.c                                |  5 +-
 panel-plugin/grammar.txt                           |  2 +-
 panel-plugin/lexer.c                               |  2 +-
 panel-plugin/parser.c                              |  7 ++-
 panel-plugin/parsetree.h                           |  1 +
 panel-plugin/test-func.awk                         | 15 -----
 tests/Makefile.am                                  | 34 ++++++++++++
 tests/test-abs.awk                                 | 15 +++++
 .../test-simple-expr.awk => tests/test-acos.awk    |  5 +-
 .../test-simple-expr.awk => tests/test-asin.awk    |  5 +-
 tests/test-atan.awk                                | 15 +++++
 .../test-simple-expr.awk => tests/test-cos.awk     |  5 +-
 tests/test-cube-root.awk                           | 15 +++++
 tests/test-div-zero-negative.awk                   | 11 ++++
 tests/test-div-zero-zero.awk                       | 11 ++++
 tests/test-div-zero.awk                            | 11 ++++
 tests/test-e-notation.awk                          | 15 +++++
 tests/test-exp.awk                                 | 15 +++++
 tests/test-hex.awk                                 | 15 +++++
 tests/test-log.awk                                 | 15 +++++
 tests/test-log10-negative.awk                      | 11 ++++
 tests/test-log10-zero.awk                          | 11 ++++
 .../test-simple-expr.awk => tests/test-log10.awk   |  5 +-
 tests/test-log2.awk                                | 15 +++++
 {panel-plugin => tests}/test-minus.awk             |  2 +-
 .../test-simple-expr.awk => tests/test-modulo.awk  |  5 +-
 .../test-simple-expr.awk => tests/test-pi.awk      |  5 +-
 {panel-plugin => tests}/test-pow.awk               |  2 +-
 {panel-plugin => tests}/test-simple-expr.awk       |  2 +-
 .../test-simple-expr.awk => tests/test-sin.awk     |  5 +-
 tests/test-sqrt-minus-one.awk                      | 11 ++++
 tests/test-sqrt.awk                                | 15 +++++
 .../test-simple-expr.awk => tests/test-tan.awk     |  5 +-
 41 files changed, 347 insertions(+), 67 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list