Skip to content

Releases: HubTou/PyLists4C

PyLists4C-1.1.0

11 Nov 01:38
f909042
Compare
Choose a tag to compare
  • Major release:
    • Added support for ETYPE_NULL elements everywhere
    • Added support for type indicators in list() constructor
    • Added support for decimal exponents in list() constructor
    • CHANGED the behavior of the list() constructor:
      • Garbage is now represented with a NULL element instead of an empty STRING
    • CHANGED the display of the listPrint(), listDebug() and listStr() functions:
      • For char and uchar, both the character and its numerical value are now displayed, when possible
      • For float, double and longdouble, %g is now used instead of %f
    • Added 2 new test programs:
      • tests/test_exponents.c
      • tests/test_typeIndicator.c

PyLists4C-1.0.1

05 Nov 17:14
60c220d
Compare
Choose a tag to compare
  • Minor release
    • Fixes #3
    • Improves documentation

PyLists4C-1.0.0

03 Nov 23:12
1696130
Compare
Choose a tag to compare
  • First public release
    • Just in time for Saint Hubert, after starting this August on my free time