Skip to content

adif 2.6.29 released

Compare
Choose a tag to compare
@kehengzhong kehengzhong released this 26 Oct 12:58
· 34 commits to main since this release
a1127f2
  1. Added item deleting functions in JSon library such as json_item_del, json_del, json_mdel;
  2. Fixed the bug in json_strip function: incorrect handling when regular character followed back-slash;
  3. Added sock_pair_create and pipe_create functions in tsock library;

本版本修订的内容如下:

  1. JSon库增加了单项和嵌套子项删除接口,json_item_del, json_del, json_mdel;
  2. 修订了json_strip函数的bug:字符串中含有带反斜杠的普通字符的处理;
  3. 在tsock库中增加了socket_pair_create函数和pipe_create函数;