]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2023-08-07 Nicolas LuckUse new `double_quotes` write-option
2023-08-07 Nicolas LuckMerge branch 'master' into library-use-case
2023-08-06 Markshed CodeIndex for control predicates in disjuncts...
2023-08-05 Markretract discontiguous non-multifile predicates between...
2023-08-04 Mark ThomMerge pull request #1950 from triska/chars_si
2023-08-04 Markus TriskaENHANCED: more efficient chars_si/1, using specialized...
2023-08-04 Mark ThomMerge pull request #1948 from triska/chars_si
2023-08-03 Markus Triskaadd character_si/1 and use it to correct chars_si/1
2023-08-03 Nicolas LuckMerge branch 'master' into library-use-case
2023-08-03 Nicolas LuckIntegration stress test showing Machine blocking on...
2023-08-03 Nicolas LuckRemove some unused code from lib_toplevel.pl
2023-08-03 Joshua Parkindont spawn a runtime in machine; inherit from outside...
2023-08-03 Markallocate negator results in arena (#1898)
2023-08-02 Mark ThomMerge pull request #1943 from triska/dead_skeleton
2023-08-02 Markus TriskaFIXED: do not attach constraint if the propagator is...
2023-08-02 Nicolas LuckDeactivate some debugging outputs
2023-08-02 Nicolas LuckSwitch back to run_input_once and use duplicated write_...
2023-08-02 Nicolas LuckFix build
2023-07-31 Mark ThomMerge pull request #1938 from triska/remove_auxiliary_c...
2023-07-31 Mark ThomMerge pull request #1939 from triska/oncology_trial_design
2023-07-31 Markus Triskabetter wording, applying the feedback from @dcnorris...
2023-07-31 Markus TriskaENHANCED: forget auxiliary constraints set up by the...
2023-07-29 Mark ThomMerge pull request #1929 from Skgland/master
2023-07-29 Bennet Bleßmannfix spelling
2023-07-29 Bennet Bleßmannhandle atom table resize
2023-07-27 Bennet Bleßmanndetect and prevent² concurrent AtomTable use
2023-07-27 Mark ThomMerge pull request #1927 from triska/ascii_punctuation
2023-07-27 Markus TriskaFIXED: correct handling of ascii_punctuation in char_ty...
2023-07-27 Nicolas LuckTry triska's toplevel and add some debugging println!s.
2023-07-27 Nicolas LuckHashSet -> BTreeSet: Make parsing or results and thus...
2023-07-27 Nicolas LuckAdd special case when parsing
2023-07-27 Nicolas LuckAdd consult that works with streams / strings in librar...
2023-07-26 Marksimplify and correct prefix-bracket spacing in heap_pri...
2023-07-25 Markoverwrite code indices of dynamic_undefined predicates...
2023-07-25 Mark ThomMerge pull request #1907 from coasys/dashu
2023-07-25 Marktrack the parent operator of the current operator in...
2023-07-24 MarkMerge branch 'dashu' of https://github.com/coasys/scrye... coasys-dashu origin/coasys-dashu
2023-07-24 Fayeed Pawaskarupdated cargo to use git
2023-07-24 Fayeed PawaskarFixed warnings
2023-07-24 Fayeed PawaskarFixed stackoverflow error
2023-07-24 Fayeed Pawaskarremove rug completely
2023-07-24 Fayeed Pawaskarfix all the move errors
2023-07-23 Markpop both pending redirections in format_bar_separator_o...
2023-07-23 Markfix list abbreviation (#1901)
2023-07-23 Markremove EMIT_NEWLINE (#1900)
2023-07-23 Markuse ExitCode when halting so Drop is called, close...
2023-07-22 Mark ThomMerge pull request #1050 from pmoura/add_float_integer_...
2023-07-22 Markadditional write fixes, use rustyline 12.0.0 (#1876...
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 Nicolas LuckDedupe machine results
2023-07-21 Nicolas LuckAdd missing list_last_item to lib_toplevel.pl and incre...
2023-07-21 MarkMerge branch 'add_float_integer_part_and_float_fraction... pmoura-add_float_integer_part_and_float_fractional_part_standard_functions origin/pmoura-add_float_integer_part_and_float_fractional_part_standard_functions
2023-07-21 Markcorrect max_depth option (#1876)
2023-07-21 Markremove now unnecessary cut in lists.pl
2023-07-21 Nicolas LuckExplicitly dereference pointer to avoid calling neg...
2023-07-21 Nicolas LuckFix result parsing for complex string results
2023-07-21 Fayeed PawaskarFixed missing functionality in dashu with their methods...
2023-07-20 Nicolas LuckAdd missing write_goal/3 to lib_toplevel.pl
2023-07-20 Nicolas Lucktype QueryResult = Result<QueryResolution, String>
2023-07-20 Markimprove goal expansion and (',') interpretation error...
2023-07-20 Nicolas LuckError handling
2023-07-20 Nicolas LuckDon't panic when parsing results fails
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 Nicolas LuckAdd back newline at end of toplevel.pl
2023-07-17 Nicolas LuckAdd back all needed predicates to lib_toplevel.pl
2023-07-17 Nicolas LuckUse lib constructor in lib tests
2023-07-17 Nicolas Luckfmt machine/parsed_results.rs
2023-07-17 Nicolas LuckWIP: refactor to generalize Machine::run_top_level()
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-17 Fayeed Pawaskarwip dashu move
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
next