2002-09-18 IKEGAMI Daisuke * version 0.0.3 released. * ext/mathlink/mathlink.c (open, default_handler): changes As Armin and Makino reported, the allocation of the variable 'ml_argv' has a problem in the previous version. In addition, Makino sent me a patch about the 'default_handler' procedure to add default action. Unfortunatelly, I cannot test this version on Windows. 2002-06-20 IKEGAMI Daisuke * version 0.0.2 released. * ext/mathlink/mathlink.c (mathlink_open): bug fixed. I confirm that this version works on Windows. :) 2001-06-22 IKEGAMI Daisuke * lib/mathematica/mathematica.rb: Add #register and fix some methods for #register. 2001-06-19 IKEGAMI Daisuke * ext/mathlink/mathlink.c: Add #get_function. Fix to disown symbols/strings automatically on #get_symbols, etc. Now both #disown_symbol and #disown_string are obsolete. These are left to disown literally. 2001-06-16 IKEGAMI Daisuke * version 0.0.1a - version 0.0.1 alpha is released experimentally. * lib/mathematica/mathematica.rb: Add two classes such that Mathematica class and Computation class. Also two methods to evaluate Mathematica expression is added in Mathematica class. * ext/mathlink/mathlink.c: Add some methods; --- #put_string ... MLPutString() --- #put_symbol ... MLPutSymbol() --- #flush ... MLFlush() and some constants; MESSAGEPKT, TEXTPKT, CALLPKT, INPUTNAMEPKT. * doc.en/mathematica.html: Add documentation for new classes that are Mathematica class and Computation class in lib/mathematica/mathematica.rb * README.rd, README-ja.rd: Add notes about Mathematica class, and a strange problem about Ruby/Mathematica is explained. 2001-06-15 IKEGAMI Daisuke * version 0.0.1a - version 0.0.1 alpha is started. * README.rd, README-ja.rd: Add notes about MathLink License Agreement. And this library follows the license and Ruby license after this. * ext/mathlink/search.rb: Search the path of MathLink on installation. * ext/mathlink/extconf.rb: Fix to use search.rb. See above. * INSTALL.rd, INSTALL-ja.rd: Add notes about search.rb. See above. * lib/mathematica/mathematica.rd: Add experimentally. 2001-06-13 IKEGAMI Daisuke * version 0.0.1 released. --- Local Variables: mode: indented-text left-margin: 8 fill-column: 75 version-control: never End: