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)
Fixed
Compilation errors when usingWAIT - MILLISECONDS
strings (f43d760)Fixed
Backlashes not working in STORE QUOTE strings (053bf6e)Fixed
Compilation errors when using STORE QUOTE strings (e216876)Fixed
Compilation errors when using LDPL with gcc (1363668)Added
Modulo operando (%
) toIN - SOLVE -
statement (5bb9d51)Added
Comparison operators (<
,>
,<>
,<=
,>=
,=
) as alternatives forIS GREATER THAN
,IS LOWER THAN
, etc. (5bb9d51)Added
New statement:FOR - FROM - TO - INCLUSIVE STEP - DO
, that works likeFOR - FROM - TO - STEP - DO
, but includes theTO
value as well (both ends included) (440c961)Updated
TheNUMBER
type now supports arbitrarily big integers (27f5453)Updated
Improved the performance ofTEXT
operations (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.