diff options
| author | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-28 17:40:53 +0200 |
|---|---|---|
| committer | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-28 17:40:53 +0200 |
| commit | 70f901d636479ce4ba7023edf387ea3166e738a3 (patch) | |
| tree | 59ce4a2d84bfd207a57bf0ed24220f5dc91f6a55 | |
| parent | fb5a815e485694a6f0bafcd49a3f19b6bf8a2fb6 (diff) | |
fix
| -rw-r--r-- | calculator.buetow.org/content/home.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/calculator.buetow.org/content/home.xml b/calculator.buetow.org/content/home.xml index b2692bd..0ba4a1e 100644 --- a/calculator.buetow.org/content/home.xml +++ b/calculator.buetow.org/content/home.xml @@ -23,7 +23,7 @@ </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>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. </enumitem> <enumitem>The - (minus) bug has been fixed!</enumitem> </enumeration> <textheader>Version 0.4.1 (Dec 1st 2004) - Bugfix release</textheader> @@ -43,11 +43,11 @@ <enumitem>A "," can be used as a synonym for a ".".</enumitem> <enumitem>0! resulted in an infinite loop. This has been fixed.</enumitem> <enumitem>\w* resultet in a segmentation fault. This has been fixed.</enumitem> - <enumitem>New commands: ra(scii), which is the same as as(cii) but works the reverse way. !command executes a shell command. x\ calculates the square root of x.</menuitem> + <enumitem>New commands: ra(scii), which is the same as as(cii) but works the reverse way. !command executes a shell command. x\ calculates the square root of x.</enumitem> </enumeration> <textheader>Version 0.3.1 (Jul 26th 2004) - Bugfix release</textheader> <enumeration> - <enumitem>This is a bugfix release only. No new features included.</menuitem> + <enumitem>This is a bugfix release only. No new features included.</enumitem> </enumeration> <textheader>Version 0.3 (May 8th 2004)</textheader> <enumeration> |
