Activity for Wcalc

  • Kyle Wheeler committed [e1b228]

    Fix precision rounding errors and exponent reset bug

  • Kyle Wheeler committed [c78581]

    Resolve clang-tidy complaints in main.c

  • Kyle Wheeler committed [30df79]

    Split display_consts into separate file

  • Kyle Wheeler committed [3b7990]

    Prefer ints over size_t

  • Kyle Wheeler committed [ea5576]

    Fix clang-tidy warnings

  • saviola saviola created ticket #24

    Wrong / inconsistent order of operations

  • Gent Gent created ticket #23

    Hexadecimal Rounding Error

  • Kyle Wheeler Kyle Wheeler modified ticket #22

    build fails on readline

  • Kyle Wheeler Kyle Wheeler posted a comment on ticket #22

    Ah! Good catch! Here's the fix: https://sourceforge.net/p/w-calc/git/ci/66b24c03e66a557bd2328e550066f22cb03600e6/ Thanks for the bug report!

  • Kyle Wheeler committed [66b24c]

    Prefer libreadline over editline, if both are installed

  • Don Park Don Park created ticket #22

    build fails on readline

  • Kyle Wheeler committed [a3baf8]

    Refactor result_printer out of calculator, into unit-testable block.

  • Kyle Wheeler committed [0fe534]

    Use enums for output and rounding style.

  • Kyle Wheeler committed [192c6a]

    Use stdbool.h (C99) to enhance readability

  • Kyle Wheeler committed [346532]

    count_digits reports 0 if all digits are zero

  • Kyle Wheeler committed [70c369]

    Improved unit testing of string formatting, and fixed several small bugs.

  • Kyle Wheeler committed [369b58]

    Move print_this_result into result_printer.c

  • Kyle Wheeler Kyle Wheeler modified ticket #21

    Incorrect input of hexadecimals

  • Kyle Wheeler Kyle Wheeler posted a comment on ticket #21

    Thanks for the bug report! I've already fixed that bug in the code... I just need to push out a new release. It'll be in 2.5.1 (coming soon!). The fix was in this commit: https://sourceforge.net/p/w-calc/code/965/

  • tkzv tkzv created ticket #21

    Incorrect input of hexadecimals

  • Kyle Wheeler committed [b079cd]

    Avoid down-conversion to double for output

  • Kyle Wheeler committed [97b6d3]

    Use mpfr_printf - bump required mpfr version to 2.4.x (released in 2009)

  • Kyle Wheeler committed [52035a]

    Test against formatting bug found by Grady Martin - thanks Grady!

  • Kyle Wheeler committed [376e24]

    flatten makefiles

  • Kyle Wheeler committed [65dbb4]

    unit test isfunc and iscmd

  • Kyle Wheeler committed [3f139a]

    more unit tests

  • Kyle Wheeler committed [e109b2]

    Convert SVN ignores to Git ignores

  • Kyle Wheeler committed [e43766]

    Dunno

  • Kyle Wheeler committed [be0423]

    Began work on continuous calculations

  • Kyle Wheeler committed [f176e9]

    Doesn't belong in repository

  • Kyle Wheeler committed [c495f1]

    stuff

  • Kyle Wheeler committed [b98090]

    New stuff to ignore, new version

  • Kyle Wheeler committed [6fa34b]

    Logging changes

  • Kyle Wheeler committed [0169d0]

    More improvements to the parser (BOTH)

  • Kyle Wheeler committed [274996]

    Accepts commas as period replacements

  • Kyle Wheeler committed [28e3d8]

    This commit was generated by cvs2svn to compensate for changes in r2,

  • Kyle Wheeler committed [2b8043]

    Fixed a rounding error (all negative decimals were removed!). (BOTH)

  • Kyle Wheeler committed [5eb65c]

    Merged the pref panel to be controlled more centrally (splitting it was just a pain in the butt)

  • Kyle Wheeler committed [f2a627]

    Fixed the editing-after-pressing-a-button error (I'm an idiot) (GUI)

  • Kyle Wheeler committed [f0950b]

    Added the preference to output with a comma instead of a period.

  • Kyle Wheeler committed [312d24]

    Fixed the grammar again (or tried to)

  • Kyle Wheeler committed [6d96ee]

    Added output commands to the GUI too (GUI)

  • Kyle Wheeler committed [33026b]

    Rectifying the repository

  • Kyle Wheeler committed [895981]

    Version increment

  • Kyle Wheeler committed [66ffee]

    stuff

  • Kyle Wheeler committed [a284e7]

    Version change

  • Kyle Wheeler committed [23032c]

    strips automatically now

  • Kyle Wheeler committed [a74d76]

    Fixed a bug or two, made small speed improvements on preference changes.

  • Kyle Wheeler committed [785d55]

    Added newline at the end of the file to make gcc on linux shut up

  • Kyle Wheeler committed [3e1b46]

    stuff

  • Kyle Wheeler committed [ff4b22]

    Version changes

  • Kyle Wheeler committed [1fd74d]

    Version increase

  • Kyle Wheeler committed [d681f0]

    clamped too hard! fixed erroneous clamp messages

  • Kyle Wheeler committed [fd9b87]

    Version change

  • Kyle Wheeler committed [b35288]

    Saves the history (max of 1000 lines - should this be configurable?) (CLI)

  • Kyle Wheeler committed [24de42]

    getting ready for release of 1.4.2, and tidying up

  • Kyle Wheeler committed [8547a4]

    logging changes

  • Kyle Wheeler committed [9d35ad]

    Fixed the grammar (or broke it) (BOTH)

  • Kyle Wheeler committed [c24a23]

    Added newlines at the end of the file to make gcc on linux shut up

  • Kyle Wheeler committed [261460]

    stuff

  • Kyle Wheeler committed [e3d184]

    stuff

  • Kyle Wheeler committed [f02a68]

    Just describing the new version (1.4.3)

  • Kyle Wheeler committed [c7e5b5]

    Updating the website for the new version

  • Kyle Wheeler committed [c7a59d]

    Stuff that got left out along the way.

  • Kyle Wheeler committed [544b09]

    These belong here

  • Kyle Wheeler committed [18e3d7]

    fixed a typo

  • Kyle Wheeler committed [3f6cf8]

    Excessive error reporting fixed (good god)

  • Kyle Wheeler committed [f778e6]

    Version number change

  • Kyle Wheeler committed [41b3d3]

    Logging changes

  • Kyle Wheeler committed [f561f0]

    Figured out this static thing (I think)

  • Kyle Wheeler committed [7b3f6b]

    added a dividing line

  • Kyle Wheeler committed [794a8b]

    Logging changes

  • Kyle Wheeler committed [d9441b]

    stuff

  • Kyle Wheeler committed [a6d8c1]

    Fixed the comma parsing.

  • Kyle Wheeler committed [57cb44]

    New repository initialized by cvs2svn.

  • Kyle Wheeler committed [2cc705]

    Logging changes

  • Kyle Wheeler committed [c08e6a]

    Logging changes

  • Kyle Wheeler committed [f7d8b4]

    to make gcc on linux be quiet, i added a newline at the end of the file

  • Kyle Wheeler committed [fa0622]

    logging changes

  • Kyle Wheeler committed [2a41c1]

    Made preference panel and keyboard panel placement more commonsensical.

  • Kyle Wheeler committed [027e22]

    Added an interactive CLI "strict variable parsing" toggle.

  • Kyle Wheeler committed [3742bf]

    Fixed a typo in the grammar

  • Kyle Wheeler committed [7c765d]

    Version change

  • Kyle Wheeler committed [ff3b5d]

    Logging changes

  • Kyle Wheeler committed [149109]

    Version changes

  • Kyle Wheeler committed [7aaa1c]

    version increase

  • Kyle Wheeler committed [04ecb8]

    stuff

  • Kyle Wheeler committed [8e1e02]

    Goes with the project

  • Kyle Wheeler committed [dcbe68]

    Changed the preferences layout, added comma option

  • Kyle Wheeler committed [6538ff]

    Version numbers

  • Kyle Wheeler committed [bf1bf8]

    Added the version number to the about box

  • Kyle Wheeler committed [3195ae]

    stuff

  • Kyle Wheeler committed [ba1061]

    Fixed the parsing (0.9 is now 0.9 and not octal 0 times .9)

  • Kyle Wheeler committed [1ef9bc]

    GUI changes

  • Kyle Wheeler committed [ccaacf]

    Logging changes

  • Kyle Wheeler committed [64562a]

    version change

  • Kyle Wheeler committed [dbc012]

    made it easier to manage debugging and distribution

  • Kyle Wheeler committed [879c6f]

    Update the help

  • Kyle Wheeler committed [281d09]

    stuff

  • Kyle Wheeler committed [6fa21b]

    version increment

1 >