]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2022-10-27 Markus Triskacorrect nth0/4 and nth1/4
2022-10-27 Markus Triskaremove nth1/3, which is now provided by library(lists)
2022-10-27 Markus Triskaremove nth1/3, which is now provided by library(lists)
2022-10-27 Markus TriskaENHANCED: Much improved nth0/3, taken from #1529.
2022-10-27 Markus TriskaADDED: must_be/can_be(not_less_than_zero, ...)
2022-10-27 Markus Triskabetter implementation of list_si/1
2022-10-27 Markus TriskaADDED: chars_si/1, testing for a string
2022-10-27 Markus Triskause new domain names from library(error): octet_charact...
2022-10-27 Markus TriskaADDED: octet_character and octet_chars, testing for...
2022-10-27 Markus Triskarely on the built-in DCG expansion, per discussion...
2022-10-27 Markus TriskaENHANCED: Use '$skip_max_list'/4 for greater efficiency...
2022-10-27 Markus TriskaENHANCED: Improve determinism of ... //0 and seq//1.
2022-10-27 Mark Thomoffset into complete strings with '$skip_max_list'...
2022-10-27 Mark Thomdon't return ops with priority 0 when building set...
2022-10-27 Mark Thomtreat functors with PI '.'/2 as lists (#1570)
2022-10-27 Mark Thomintroduce expand_call_goal/3 to expand goals in control...
2022-10-27 Markus Triskause a DCG to describe the path
2022-10-27 Markus Triskaremove entailed must_be/2 goals
2022-10-27 Markus Triskause newly available ... //0 from library(dcgs)
2022-10-27 Markus Triskaadd meta_predicate/1 declaration for phrase_to_file/3
2022-10-27 Mark Thomstrip modules from GRBody in phrase/3 (#1565)
2022-10-27 Mark Thomfail on non-list solutions in setof/3 (#1553)
2022-10-27 Adrián Arroyo... HTTP Server 2.0
2022-10-27 Mark Thomprefix inlined goals with module names in expand_subgoa...
2022-10-27 Mark Thomtry to invoke '$call_inline' a second time in call...
2022-10-27 Markus TriskaENHANCED: CLP(ℤ): Reduce redundant propagator invocatio...
2022-10-27 Markus Triskaadd meta_predicate/1 declarations
2022-10-27 Mark Thomresolve phrase modules internally (#1541)
2022-10-27 Mark Thomfail when exception caught from subgoal expansion ...
2022-10-27 Mark Thomfix module resolution in dcgs, call/N (#1539)
2022-10-27 Mark Thomdeduplicate index ptr inlining for 0-arity atoms (...
2022-10-27 Mark Thomtrim get_structure and put_structure arities when last...
2022-10-27 Mark Thomprint index_ptr offset (#1534)
2022-10-27 Mark Thomuse separate predicate for findall cleanup
2022-10-27 Mark Thominference count call_inline, fail on undefined index
2022-10-27 Mark Thomstreamline assertz/1, asserta/1
2022-10-27 Mark Thominline metacalls
2022-10-27 Mark ThomMerge pull request #1630 from epilys/fix-1625
2022-10-26 Manos Pitsidianakisfix type_error with instantiated EOF -1 byte literal...
2022-10-26 Mark ThomMerge pull request #1628 from epilys/fix-1626
2022-10-24 Manos PitsidianakisFix xor/2 type error reporting wrong argument
2022-07-19 Mark ThomMerge pull request #1530 from RossSmyth/FixImports
2022-07-17 Ross SmythFixed imports num-rug-adapter
2022-06-22 Mark Thomcapture and propagate (=..)/2 errors in phrase/{2,3...
2022-06-18 Mark Thompropagate inference_limit_exceeded errors through the...
2022-06-16 Mark Thomuse setup_cal_n_init_goal_info in dynamic_module_resolution
2022-06-13 Mark Thomimprove efficiency of call/N, replace '$call_with_defau...
2022-06-13 Mark Thomsimplify detecting undefined goal_ and term_expansion
2022-06-12 Mark ThomMerge pull request #1510 from Skgland/add-gitattributes
2022-06-12 Skglandadd a .gitattributes file
2022-06-06 Mark Thomreplace call with $call in more meta-predicates
2022-06-05 Mark Thomemit indexing instructions in single clauses of dynamic...
2022-06-04 Mark Thomdo not emit indexing instructions for single clause...
2022-06-04 Mark ThomMerge pull request #1505 from Skgland/optional_rustfmt
2022-06-03 Skglandadjust error message on failed formatting
2022-06-03 Skglandmake rustfmt optional
2022-06-01 Mark Thomunmark cells in arith_eval_by_metacall (#1497)
2022-06-01 Mark Thomdon't print superfluous round brackets in curly braces...
2022-06-01 Mark Thomfix broken quoting in writeq/1 (#1498)
2022-05-31 Mark Thomfix off-by-one error reporting in write_term/3 (#1490)
2022-05-31 Mark Thomdon't quote most characters in strings (#1495, #301)
2022-05-23 Mark Thomuse existence_error for dropped streams (#1472)
2022-05-23 Mark ThomMerge pull request #1485 from triska/in_character
2022-05-22 Markus Triskause in_character
2022-05-22 Markus TriskaADDED: must_be(in_character, ...) and can_be(in_charact...
2022-05-22 Mark Thomfix stream position and term comparison bugs (#1472)
2022-05-22 Mark ThomMerge pull request #1484 from aarroyoc/fix-windows...
2022-05-22 Adrián Arroyo... MSI installer
2022-05-22 Adrián Arroyo... Fix build on Windows 10
2022-05-22 Mark Thomthrow a representation error if max arity is exceeded...
2022-05-21 Mark ThomMerge pull request #1482 from triska/multiple_of_five_a...
2022-05-21 Mark Thomadd max arity checks at various stages (#1459)
2022-05-21 Markus TriskaENHANCED: "f" on toplevel to report answers up to the...
2022-05-17 Mark Thomcheck asserta/2, assertz/2, abolish/2 for uninstantiate...
2022-05-16 Mark Thomdetect character type errors in atom_{chars|codes}...
2022-05-15 Mark ThomMerge pull request #1478 from triska/sgml_improvements
2022-05-15 Mark ThomMerge pull request #1477 from triska/document_tab_compl...
2022-05-15 Markus Triskaindent enumerations
2022-05-15 Markus Triskaclarify the representation
2022-05-15 Markus Triskastrengthen and improve type checks
2022-05-15 Markus Triskaclarify comment
2022-05-15 Markus Triskause phrase_from_file/2 directly on the file name
2022-05-15 Markus Triskadocument atom and predicate completion with TAB
2022-05-15 Mark ThomMerge pull request #1474 from triska/correct_can_be_chars
2022-05-14 Mark Thomconsider deallocate a head instruction (#1473)
2022-05-14 Markus Triskaprioritize type errors over instantiation errors
2022-05-14 Markus TriskaFIXED: can_be(chars, [a,X]), i.e., if variables occur...
2022-05-14 Mark Thomremove non-determinism in number_chars/2 and numbercode...
2022-05-12 Mark Thomuse must_be(chars) in number_chars/2 (#1470)
2022-05-12 Mark ThomMerge pull request #1467 from euanlacy/master
2022-05-11 Euan Lacywip: add more atoms to completion list
2022-05-10 Euan Lacyfix: remove unnecessary string & vec allocations
2022-05-10 Euan Lacywip: basic completion of predicates
2022-05-08 Mark Thomunify partial string tail later in create_partial_strin...
2022-05-06 Mark Thomfix culprit in stream_position permission_error (#1463)
2022-05-06 Mark Thomcorrect cycle detection in unify_* (#1455)
2022-05-05 Mark ThomMerge pull request #1461 from triska/clpz_sign
2022-05-05 Markus TriskaADDED: sign/1
2022-05-05 Markus Triskaremove comment that seems no longer valid
2022-05-05 Mark Thomfix rnd_i fixnum casting bug (#1456, #1458)
next