]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2019-03-31 Mark Thomclean up heap_print.rs
2019-03-31 Mark Thomcorrect comma printing
2019-03-31 Mark Thommake op/3 a predicate call from the query context
2019-03-31 Mark Thomspecially handle commas
2019-03-31 Mark Thomadd op/3 to builtin predicates
2019-03-30 Mark Thomproperly demarcate ops in dbrefs
2019-03-30 Mark Thomre: #73
2019-03-30 Mark Thomuse can_be(list, _) in all solutions predicates
2019-03-30 Mark ThomMerge branch 'master' of https://github.com/mthom/rusty-wam
2019-03-30 Mark Thomupdate writer
2019-03-29 Mark ThomMerge pull request #70 from XVilka/patch-1
2019-03-29 Anton KochkovUpdate downcast dependency
2019-03-29 Mark Thompass more conformity tests
2019-03-28 Mark Thomadd db refs
2019-03-28 Mark Thommake current_predicate/1 more general, re: #66
2019-03-27 Mark Thomindex inlined and builtin clausetypes inside a BTreeMap
2019-03-24 Mark Thomupdate readline.rs crate
2019-03-24 Mark Thomupdate version number
2019-03-24 Mark Thombracket RHS when necessary in variable equations
2019-03-24 Mark Thomuse updated readline
2019-03-24 Mark Thomfix toplevel heap view
2019-03-24 Mark Thomfix toplevel heap view
2019-03-24 Mark Thomupdate tests
2019-03-24 Mark Thomdo a better job of printing integral floats.
2019-03-24 Mark Thomprint attribute goals alongside variable bindings as...
2019-03-23 Mark Thomupdate version number
2019-03-23 Mark Thomdo not print unbound vars at toplevel
2019-03-22 Mark Thomallow toplevel answers to be passed back as queries
2019-03-22 Mark Thomenable an option to disable readline
2019-03-20 Mark Thomfail if attempting dynamic transaction in term and...
2019-03-18 Mark Thomcorrect register threshold calculation.
2019-03-18 Mark Thomupdate readline instructions in README, dependence...
2019-03-18 Mark Thomuse readline with better build support
2019-03-18 Mark Thomupdate version and README
2019-03-18 Mark Thomset rl_startup_hook only once
2019-03-17 Mark Thommake toplevel more consistent with answers, depend...
2019-03-17 Mark Thomadd rename-dependencies to Cargo manifest
2019-03-17 Mark Thomupdate readline.rs version
2019-03-17 Mark Thomuse the updated readline.rs
2019-03-17 Mark Thomuse concrete version number for readline-rs
2019-03-17 Mark Thomuse new readline crate
2019-03-17 Mark Thomadd halt/0
2019-03-17 Mark Thomuse the readline library at toplevel
2019-03-13 Mark Thomupdate README
2019-03-13 Mark Thomadd non-backtrackable and backtrackable global variables
2019-03-13 Mark Thomupdate build instructions, change to the scryer-prolog...
2019-03-13 Mark Thomclean up bb_put/2 a bit
2019-03-13 Mark Thomupdate README: backtrackable globals
2019-03-13 Mark Thombb_put/2 and bb_get/2
2019-03-13 Mark Thomuse ordsets in library(dif)
2019-03-13 Mark Thomchange the semantics of put_atts/2 to better reflect...
2019-03-11 Mark Thomadd ordsets library, domain.pl attributed variables...
2019-03-10 Mark Thomeliminate generation of dynamic clauses when compiling...
2019-03-09 Mark Thomremove dynamic code indices when modules are redefined.
2019-03-09 Mark Thomperform term and goal expansion on asserted dynamic...
2019-03-09 Mark Thompropagate dynamic database changes to toplevel
2019-03-09 Mark Thomstop module dynamic predicate modifications from taking...
2019-03-09 Mark Thomproperly update dynamically updated predicates in modul...
2019-03-09 Mark Thomadd assoc.pl, add max evaluable functor
2019-03-09 Mark Thomsplit dynamic database keys across modules
2019-03-08 Mark Thomimprove Rust-generated permissions errors
2019-03-08 Mark Thommake clause/2 global in scope
2019-03-08 Mark Thomcorrect clause/2 to work only on properly scoped terms
2019-03-08 Mark Thomfurther cross-module dynamic database fixes
2019-03-08 Mark Thomcorrect mismanagement of dynamic database across modules
2019-03-07 Mark Thomupdate toplevel exports when updated dynamically
2019-03-07 Mark Thomupdate toplevel exports when updated dynamically
2019-03-07 Mark ThomMerge branch 'master' of https://github.com/mthom/rusty-wam
2019-03-07 Mark Thomsupport module modification using dynamic database...
2019-03-06 Mark Thomcorrect abolish/1
2019-03-06 Mark Jordan... update to reflect name change
2019-03-06 Mark Thomgive module bounds a better respect for dynamic predicates
2019-03-06 Mark Thomgive dynamic predicates a better respect for module...
2019-03-06 Mark Thomgive dynamic predicates a better respect for module...
2019-03-05 Mark Thomrefactor compile_work
2019-03-05 Mark Thomseparate constraint checks and code addition into separ...
2019-03-05 Mark Thomcurrent_predicate skips undefined predicates
2019-03-05 Mark Thomadd another test, add unwind_protect!
2019-03-05 Mark Thomremove extraneous slashes in builtins.pl
2019-03-04 Mark Thomrefactor to actual modules
2019-03-04 Mark Thomremove unification from dif/2
2019-03-04 Mark Thomcondense reverse even further
2019-03-03 Mark Thomtighten reverse/2
2019-03-03 Mark Thomimprove reverse/2
2019-03-03 Mark Thomeliminate redundant set_p function
2019-03-03 Mark Thomdo not hard code arity in builtins.pl
2019-03-03 Mark Thomcorrect inlining calling in last call context
2019-03-02 Mark Thomcorrect inlined calling bug in last call, add dynamic...
2019-03-02 Mark Thomadd assertz/1 and asserta/1
2019-03-01 Mark Thomstart enabling the dynamic database
2019-02-26 Mark Thomremove defunct dependency from reif.pl
2019-02-24 Mark Thommake better use of can_be in between library
2019-02-24 Mark Thomevacuate when allocating anon vars
2019-02-24 Mark Thomremove redundancy positivity check in repeat/1
2019-02-24 Mark Thomuse can_be and must_be in library(between)
2019-02-24 Mark Thombegin work on between library
2019-02-24 Mark Thomadd numlist/3
2019-02-24 Mark Thombegin work on between library
2019-02-23 Mark Thomadd correct error sources to bagof/3, setof/3, findall/4
2019-02-23 Mark Thomadd examples from the power of prolog
next