.hgignore

Thu, 23 Dec 2021 15:20:50 +0100

author
Mike Becker <universe@uap-core.de>
date
Thu, 23 Dec 2021 15:20:50 +0100
changeset 481
eef025d82a34
parent 398
8d506ed6c1c0
child 753
24dc84788dee
permissions
-rw-r--r--

add several new linked list functions

* cx_linked_list_insert()
* cx_linked_list_insert_chain()
* cx_linked_list_link()
* cx_linked_list_unlink()

Also uses the most general function wherever possible.

syntax:regexp
^nbproject/
^build/
/core$
DS_Store$
^stamp-h
/test-suite.log$
^ucx-.*\.tar.gz$
^.idea/
^cmake-build-

mercurial