-
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
30 files
+2 −0 | .github/workflows/build.yaml | |
+1 −1 | library/builtins.pl | |
+4 −4 | src/bif_atts.c | |
+5 −5 | src/bif_bboard.c | |
+11 −11 | src/bif_control.c | |
+2 −2 | src/bif_csv.c | |
+23 −23 | src/bif_database.c | |
+3 −3 | src/bif_ffi.c | |
+1 −1 | src/bif_format.c | |
+0 −47 | src/bif_functions.c | |
+1 −1 | src/bif_maps.c | |
+94 −95 | src/bif_predicates.c | |
+22 −22 | src/bif_streams.c | |
+2 −2 | src/bif_tasks.c | |
+1 −1 | src/bif_threads.c | |
+9 −5 | src/builtins.h | |
+2 −0 | src/heap.c | |
+1 −1 | src/history.c | |
+4 −5 | src/internal.h | |
+4 −4 | src/module.c | |
+3 −8 | src/parser.c | |
+28 −27 | src/print.c | |
+1 −2 | src/prolog.c | |
+72 −64 | src/query.c | |
+3 −3 | src/toplevel.c | |
+6 −10 | src/unify.c | |
+1 −1 | tests/issues/test457.expected | |
+1 −1 | tests/tests/test089.expected | |
+1 −1 | tests/tests/test091.expected | |
+2 −0 | tests/tests/test101.pl |
Binary file not shown.