<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/math/muparser, branch pkgsrc-2014Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2013-04-06T14:58:18Z</updated>
<entry>
<title>'Please use ${ECHO} instead of "echo".'</title>
<updated>2013-04-06T14:58:18Z</updated>
<author>
<name>rodent</name>
<email>rodent@pkgsrc.org</email>
</author>
<published>2013-04-06T14:58:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6b77282820994903707705d816ca5d7301c9fb22'/>
<id>urn:sha1:6b77282820994903707705d816ca5d7301c9fb22</id>
<content type='text'>
'Please use ${ECHO_N} instead of "echo -n".'</content>
</entry>
<entry>
<title>Don't redeclare a local variable.</title>
<updated>2012-11-16T01:04:43Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2012-11-16T01:04:43Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=430d634b9e77ffd7051faedefeb3db312ef351a5'/>
<id>urn:sha1:430d634b9e77ffd7051faedefeb3db312ef351a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>"user-destdir" is default these days</title>
<updated>2012-09-11T23:04:15Z</updated>
<author>
<name>asau</name>
<email>asau@pkgsrc.org</email>
</author>
<published>2012-09-11T23:04:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b0feb9f5b186a62a131121fe59db9ccdc0a844bd'/>
<id>urn:sha1:b0feb9f5b186a62a131121fe59db9ccdc0a844bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update to 2.2.2</title>
<updated>2012-08-15T17:38:49Z</updated>
<author>
<name>drochner</name>
<email>drochner@pkgsrc.org</email>
</author>
<published>2012-08-15T17:38:49Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f22b5a5680dd93b7e30f04d7173fa8dae2234d34'/>
<id>urn:sha1:f22b5a5680dd93b7e30f04d7173fa8dae2234d34</id>
<content type='text'>
changes:
* ternary if-then-else operator added (C++ like)
* new intrinsic binary operators: "&amp;&amp;", "||"
* A new bulkmode allows submitting large arrays as variables
* intrinsic "and", "or" and "xor" operators have been removed
* Implementation for complex numbers removed
* Function atan2 added
-bugfixes, cleanup, other minor improvements

pkgsrc note: shlib major changed</content>
</entry>
<entry>
<title>math/muparser: Add DragonFly to configure script</title>
<updated>2011-12-16T17:16:11Z</updated>
<author>
<name>marino</name>
<email>marino@pkgsrc.org</email>
</author>
<published>2011-12-16T17:16:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5d158ef5c984cf4fccb1ac1c615d341684c029b3'/>
<id>urn:sha1:5d158ef5c984cf4fccb1ac1c615d341684c029b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update to 134</title>
<updated>2010-11-02T17:29:04Z</updated>
<author>
<name>drochner</name>
<email>drochner@pkgsrc.org</email>
</author>
<published>2010-11-02T17:29:04Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2b8b85019838f6ba6d4d215acc99f3f4d504f2a0'/>
<id>urn:sha1:2b8b85019838f6ba6d4d215acc99f3f4d504f2a0</id>
<content type='text'>
changes:
-The prefix needed for parsing hex values is now "0x" and no longer "$"
-The associativity of binary operators can now be changed.
-The pow operator is now right associative.
-Seperator can now be used outside of functions.
+bugfixes</content>
</entry>
<entry>
<title>Update to muParser 1.32</title>
<updated>2010-08-11T20:33:19Z</updated>
<author>
<name>asau</name>
<email>asau@pkgsrc.org</email>
</author>
<published>2010-08-11T20:33:19Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4f7d1b73e1e2085aeadc614c3eaae17943aa112f'/>
<id>urn:sha1:4f7d1b73e1e2085aeadc614c3eaae17943aa112f</id>
<content type='text'>
Changes in muParser 1.32
------------------------

  Changes:
   * "example3" renamed to "example2"
   * Project/Makefiles files are now provided for:
           - msvc2003
           - msvc2005
           - msvc2008
           - watcom   (makefile)
           - mingw    (makefile)
           - bcc      (makefile)
   * Project files for borland cpp builder were removed

  New features:
   * Added function returning muparsers version number
   * Added function for resetting the locale

  Bugfixes:
   * Changes example1 in order to fix issues with irritating memory leak reports.
     Added conditional code for memory leak detection with MSVC in example1.
     (see: http://www.codeproject.com/KB/recipes/FastMathParser.aspx?msg=3286367#xx3286367xx)
   * Fixed some warnings for gcc


Changes in muParser 1.31cp
--------------------------

  Changes:
   * Archive structure changed
   * C# wrapper added
   * Fixed issued that prevented compiling with VS2010 Beta2</content>
</entry>
<entry>
<title>MAKE_JOBS_SAFE=no</title>
<updated>2009-12-12T12:27:33Z</updated>
<author>
<name>asau</name>
<email>asau@pkgsrc.org</email>
</author>
<published>2009-12-12T12:27:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c2f5a415b66d84fd32cb5b2999c402e61525737e'/>
<id>urn:sha1:c2f5a415b66d84fd32cb5b2999c402e61525737e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add muparser-130, a parser for mathematical expressions</title>
<updated>2009-12-11T19:53:57Z</updated>
<author>
<name>drochner</name>
<email>drochner@pkgsrc.org</email>
</author>
<published>2009-12-11T19:53:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=725a6108e09cf3d5c28eab26c52ce58e22abf0b7'/>
<id>urn:sha1:725a6108e09cf3d5c28eab26c52ce58e22abf0b7</id>
<content type='text'>
</content>
</entry>
</feed>
