forked from pool/muparser
35 lines
1.2 KiB
Plaintext
35 lines
1.2 KiB
Plaintext
|
-------------------------------------------------------------------
|
||
|
Thu Apr 5 11:24:30 UTC 2012 - jengelh@medozas.de
|
||
|
|
||
|
- update to new upstream release 2.2.2
|
||
|
* Retrieving all results of expressions made up of comma separate
|
||
|
subexpressions is now possible with a new Eval overload.
|
||
|
* Callback functions with fixed number of arguments can now have up
|
||
|
to 10 parameters
|
||
|
* ternary if-then-else operator added (C-like; "x?y:z")
|
||
|
* new intrinsic binary operators: "&&", "||" (logical and, or)
|
||
|
* A new bulkmode allows submitting large arrays as variables to
|
||
|
compute large numbers of expressions with a single call.- enable
|
||
|
parallel build
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Wed Nov 10 19:00:00 CET 2010 - aeszter@gwdg.de
|
||
|
|
||
|
- update to 1.34
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Tue Nov 17 19:00:00 CET 2009 - aeszter@gwdg.de
|
||
|
|
||
|
- fix parallel build
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Sun Aug 30 21:12:08 CEST 2009 - lars@linux-schulserver.de
|
||
|
|
||
|
- build for openSUSE-Education
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Fri Apr 3 00:00:00 CEST 2009 - uli@suse.de
|
||
|
|
||
|
- initial package
|
||
|
|