About
This is LDPL 5.1.0 'Groovy Gualicho'. Rawrrr!
The version number has been increased by 0.1.0, because new, backward compatible functionality is introduced to the public API.
Changelog
Release 5.1.0 (up to 808ee5d)
FixedCompilation errors when usingWAIT - MILLISECONDSstrings (f43d760)FixedBacklashes not working in STORE QUOTE strings (053bf6e)FixedCompilation errors when using STORE QUOTE strings (e216876)FixedCompilation errors when using LDPL with gcc (1363668)AddedModulo operando (%) toIN - SOLVE -statement (5bb9d51)AddedComparison operators (<,>,<>,<=,>=,=) as alternatives forIS GREATER THAN,IS LOWER THAN, etc. (5bb9d51)AddedNew statement:FOR - FROM - TO - INCLUSIVE STEP - DO, that works likeFOR - FROM - TO - STEP - DO, but includes theTOvalue as well (both ends included) (440c961)UpdatedTheNUMBERtype now supports arbitrarily big integers (27f5453)UpdatedImproved the performance ofTEXToperations (939288e)
Source Code
The source code for this release can be downloaded below. It can be built by running make and installed using make install in the extracted directory, provided you have c++11 installed on your system.
