-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule trealla
updated
36 files
+4 −4 | Makefile | |
+4 −4 | library/builtins.pl | |
+138 −128 | library/spin.pl | |
+0 −7 | library/wasm_generic.pl | |
+1 −1 | src/bags.c | |
+139 −6 | src/builtins.h | |
+92 −77 | src/contrib.c | |
+98 −99 | src/control.c | |
+1 −1 | src/functions.c | |
+21 −23 | src/heap.c | |
+1 −1 | src/heap.h | |
+17 −19 | src/internal.h | |
+25 −37 | src/module.c | |
+3 −3 | src/module.h | |
+1 −1 | src/network.c | |
+45 −53 | src/parser.c | |
+2 −2 | src/parser.h | |
+44 −64 | src/predicates.c | |
+30 −27 | src/print.c | |
+22 −17 | src/prolog.c | |
+3 −3 | src/prolog.h | |
+143 −232 | src/query.c | |
+10 −32 | src/query.h | |
+69 −38 | src/streams.c | |
+19 −6 | src/stringbuf.h | |
+3 −3 | src/toplevel.c | |
+20 −33 | src/unify.c | |
+18 −2 | src/wasm/spin.c | |
+4 −4 | tests/issues-OLD/test605.expected | |
+1 −0 | tests/issues/test130.expected | |
+4 −0 | tests/issues/test130.pl | |
+0 −0 | tests/issues/test143.expected | |
+5 −0 | tests/issues/test143.pl | |
+2 −2 | tests/tests/test082.expected | |
+2 −0 | tests/tests/test089.expected | |
+4 −0 | tests/tests/test089.pl |
Binary file not shown.