Skip to content

LDPL 5.1.0

Latest
Compare
Choose a tag to compare
@Lartu Lartu released this 09 Nov 00:43
· 12 commits to master since this release

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 using WAIT - 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 (%) to IN - SOLVE - statement (5bb9d51)
  • Added Comparison operators (<, >, <>, <=, >=, =) as alternatives for IS GREATER THAN, IS LOWER THAN, etc. (5bb9d51)
  • Added New statement: FOR - FROM - TO - INCLUSIVE STEP - DO, that works like FOR - FROM - TO - STEP - DO, but includes the TO value as well (both ends included) (440c961)
  • Updated The NUMBER type now supports arbitrarily big integers (27f5453)
  • Updated Improved the performance of TEXT 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.