diff options
| author | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-28 17:38:53 +0200 |
|---|---|---|
| committer | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-28 17:38:53 +0200 |
| commit | 35de30025a7ae41f7312d10e737964a4a09399f0 (patch) | |
| tree | d7bd50050c14c92f62e237b4d4adacd91ff94fb2 | |
| parent | 484ff425b4e3991b02f9077e1016c2efc3d91041 (diff) | |
fix
| -rw-r--r-- | calculator.buetow.org/content/home.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/calculator.buetow.org/content/home.xml b/calculator.buetow.org/content/home.xml index 85b3a6e..51ddcc9 100644 --- a/calculator.buetow.org/content/home.xml +++ b/calculator.buetow.org/content/home.xml @@ -17,4 +17,14 @@ <noop> which can do arithmetic calculations too.</noop> </text> <textheader>Version 0.6 (Sep 20th 2005)</textheader> + <enumeration> + <enumitem>Changed the source tree structure. Normal non-digits will now be treated with their ASCII values. Digits will be treated with ASCII values too if mode ascii has been activated.</enumitem> + <enumitem>Fixed the "operators" command.</enumitem> + </enumeration> + <textheader>Version 0.5 (Apr 18 2005)</textheader> + <enumeration> + <enumitem>Added list.h and stack.h. Calculator can now be used with parameters: ./calculator '1+6+4\'. Added the v(erbose) command. Added the pr(ecision) int command. </menuitem> + <enumitem>The - (minus) bug has been fixed!</enumitem> + </enumeration> + <textheader>Version 0.4.1 (Dec 1st 2004) - Bugfix release</textheader> </content> |
