]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
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)
2022-05-05 Mark Thomtrack f64 offsets in Literal (#1190)
2022-05-04 Mark Thomcompact lists of characters to partial strings in read_...
2022-05-01 Mark Thomfix match_partial_string, compare_pstr_to_string (...
2022-04-29 Mark Thomremove redundant register assignments in numeric compar...
2022-04-29 Mark Thomremove redundant skip_stub_try_me_else condition (...
2022-04-26 Mark ThomMerge pull request #1436 from triska/must_be_term
2022-04-26 Mark Thomreplace SliceDeque with VecDeque
2022-04-25 Mark Thomcatch existence_error exceptions from top-level calls...
2022-04-23 Mark Thomunify structures from left to right (#1396)
2022-04-22 Mark Thomupdate to crossterm 0.20.0 (#1439)
2022-04-20 Markus TriskaADDED: can_be(term, ...) and must_be(term, ...)
2022-04-18 Mark Thomvery minor optimizations
2022-04-17 Mark Thommark unsafe variables and substitute temporary variable...
2022-04-17 Mark Thomfix panic caused by jmp offset off by one error (#1429)
2022-04-17 Mark Thomavoid writing chars to the atom table in several places
2022-04-16 Mark ThomMerge pull request #1421 from gruhn/master
2022-04-15 Mark Thomfix comparisons to partial string tails (#1420)
2022-04-14 Niklas Gruhnpush Docker image on new release
2022-04-14 Mark Thominstantiate Module in definition of retract/1 (#1392)
2022-04-13 Mark Thommark cells that are about to be iterated in the stackfu...
2022-04-12 Mark Thomuse '$call' all throughout setup_call_cleanup/3
2022-04-11 Mark Thomdereference head of list in is_continuable (#1417)
2022-04-11 Mark Thomstop detecting cycles in compare_pstr_to_string
2022-04-10 Mark Thommark variable referents in stackful iterator, fix tests...
2022-04-10 Mark ThomMerge pull request #1415 from wkral/set_output-error
2022-04-10 William KralFix reported source for set_output/1 error (#1407)
2022-04-10 Mark Thomprint dot after errors, fix tests (#1408)
next