[Xfce4-commits] [panel-plugins/xfce4-calculator-plugin] branch master updated (1371675 -> b502df7)
noreply at xfce.org
noreply at xfce.org
Mon Jun 20 22:27:44 CEST 2016
This is an automated email from the git hooks/post-receive script.
roland pushed a change to branch master
in repository panel-plugins/xfce4-calculator-plugin.
from 1371675 Bumped micro version to 0.5.2.
new 9c46d33 Bug 12548: Remove obsolete revision generation with svn.
new 197a24a Bug 12548: Generate ChangeLog from git log.
new 011113c Bug 12548: Move test scripts to tests subdirectory.
new 9178e18 Bug 12548: Added more tests.
new 0f75dec Bug 12548: Added modulo (%) operator.
new 91ecb54 Bug 12548: Added option for hexadecimal output (default: decimal).
new 44d0b61 Merge branch 'bug-12548'.
new b502df7 Bumped to version 0.6.0.
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 4 ++
ChangeLog | 12 ----
Makefile.am | 10 ++++
autogen.sh | 2 -
configure.in.in | 5 +-
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 +++++
panel-plugin/test-pow.awk => tests/test-acos.awk | 5 +-
panel-plugin/test-pow.awk => tests/test-asin.awk | 5 +-
tests/test-atan.awk | 15 +++++
panel-plugin/test-pow.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 ++++
panel-plugin/test-pow.awk => tests/test-log10.awk | 5 +-
tests/test-log2.awk | 15 +++++
{panel-plugin => tests}/test-minus.awk | 2 +-
panel-plugin/test-pow.awk => tests/test-modulo.awk | 5 +-
panel-plugin/test-pow.awk => tests/test-pi.awk | 5 +-
{panel-plugin => tests}/test-pow.awk | 2 +-
{panel-plugin => tests}/test-simple-expr.awk | 2 +-
panel-plugin/test-pow.awk => tests/test-sin.awk | 5 +-
tests/test-sqrt-minus-one.awk | 11 ++++
tests/test-sqrt.awk | 15 +++++
panel-plugin/test-pow.awk => tests/test-tan.awk | 5 +-
41 files changed, 349 insertions(+), 69 deletions(-)
delete mode 100644 ChangeLog
delete mode 100755 panel-plugin/test-func.awk
create mode 100644 tests/Makefile.am
create mode 100755 tests/test-abs.awk
copy panel-plugin/test-pow.awk => tests/test-acos.awk (51%)
copy panel-plugin/test-pow.awk => tests/test-asin.awk (51%)
create mode 100755 tests/test-atan.awk
copy panel-plugin/test-pow.awk => tests/test-cos.awk (55%)
create mode 100755 tests/test-cube-root.awk
create mode 100755 tests/test-div-zero-negative.awk
create mode 100755 tests/test-div-zero-zero.awk
create mode 100755 tests/test-div-zero.awk
create mode 100755 tests/test-e-notation.awk
create mode 100755 tests/test-exp.awk
create mode 100755 tests/test-hex.awk
create mode 100755 tests/test-log.awk
create mode 100755 tests/test-log10-negative.awk
create mode 100755 tests/test-log10-zero.awk
copy panel-plugin/test-pow.awk => tests/test-log10.awk (52%)
create mode 100755 tests/test-log2.awk
rename {panel-plugin => tests}/test-minus.awk (74%)
copy panel-plugin/test-pow.awk => tests/test-modulo.awk (52%)
copy panel-plugin/test-pow.awk => tests/test-pi.awk (52%)
copy {panel-plugin => tests}/test-pow.awk (76%)
rename {panel-plugin => tests}/test-simple-expr.awk (75%)
copy panel-plugin/test-pow.awk => tests/test-sin.awk (55%)
create mode 100755 tests/test-sqrt-minus-one.awk
create mode 100755 tests/test-sqrt.awk
rename panel-plugin/test-pow.awk => tests/test-tan.awk (55%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list