-
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
27 files
+64 −67 | library/assoc.pl | |
+1 −63 | library/atts.pl | |
+63 −0 | library/builtins.pl | |
+8 −9 | library/lists.pl | |
+98 −107 | library/ordsets.pl | |
+21 −1 | library/pairs.pl | |
+170 −167 | library/ugraphs.pl | |
+9 −11 | samples/chess.pl | |
+20 −48 | src/bif_atts.c | |
+12 −11 | src/bif_bboard.c | |
+1 −1 | src/bif_control.c | |
+8 −4 | src/bif_csv.c | |
+8 −11 | src/bif_database.c | |
+14 −20 | src/bif_predicates.c | |
+8 −2 | src/bif_sort.c | |
+5 −11 | src/bif_streams.c | |
+3 −3 | src/bif_threads.c | |
+0 −10 | src/builtins.h | |
+3 −16 | src/heap.c | |
+9 −11 | src/internal.h | |
+0 −17 | src/module.c | |
+22 −51 | src/parser.c | |
+37 −3 | src/parser.h | |
+9 −25 | src/query.c | |
+2 −2 | src/query.h | |
+1 −1 | src/toplevel.c | |
+2 −7 | src/unify.c |
Binary file not shown.