-
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
33 files
+1 −0 | Makefile | |
+1 −9 | library/atts.pl | |
+12 −146 | library/builtins.pl | |
+1 −1 | library/charsio.pl | |
+163 −149 | library/clpz.pl | |
+9 −1 | library/dcgs.pl | |
+113 −0 | library/iso_ext.pl | |
+36 −13 | library/lists.pl | |
+1 −1 | src/bif_atts.c | |
+48 −41 | src/bif_control.c | |
+4 −4 | src/bif_database.c | |
+2 −2 | src/bif_ffi.c | |
+7 −7 | src/bif_functions.c | |
+94 −71 | src/bif_predicates.c | |
+19 −19 | src/bif_streams.c | |
+6 −6 | src/bif_tasks.c | |
+2 −2 | src/bif_threads.c | |
+6 −6 | src/builtins.h | |
+26 −17 | src/heap.c | |
+1 −0 | src/heap.h | |
+7 −5 | src/internal.h | |
+3 −0 | src/library.c | |
+19 −16 | src/module.c | |
+43 −12 | src/parser.c | |
+24 −35 | src/print.c | |
+1 −0 | src/prolog.c | |
+100 −75 | src/query.c | |
+1 −1 | src/query.h | |
+5 −9 | src/toplevel.c | |
+47 −64 | src/unify.c | |
+2 −2 | tests/issues-OLD/test061.expected | |
+1 −0 | tests/issues/test457.expected | |
+4 −0 | tests/issues/test457.pl |
Binary file not shown.