Skip to content

Releases: pandom79/Ulib

Ulib

04 Jul 15:04

Choose a tag to compare

  • Added properties order check about parser.

Ulib

07 May 17:27

Choose a tag to compare

  • Fixed "invalid read" about stringLastIndexOfStr function.
  • Added empty string check for string(Last)IndexOf family func.
  • Changed stringCopy func implementation.
  • Adde stringCopyN func.

Ulib

28 Mar 14:31

Choose a tag to compare

  • Changed stringSplitOnce implementation.

Ulib

01 Mar 07:43

Choose a tag to compare

  • Added .clang-format file.
  • Code formatted by clang-format file style.
  • Defined _POSIX_C_SOURCE macro.
  • Changed implementation about some strings function.

Ulib

15 Feb 14:22

Choose a tag to compare

  • Removed arrayAddFirst function.
  • Added arrayInsertAt function.
  • Renamed stringSplitFirst func in stringSplitOnce.

Ulib

05 Feb 11:00

Choose a tag to compare

  • Added htSetDebugData function for debug/diagnostic purpose.

Ulib

17 Sep 09:59

Choose a tag to compare

  • Improved some functions about strings and added related test cases.

Ulib

21 Aug 09:31

Choose a tag to compare

  • Added sectionData argument to parseLine func.

Ulib

18 Aug 09:55

Choose a tag to compare

  • Added parser test case.
  • Added current section check for repeatable sections.
  • Changed parseInit() and related variables.

Ulib

03 Aug 07:49

Choose a tag to compare

  • Unitd parser inclusion.