[Mathlib-commitlog] SF.net SVN: mathlib:[787] JMathLib/trunk/ChangeLog.txt
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2009-01-26 20:00:13
|
Revision: 787
http://mathlib.svn.sourceforge.net/mathlib/?rev=787&view=rev
Author: st_mueller
Date: 2009-01-26 20:00:09 +0000 (Mon, 26 Jan 2009)
Log Message:
-----------
Modified Paths:
--------------
JMathLib/trunk/ChangeLog.txt
Modified: JMathLib/trunk/ChangeLog.txt
===================================================================
--- JMathLib/trunk/ChangeLog.txt 2009-01-26 19:52:50 UTC (rev 786)
+++ JMathLib/trunk/ChangeLog.txt 2009-01-26 20:00:09 UTC (rev 787)
@@ -1,11 +1,5 @@
--- Mnemonics
---
--- + Added (or created) file or directory
--- - Removed file or directory
--- * Modified file
--- ! Bug found
--- # Bug fixed
+ ChangeLog of JMathLib
---- Functional Changes: version 0.9.2 -> 0.x.x ------------------------------
New functions:
@@ -13,59 +7,64 @@
Updated functions:
---- HISTORY ------------------------------------------------------------------
-2009/01/xx
-stefan *
+2009/01/xx stefan:
-2009/01/09
-stefan * changed the parser, now parsing of cd somedirectory is possible.
- Also cd("somedirectory") still works.
+2009/01/26 stefan: changed MathLibException into JMathLibException
+
+2009/01/25 stefan: JMathLib has not been thread save for more than one
+ instance of Interpreter.class. I removed the static
+ variables in GlobalValues and added a GlobalVaues-pointer
+ to all evaluate(....) methods.
+
+2009/01/09 stefan: Changed the parser, now parsing of cd somedirectory
+ is possible. Also cd("somedirectory") still works.
-2009/01/04
-stefan + added the euler number to VariableToken.java as predefined variable
-stefan + pi.int documentation for pi
-stefan + e.int documentation for euler number
+2009/01/04 stefan: added the euler number to VariableToken.java as predefined
+ variable
+2009/01/04 stefan: pi.int documentation for pi
+2009/01/04 stefan: e.int documentation for euler number
-2008/12/31
-stefan + toolbox/jmathlib/system/quit.java
-stefan + toolbox/jmathlib/system/exit.m
-stefan + toolbox/jmathlib/io/pwd.java
+2008/12/31 stefan: added toolbox/jmathlib/system/quit.java
+2008/12/31 stefan: added toolbox/jmathlib/system/exit.m
+2008/12/31 stefan: added toolbox/jmathlib/io/pwd.java
-2008/12/30
-stefan + jmathlib/ui/text/TextUI.java first version of textual user interface.
+2008/12/30 stefan: added jmathlib/ui/text/TextUI.java first version of textual
+ user interface.
-2008/12/28
-stefan * jmathlib/ui/applet/JMathLibGUI.java code cleanup and bugfixing
+2008/12/28 stefan: jmathlib/ui/applet/JMathLibGUI.java code cleanup and bugfixing
-2008/12/27
-stefan + moved code from MFileWebLoader.java to WebFunctionLoader.java
-stefan - removed MFileWebLoader.java
-stefan + plusplus.int describing the ++ command
-stefan + minusminus.int describing the -- command
-stefan # DoubleNumberToken.java support for [1,0,3].^0 = [1,1,1]
- and 0.^[1,0,2] = [0,1,0]
+2008/12/27 stefan: moved code from MFileWebLoader.java to WebFunctionLoader.java
+2008/12/27 stefan: removed MFileWebLoader.java
+2008/12/27 stefan: added plusplus.int describing the ++ command
+2008/12/27 stefan: added minusminus.int describing the -- command
+2008/12/27 stefan: bugfix for DoubleNumberToken.java support for
+ [1,0,3].^0 = [1,1,1] and 0.^[1,0,2] = [0,1,0]
-2008/12/26
-stefan + toolbox/jmathlib/system/format.java for formatting numbers
-stefan * GlobalValues.java RootObject.java for formatting numbers
+2008/12/26 stefan: added toolbox/jmathlib/system/format.java for formatting numbers
+2008/12/26 stefan: changed GlobalValues.java RootObject.java for formatting numbers
-2008/12/15
-stefan + jmathlib.sh
+2008/12/15 stefan: added jmathlib.sh for starting JMathLib on unix
-2008/12/xx
-stefan * tearDown() added this method to all test cases in order to save
- resources and memory during test case evaluation
+2008/12/xx stefan: tearDown() added this method to all test cases in order
+ to save resources and memory during test case evaluation
-2008/12/06
-stefan + jmathlib/system/setlocalproperty.java for setting local properties
-stefan + jmathlib/system/getlocalproperty.java for getting local properties
-stefan + jmathlib/system/setglobalproperty.java for setting global properties
-stefan + jmathlib/system/getglobalproperty.java for getting global properties
+2008/12/06 stefan: added jmathlib/system/setlocalproperty.java for setting local properties
+2008/12/06 stefan: added jmathlib/system/getlocalproperty.java for getting local properties
+2008/12/06 stefan: added jmathlib/system/setglobalproperty.java for setting global properties
+2008/12/06 stefan: added jmathlib/system/getglobalproperty.java for getting global properties
-2008/11/30
-stefan # update.java wrong comment
+2008/11/30 stefan: bugfix update.java wrong comment
---- Functional Changes: version 0.9.0 -> 0.9.2 ------------------------------
+-- Mnemonics
+--
+-- + Added (or created) file or directory
+-- - Removed file or directory
+-- * Modified file
+-- ! Bug found
+-- # Bug fixed
+
2008/11/30
stefan * generation of release version 0.9.2
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|