]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2023-07-05 Mark ThomMerge pull request #1864 from triska/double_quotes
2023-07-05 Markus Triskamake double_quotes write option not dependent on double...
2023-07-05 Mark ThomMerge pull request #1862 from mthom/iso_conformity_tests
2023-07-04 Markadd missing self.pos to peek_char slices (#1726)
2023-07-04 Markrevise iso_conformity_tests.pl in response to new ambig... iso_conformity_tests origin/iso_conformity_tests
2023-07-04 Markthrow lexer errors from devour_whitespace (#1778)
2023-07-04 Mark ThomMerge pull request #1861 from aarroyoc/fix-1855
2023-07-04 Markwiden CharReader buffer (#1859)
2023-07-04 Adrián Arroyo... Allow comparisons with stream terms
2023-07-03 Mark ThomMerge pull request #1857 from triska/master
2023-07-03 Markus Triskaadvertise newly achieved strong syntactic conformance...
2023-07-03 Mark ThomMerge pull request #1850 from mthom/iso-conformity...
2023-07-03 Markupdate tests iso-conformity-tests origin/iso-conformity-tests
2023-07-03 Markcorrect tests #171 and #300
2023-07-03 Markadd double_quotes write option for printing to strings...
2023-07-03 Markcorrect ISO conformity test #185
2023-07-02 Markadd iso-conformity-tests.pl to test suite
2023-07-02 Markcorrect initialization_goals misnomer in iso-conformity...
2023-07-02 Markmake setup of test_166_167 pass
2023-07-02 Markcheck ambiguity of "'" against tail if atom token is...
2023-07-02 Markalways print a space between prefix operator and its...
2023-07-02 Markcorrect tests 259 and 304 of tests-pl/iso-conformity...
2023-07-02 Markintroduce tests-pl/iso-conformity-tests.pl
2023-07-02 Markremoving residual debugging comments from format.pl
2023-06-30 Markuse lexer to detect remaining layout in parse_number_fr...
2023-06-30 Mark ThomMerge pull request #1854 from triska/needs_bracketing
2023-06-30 Markus Triskaremove now unneeded check
2023-06-30 Markcheck that F in needs_bracketing/2 is an atom
2023-06-30 Markdo not enclose '(' as atom in brackets (#1487)
2023-06-30 Mark ThomMerge pull request #1852 from triska/needs_bracketing
2023-06-30 Markus Triskaremove unneeded case: only operator definitions should...
2023-06-30 Markus Triskaremove subsumed case: F == Value means Arity =:= 0...
2023-06-30 Markus Triskashorten needs_bracketing/2
2023-06-30 Markus Triskaconstrain bracketing to operators with pertaining arity
2023-06-30 Mark ThomMerge pull request #1851 from triska/operator_bracketing
2023-06-30 Markus Triskabracket all operators that are direct operands of ...
2023-06-29 Markfix ReadlineStream peek_char using CharReader
2023-06-29 Markread the cell written to by mark_var when needed in...
2023-06-29 Markintroduce CutPoint heap tag so that they can be offset...
2023-06-29 Mark ThomMerge pull request #1849 from triska/showterm
2023-06-29 Markus Triskaremove unneeded single quotes
2023-06-28 Markcorrect and generalize current_predicate/1
2023-06-27 Markunify stack variables to streams in unify_constant...
2023-06-27 Markbetter detect syntax errors in lexer.rs (#1771)
2023-06-27 Mark ThomMerge pull request #1844 from triska/copy_term_nat
2023-06-27 Markus Triskause copy_term_nat/2
2023-06-27 Markenable unification of streams to alias atoms (#1823)
2023-06-27 Marksupport module resolution in current_predicate/1 (...
2023-06-27 Markfix builtin_predicate (#1819)
2023-06-27 Markremove tabling attributes in each module's attribute_go...
2023-06-26 Markproperly account for partial string offsets in '$skip_m...
2023-06-24 Markmark chunk boundary at beginning of disjunct in disjunc...
2023-06-24 Markfix string incompleteness (#1828)
2023-06-24 Mark ThomMerge pull request #1842 from infogulch/release-on-tag
2023-06-24 infogulchBump msrv to 1.65 due to bumping rug to 1.19
2023-06-24 infogulchFix tags trigger
2023-06-24 Markfix branch subsumption bug (#1840, #1841)
2023-06-24 Mark ThomMerge pull request #1838 from triska/get_line_to_chars
2023-06-24 Markupdate README
2023-06-24 Markus Triskaanother case of "read" --> "get", for an only internall...
2023-06-24 Markus TriskaMODIFIED: read_line_to_chars/3 is now called get_line_t...
2023-06-23 Markcorrect code_walker.rs in light of compilation improvements
2023-06-23 MarkMerge branch 'compiling_disj'
2023-06-23 Markcorrect reversions after rebase
2023-06-23 Markpolish perm free list management
2023-06-23 infogulchAdd steps to publish binaries when releases are tagged
2023-06-23 Markfree local cut variables after cut
2023-06-23 Markmark is/2 allocated permanent variables as safe, add...
2023-06-23 dependabot... Bump openssl from 0.10.48 to 0.10.55
2023-06-23 Markimprove call/N implementation (#1829)
2023-06-23 Markset_local_value does not make values safe (#1812)
2023-06-23 Markread set_value args from temp regs of put_unsafe_value...
2023-06-23 Markus TriskaFIXED: correct dereferencing in atom_codes/2 and number...
2023-06-23 Adrián Arroyo... Rename INDEX.md to INDEX.dj and add banner about Scryer...
2023-06-23 Markread from machine stack in stackful pre-order iterator...
2023-06-23 notoriaCompute correctly the domain of the remainder
2023-06-23 notoriaDon't add variable
2023-06-23 notoriaRemove and move comments
2023-06-23 Markoptionally read from machine stack in stackful pre...
2023-06-23 Markaffirm integers as rational/1 (#1810)
2023-06-23 Adrián Arroyo... Update select crate to 0.6.0 and remove warning
2023-06-23 Markus TriskaFIXED: correctly reset counter in reset_gensym/2 (...
2023-06-23 Markus Triskashorten gensym/2
2023-06-23 Markus Triskaextend logic to all control and whitespace characters
2023-06-23 Markuse same logic to print Chars and Atoms (#1804)
2023-06-23 Markus Triskarely on first instantiated argument indexing in the...
2023-06-23 Markus TriskaENHANCED: allow Roman numerals in strings
2023-06-23 Markus TriskaFIXED: consistent read/write of further control charact...
2023-06-23 Markmake tests compatible
2023-06-23 Markbacktrack on emission of unsafe register instructions...
2023-06-23 Markimplement new disjunction compilation
2023-06-23 Mark Thomremove BuildIf, BuildNot, BuildThen TermIterState variants
2023-06-23 Mark Thomcorrect chunk type labeling
2023-06-23 Mark Thomremove GetLevelAndUnify and replace it with GetCutPoint
2023-06-23 Mark Thomadd QueryTerm::ChunkTypeBoundary
2023-06-23 Mark Thomdelete ChunkedTerm, chunked iteration
2023-06-23 Mark Thomnew TermIterState variants
2023-06-23 Mark Thomvariable classification al a carte
2023-06-23 Mark Thomadd more variable probing, chunk type labeling
2023-06-23 Mark Thomadapt code generation
next