Skip to content

PyLists4C-1.1.0

Latest
Compare
Choose a tag to compare
@HubTou HubTou released this 11 Nov 01:38
· 2 commits to main since this release
f909042
  • 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