forked from pytries/datrie
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update python versions, remove dependency on (stale) bundled src library
* respin debian patch * add endian fix from upstream PR Origin1: https://salsa.debian.org/python-team/packages/python-datrie/-/tree/master/debian/patches Origin2: upstream, pytries#85 Signed-off-by: Stephen L Arnold <nerdboy@gentoo.org>
- Loading branch information
Showing
7 changed files
with
23 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule libdatrie
updated
25 files
+202 −0 | ChangeLog | |
+0 −2 | Makefile.am | |
+23 −0 | NEWS | |
+2 −2 | README | |
+3 −3 | configure.ac | |
+5 −5 | datrie/alpha-map.c | |
+1 −1 | datrie/alpha-map.h | |
+3 −3 | datrie/darray.c | |
+1 −1 | datrie/darray.h | |
+27 −2 | datrie/tail.c | |
+1 −1 | datrie/tail.h | |
+7 −5 | datrie/typedefs.h | |
+16 −0 | tests/Makefile.am | |
+95 −0 | tests/test_byte_alpha.c | |
+186 −0 | tests/test_byte_list.c | |
+7 −5 | tests/test_file.c | |
+7 −6 | tests/test_iterator.c | |
+5 −4 | tests/test_nonalpha.c | |
+3 −2 | tests/test_null_trie.c | |
+13 −12 | tests/test_store-retrieve.c | |
+1 −1 | tests/test_term_state.c | |
+5 −2 | tests/test_walk.c | |
+3 −3 | tests/utils.c | |
+2 −2 | tests/utils.h | |
+41 −16 | tools/trietool.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters