-
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
31 files
+2 −1 | Makefile | |
+876 −0 | README.md | |
+90 −0 | library/aggregate.pl | |
+1 −1 | library/builtins.pl | |
+4 −3 | library/http.pl | |
+6 −6 | library/lists.pl | |
+33 −0 | samples/tco.pl | |
+3 −6 | src/bif_control.c | |
+1 −1 | src/bif_database.c | |
+16 −1 | src/bif_format.c | |
+3 −0 | src/bif_functions.c | |
+1 −1 | src/bif_maps.c | |
+44 −17 | src/bif_predicates.c | |
+11 −17 | src/bif_streams.c | |
+1 −1 | src/bif_threads.c | |
+2 −3 | src/builtins.h | |
+8 −11 | src/internal.h | |
+3 −0 | src/library.c | |
+94 −20 | src/module.c | |
+2 −1 | src/module.h | |
+90 −54 | src/parser.c | |
+2 −1 | src/parser.h | |
+38 −18 | src/print.c | |
+51 −86 | src/query.c | |
+1 −1 | src/query.h | |
+6 −2 | src/toplevel.c | |
+3 −2 | src/unify.c | |
+2 −1 | tests/issues/test394.pl | |
+1 −1 | tests/tests/test040.expected | |
+1 −1 | tests/tests/test082.expected | |
+1 −1 | tests/tests/test093.expected |
Binary file not shown.