tmp commit, don't use
commitd3c547791437aee88e63ba429435e334ecc2e0b9
authorshura <aolar68@gmail.com>
Wed, 14 Feb 2024 19:07:48 +0000 (14 21:07 +0200)
committershura <aolar68@gmail.com>
Wed, 14 Feb 2024 19:07:48 +0000 (14 21:07 +0200)
tree8b8bf4ffdcb66b5f6fcc734e902345453363d65a
parentd7a91d5ebd0f19c1a9a3ceb45451582ab23954aa
tmp commit, don't use
54 files changed:
Jamrules.configure
TODO
debian/DEBIAN/control
include/libex/array.h
include/libex/endian.h
include/libex/file.h
include/libex/hash.h
include/libex/html.h
include/libex/json.h
include/libex/list.h
include/libex/net.h
include/libex/poll/net_poll.h
include/libex/str.h
include/libex/sys.h
include/libex/task.h
include/libex/tree.h
include/libex/wsnet.h
json_2.txt [deleted file]
libex.pc.in
src/file_dirmake.c
src/file_dirsplit.c [deleted file]
src/file_exists.c
src/file_getdir.c
src/file_getfname.c
src/file_getoname.c
src/file_getsuf.c
src/file_path_add_path.c
src/html.c
src/json.c [deleted file]
src/json_create.c [new file with mode: 0644]
src/json_parse.c [new file with mode: 0644]
src/json_rpc.c [new file with mode: 0644]
src/list.c [deleted file]
src/net.c
src/pollset/net_pollset.c
src/pool.c
src/rbtree.c [deleted file]
src/rpc.c
src/str_argz.c
src/str_strbufmt.c [copied from src/file_getsuf.c with 57% similarity]
src/str_strbufsize.c
src/str_strputc.c
src/ws.c
src/wsnet.c
test/Jamfile
test/test_array.c
test/test_hash.c
test/test_html.c [deleted file]
test/test_json.c
test/test_jws_srv.c
test/test_list.c
test/test_str.c
test/test_task.c
test/test_tree.c