]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2023-07-12 MarkRevert "Allow comparisons with stream terms"
2023-07-12 MarkRevert "add stream alias check to atom/1 (#1855)"
2023-07-12 MarkRevert "add stream alias processing to atom_chars/2...
2023-07-11 Markuse indexing functions to set num_cells in allocate_and...
2023-07-10 Markclean commented code from disjuncts.rs
2023-07-09 Markremove errant debug_hook from read_and_match
2023-07-09 Markus TriskaDOC: new section on applications of Scryer Prolog
2023-07-09 Markus Triskacorrect \\ to \, addressing #1865
2023-07-09 Markrefine EOF handling more (#1873)
2023-07-09 Markrefine EOF handling
2023-07-09 Markfollow EOF action after open_parsing_stream in get_char...
2023-07-08 Markclarify EOF error across stream types and predicates...
2023-07-08 Mark ThomMerge pull request #1869 from triska/master
2023-07-08 Markus Triskaprint version more readably, addressing #1868
2023-07-07 Marktreat unexpected EOF as incomplete reduction in bracket...
2023-07-07 Markinterpret '\u{0}' as end_of_file in get_char/1
2023-07-07 Markadd stream alias processing to atom_chars/2, atom_codes/2
2023-07-06 Mark ThomMerge pull request #1832 from aarroyoc/http-fixes
2023-07-06 Markadd stream alias check to atom/1 (#1855)
2023-07-06 Markadd scc_block to MachineState to avoid SCC cleanup...
2023-07-06 Markcorrect heap_print.rs tests
2023-07-05 Markshrink scope of control_entry_point catch, add CutPoint...
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 Adrián Arroyo... Multiple fixes for http libraries
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
next