]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2023-07-22 Markcorrect max_depth option (#1876)
2023-07-22 Mark ThomMerge pull request #1899 from triska/master
2023-07-22 Markus Triskaremove another !/0 which is now no longer necessary...
2023-07-21 Markcorrect max_depth option (#1876)
2023-07-21 Markremove now unnecessary cut in lists.pl
2023-07-20 Markimprove goal expansion and (',') interpretation error...
2023-07-20 Markadd log10, hyperbolic tan and inverse hyperbolic tan...
2023-07-20 Markadd EMIT_NEWLINE to add newlines to readline input...
2023-07-19 Markcheck for unexpected EOF in get_to_eof (#1897)
2023-07-18 Markdereference TermWriteResult variables sooner in read_te...
2023-07-18 Markremove failing append choicepoint in atom_concat/3...
2023-07-18 Mark ThomMerge pull request #1885 from mthom/setof_bagof_fixes
2023-07-18 Markcall write_read_term_options if read_term_from_chars...
2023-07-18 Markcatch errors thrown from tabling Worker (#1526, #1888)
2023-07-17 Markremove read/{1,2} as a builtin, write read options...
2023-07-17 Markadd specialized EOF handling for user input (#1892)
2023-07-17 MarkMerge branch 'read_term_eof_changes'
2023-07-17 Markomit anonymous variables from read_term variable_names...
2023-07-17 Markdo a better job handling EOF in read_term (#1887)
2023-07-17 Markprint strings in tails of lists (#1890)
2023-07-16 Mark ThomMerge pull request #1891 from triska/initialization_goals
2023-07-16 Markus TriskaENHANCED: use newly available read_term_from_chars...
2023-07-16 Markre-factor options handling of read_term into read_term_...
2023-07-16 Markgeneralize simple goal detection to fix call/N test...
2023-07-15 Markadd read_term_from_chars/3 (#637)
2023-07-15 Markuse double_quotes in write_error (#1886)
2023-07-15 Markadd is_inbuilt check to err_on_builtin_overwrite (...
2023-07-15 Markeliminate call_with_inference_limit/3 leaks (#1300)
2023-07-15 Markadd unknown flag to set_prolog_flag and current_prolog_flag setof_bagof_fixes origin/setof_bagof_fixes
2023-07-15 Markfix group_by_variants/4 and keysort in setof/3 (#1440...
2023-07-14 Markadd (:-)/1 and (:-)/2 to ClauseType::is_inbuilt (#1872)
2023-07-13 Markfix assert(a|z)/1 errors
2023-07-13 Mark ThomMerge pull request #1884 from triska/countall
2023-07-13 Markus TriskaADDED: countall/2, for compatibility with GNU Prolog.
2023-07-13 Markthrow permission_error in compile_assert when attemptin...
2023-07-13 Markarith_eval_by_metacall may receive a stack variable
2023-07-13 Markcorrect peek_code/2, don't set stream position in peek...
2023-07-13 Markcorrect peek_byte/2 bugs (#1882)
2023-07-13 Markimprove ground/1 performance (#1389)
2023-07-12 Markfix peek_byte/2 crash (#1882)
2023-07-12 Mark ThomMerge pull request #1878 from mthom/lookahead_indexing
2023-07-12 Markus TriskaENHANCED: improved determinism of member/2 lookahead_indexing origin/lookahead_indexing
2023-07-12 Markuse lookahead to skip inapplicable clauses (#1028,...
2023-07-12 Markremove unsafe unwrap in put_char (#1881)
2023-07-12 Markemit stream aliases as permission error culprits whenev...
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
next