Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-11-24 | Remove unused macros | rbuj | 2 | -5/+0 | |
2020-11-20 | Show factorization in history view. | mbkma | 1 | -4/+39 | |
Show exponents in factorization. | |||||
2020-11-20 | Update Readme | mbkma | 3 | -18/+23 | |
2020-11-16 | travis CI: use rolling tag for ubuntu docker image | raveit65 | 1 | -1/+1 | |
2020-11-16 | Remove USE_MATE2_MACROS from autogen.sh (legacy) | rbuj | 1 | -2/+2 | |
2020-11-09 | Fix most conversion warnings. | mbkma | 8 | -56/+53 | |
2020-11-09 | Improve factorization speed | mbkma | 3 | -41/+236 | |
- implements Miller-Rabin primality test - implements Pollard's rho algorithm to find prime factors - adds mp_new_from_integer function for convenience | |||||
2020-09-04 | fix calulation of x^q, where 1/q is a negative integer | mbkma | 2 | -0/+3 | |
2020-09-04 | Clear answer if editing right before it | mbkma | 1 | -2/+2 | |
2020-09-04 | Refresh bits panel after calculation | mbkma | 1 | -0/+3 | |
2020-08-19 | Correct Astronomical unit (to 149597870700 m) | Thomas Nilsson | 1 | -1/+1 | |
The IAU changed the definition back in 2012 so that 1 au == 149 597 870 700 m exactly, the BIPM then followed in recognizing this value. Ref: https://www.nature.com/news/the-astronomical-unit-gets-fixed-1.11416 (doi:10.1038/nature.2012.11416) https://www.bipm.org/utils/common/pdf/si-brochure/SI-Brochure-9.pdf (latest brochure, specifically Tableau 8) | |||||
2020-08-04 | mp-convert: Remove trailing spaces/tabs | rbuj | 1 | -2/+2 | |
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/[[:space:]]*$//' {} \; find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/\t*$//' {} \; | |||||
2020-07-13 | Implement navigation through history stack equations using keyboard | mbkma | 6 | -2/+100 | |
2020-07-13 | travis(ci): use latest tag for fedora | raveit65 | 1 | -1/+1 | |
2020-07-05 | fixes incorrect parenthesis handling | mbkma | 2 | -4/+4 | |
reverts commit 731bdfe3591618759a44d9382b49952e781a01bd | |||||
2020-07-02 | Travis CI: enable irc notifications with tagged commits | Pablo Barciela | 1 | -1/+1 | |
2020-06-26 | add git.mk to generate .gitignore | tamplan | 5 | -0/+408 | |
2020-06-21 | travis CI: choose fedora 32 for releasingv1.25.0 | raveit65 | 1 | -1/+1 | |
2020-06-21 | release 1.25.0 | raveit65 | 2 | -1/+35 | |
2020-06-21 | sync with transifex | raveit65 | 220 | -21108/+35200 | |
2020-06-21 | travis(ci):fix releasing tarballs | raveit65 | 1 | -1/+3 | |
2020-06-20 | update resource for transifex | raveit65 | 2 | -168/+269 | |
2020-06-20 | math-history-entry: Reduce the macro scope and its argument number | rbuj | 1 | -5/+7 | |
2020-06-16 | math-display: Remove unused macro | rbuj | 1 | -2/+0 | |
2020-06-16 | math-equation: Fix memory leak | rbuj | 1 | -0/+1 | |
2020-04-25 | Fix empty string return for canceling complex expressions | Rolfe Power | 1 | -1/+4 | |
2020-04-19 | Travis CI: enable irc notifications with broken builds | Pablo Barciela | 1 | -0/+12 | |
2020-04-19 | ci: don't run configure with autogen.sh | raveit65 | 1 | -1/+1 | |
2020-04-19 | build: silent build warnings for distcheck | raveit65 | 1 | -0/+1 | |
2020-04-19 | Travis CI: debian build: add clang compiler | Pablo Barciela | 1 | -0/+8 | |
2020-04-19 | Travis CI: debian build: add -Wsign-compare -Wunused-parameter to CFLAGS | Pablo Barciela | 1 | -3/+5 | |
2020-04-19 | Travis CI: remove patch for debian | Pablo Barciela | 1 | -4/+0 | |
2020-04-14 | Remove -Wshadow warnings | rbuj | 5 | -13/+13 | |
2020-04-09 | Use only one mp_clear statement per line | rbuj | 5 | -15/+54 | |
2020-04-08 | ci: scan-build, use maximum compile warnings | raveit65 | 1 | -2/+1 | |
2020-04-08 | ci: build with mate-common-1.24.1 tarball | raveit65 | 1 | -0/+12 | |
2020-04-08 | use default MATE_COMPILE_WARNINGS level | raveit65 | 1 | -1/+1 | |
2020-04-08 | build: Remove redundant LDFLAGS | rbuj | 2 | -18/+4 | |
2020-04-08 | Add modular exponentiation ability and add acccording tests | mbkma | 4 | -14/+87 | |
2020-04-08 | test-mp-equation: Fix memory leak | rbuj | 1 | -1/+4 | |
2020-04-08 | parserfunc: fix memory leak | rbuj | 1 | -1/+7 | |
2020-04-07 | history-view: simplify code and add clear option | Johannes Unruh | 5 | -82/+84 | |
2020-04-07 | math-buttons: add space character after inverse trig. functions | Johannes Unruh | 1 | -3/+3 | |
2020-04-06 | [ci] update build environment | Wu Xiaotian | 1 | -14/+16 | |
2020-04-01 | math-window: show GNU MPFR and GNU MPC version in about dialog | Pablo Barciela | 1 | -1/+6 | |
2020-03-28 | math-display.c: set bottom margin to 12 for gtk widget info_view | mbkma | 1 | -0/+1 | |
2020-03-19 | clear MPNumbers before return | mbkma | 2 | -9/+26 | |
2020-03-18 | add Riemann zeta function and Gauss error function | mbkma | 5 | -0/+61 | |
2020-03-16 | Travis CI: ubuntu build: add gcc | Pablo Barciela | 1 | -0/+1 | |
2020-03-16 | Travis CI: use Ubuntu devel instead 19.10 | Pablo Barciela | 1 | -3/+2 | |