]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2022-01-07 Mark Thomdon't allow [] as a stream alias, restore domain error...
2022-01-07 Mark Thomkeep cursor position after writing to byte stream
2022-01-07 Mark Thomfix stream errors
2022-01-07 Mark Thombreak from loop upon successful peek in peek_char/1...
2022-01-07 Mark Thombreak from loop in get_code upon successful character...
2022-01-07 Mark Thomthrow instantiation error if Arity is a variable in...
2022-01-07 Mark Thomuse strip module in retract/1, a meta-predicate
2022-01-07 Mark Thomrestore old thread_goals to fix top-level solutions...
2022-01-07 Mark Thomfix HeapPStrIter bug not recognizing nil focus if PStrL...
2022-01-07 Mark Thomfix number not recognizing floats
2022-01-07 Mark Thomdetect module resolved cut in interpreted (,)
2022-01-07 Mark Thomfix arg/3 bug
2022-01-07 Mark Thomadd bounds check for attributed variables slice
2022-01-07 Mark Thomtag DCG constructs with module names for proper resolution
2022-01-07 Mark Thombreak from get_char loop after successful char unification
2022-01-07 Mark Thomunmark cell bits in occurs check
2022-01-07 Mark Thomsupport comparison and unification of cyclic partial...
2022-01-07 Mark Thomgreatly reduce the number of goal expansions done in...
2022-01-07 Mark Thomuse new heap term representation
2022-01-07 Mark ThomMerge pull request #1156 from mthom/proper_var_list_ord...
2021-12-23 Mark Thomcreate read_term/3 variable lists in order of variable... proper_var_list_order_issue_1121 origin/proper_var_list_order_issue_1121
2021-12-14 Mark ThomMerge pull request #1132 from triska/tls_library
2021-12-14 Mark ThomMerge pull request #1141 from triska/layout_text_sequence
2021-12-14 Mark ThomMerge pull request #1142 from triska/s
2021-12-14 Mark ThomMerge pull request #1143 from heydtn/patch-1
2021-12-14 Mark ThomMerge pull request #1147 from triska/pio_improvements
2021-12-12 Markus TriskaENHANCED: Use newly available fast chars test from...
2021-12-09 Nate HeydtFix typo in abnf_lwsp/2
2021-12-08 Markus Triskareport time with "s" instead of "seconds", in analogy...
2021-12-08 Markus TriskaENHANCED: support full layout text sequence (also comme...
2021-12-08 Markus Triskaremove redundant test: '\n' is a layout char.
2021-12-08 Mark ThomMerge pull request #1131 from triska/cpu_time
2021-12-05 Markus Triskause newly available predicates from library(tls) for...
2021-12-05 Markus TriskaADDED: library(tls), providing all predicates for TLS...
2021-12-05 Markus Triskaimplement tls_client_negotiate/3 for explicit negotiation
2021-12-05 Markus TriskaMODIFIED: Remove TLS-related predicates from library...
2021-12-04 Markus Triskawalltime --> CPU time
2021-12-04 Mark ThomMerge pull request #1129 from triska/tls_servers
2021-12-04 Mark ThomMerge pull request #1124 from triska/test_corrections
2021-12-04 Mark ThomMerge pull request #1127 from triska/retract_correction
2021-12-04 Mark ThomMerge pull request #1122 from triska/better_time
2021-12-03 Markus TriskaADDED: Support for creating TLS servers.
2021-12-01 Markus TriskaFIXED: retract/1 issues due to module qualification
2021-12-01 Markus TriskaENHANCED: Better reporting for time/1.
2021-12-01 Markus Triskause anonymous variable
2021-12-01 Markus Triskaseveral corrections to test cases
2021-11-30 Mark ThomMerge pull request #1120 from triska/char_type_correction
2021-11-29 Markus TriskaENHANCED: Correct type error for char_type/2.
2021-11-28 Mark ThomMerge pull request #1116 from aarroyoc/fix-open-lis
2021-11-28 Mark ThomMerge pull request #1119 from mthom/expand_call_goals_a...
2021-11-28 Mark Thomexpand call goals as call goals (#1114) expand_call_goals_as_call_goals origin/expand_call_goals_as_call_goals
2021-11-28 Mark ThomMerge pull request #1117 from triska/indicate_failed_in...
2021-11-28 Mark ThomMerge pull request #1115 from triska/get_char_type_test
2021-11-28 Markus TriskaENHANCED: indicate failed initialization/1 goal
2021-11-28 Adrián Arroyo... Fix use_module import errors
2021-11-28 Adrián Arroyo... Allow all kinds of string to be processed in open/4
2021-11-28 Markus TriskaENHANCED: Character type checks for get_char/[1,2].
2021-11-28 Mark ThomMerge pull request #1096 from aarroyoc/number_chars_fix
2021-11-28 Mark ThomMerge pull request #1112 from triska/underscores_in_int...
2021-11-28 Mark ThomMerge pull request #1113 from triska/seq
2021-11-28 Mark ThomMerge pull request #1111 from triska/fast_list_test
2021-11-27 Markus Triskause seq//1
2021-11-27 Markus Triskause seq//1 and ... //0 which are now available in libra...
2021-11-27 Markus Triskause seq//1
2021-11-27 Markus Triskause seq//1 which is now available in library(dcgs)
2021-11-27 Markus TriskaENHANCED: Support '_' followed by layout text sequence...
2021-11-26 Markus Triskause must_be(list, ...) earlier, since it is now faster
2021-11-26 Markus TriskaENHANCED: use '$skip_max_list'/4 for fast list tests...
2021-11-26 Mark ThomMerge pull request #1107 from triska/fast_chars_test
2021-11-22 Markus Triskause newly available must_be(chars, ...) for fast string...
2021-11-22 Markus Triskause newly available must_be(chars, ...) for fast string...
2021-11-22 Markus TriskaADDED: must_be(chars, ...) and can_be(chars, ...) for...
2021-11-21 Mark ThomMerge pull request #1098 from triska/format_improvements
2021-11-21 Mark ThomMerge pull request #1099 from aarroyoc/uninstantiation_...
2021-11-21 Mark ThomMerge pull request #1100 from aarroyoc/phrase-to-file...
2021-11-21 Mark ThomMerge pull request #1102 from triska/meta_predicate_cor...
2021-11-20 Markus Triskause round brackets for meta_predicate/1 declaration
2021-11-20 Markus TriskaFIXED: meta_predicate/1 declaration of cond_t/3.
2021-11-20 Markus TriskaFIXED: meta_predicate/1 declaration of (',')/3 and...
2021-11-20 Markus TriskaFIXED: meta_predicate/1 declaration for tfilter/3.
2021-11-20 Markus TriskaFIXED: meta_predicate/1 declaration for tmember_t/3.
2021-11-20 Markus TriskaFIXED: meta_predicate/1 declaration for tmember/2.
2021-11-20 Markus TriskaFIXED: meta_predicate/1 declaration for tpartition/4.
2021-11-17 Markus Triskamention phrase_to_file/3 which is being prepared in...
2021-11-17 Markus Triska'f' --> f
2021-11-17 Markus Triskabetter layout
2021-11-17 Markus Triskause newly available seq//1 from library(dcgs)
2021-11-17 Adrián Arroyo... Fix mistake in phrase_to_file/2 definition
2021-11-16 Adrián Arroyo... Add phrase_to_file/3 (phrase_to_file with Options)
2021-11-16 Adrián Arroyo... Fix uninstantiation_error missing. Fix #1031
2021-11-16 Markus Triskamore elegant solution for parsing numeric arguments...
2021-11-16 Markus Triskamention the format("~s", [Ls]) pattern and new library...
2021-11-14 Adrián Arroyo... Prevents panic in some strange cases. Seen in #721
2021-11-13 Mark ThomMerge pull request #1082 from pmoura/fix_format_predica...
2021-11-13 Mark ThomMerge pull request #1087 from Skgland/fix_beta_check
2021-11-13 Mark ThomMerge pull request #1078 from triska/pio_improvements
2021-11-13 Mark ThomMerge pull request #1086 from Skgland/pass_-f_flag_in_c...
2021-11-13 Mark ThomMerge pull request #1088 from triska/call_nth_metapredicate
2021-11-11 Skglandremove unused fields instead, prompting more dead_code...
2021-11-11 Markus Triskause functional notation for all meta_predicate/1 directives
next