]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
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
2019-02-23 Mark Thomadd findall/4, bagof/3, setof/3
2019-02-23 Mark Thomproperly report deterministically successful queries
2019-02-23 Mark Thomuse acyclic iteration when projecting onto query vars
2019-02-22 Mark Thomadd findall/3
2019-02-21 Mark Thomchange project_attributes to use attribute vars queue
2019-02-20 Mark Thomremove clone from unwind_trail in copier.rs
2019-02-20 Mark Thomrefactor parts of machine_state_impl.rs that consume...
2019-02-20 Mark Thomrefactor copier.rs
2019-02-19 Mark Thomadd call_residue_vars/2
2019-02-17 Mark Thomsort attribute goals before deduplicating them linearly
2019-02-17 Mark Thomdo not count calls to $reify_switch as inferences
2019-02-17 Mark Thomensure stdin is not being locked more than once
2019-02-17 Mark Thomfix term expansion bug
2019-02-16 Mark Thomadd library(reif)
2019-02-16 Mark Thomcleanup accessors, various other things
2019-02-16 Mark Thompolish freeze.pl and dif.pl
2019-02-16 Mark Thomcorrect attribute_goals/2 bug, add freeze/2, update...
2019-02-16 Mark Thomcorrect attribute_goals/2 bug, add freeze/2, update...
2019-02-15 Mark Thomupdate README
2019-02-15 Mark Thomcorrect project_attributes, correct compare_term_test...
2019-02-14 Mark Thomfix needless check in dif/2 implementation
2019-02-14 Mark Thomfix bug in dif/2 implementation
2019-02-14 Mark Thomremove extraneous [ from dif.pl
2019-02-14 Mark Thomfix attribute_goals/2 display bugs, cycle detection bug
2019-02-13 Mark Thomprepare to add project_attributes/2 and attribute_goals/2
2019-02-13 Mark Thomcall verify_attributes/3 once per module
2019-02-12 Mark Thomfix attributed variables dealing with NeckCut on return
2019-02-12 Mark Thombracket verify_attributes/3 interrupts with allocation...
2019-02-10 Mark Thomcorrect and update README
2019-02-10 Mark Thomcorrect and update README
2019-02-10 Mark Thomcut when finished verify_attributes/3 calls
2019-02-09 Mark Thomcorrect error catching in call_verify_attributes/4
2019-02-09 Mark Thomcall goals in one batch after rebinding variables,...
2019-02-09 Mark Thomcorrect bugs in verify_attributes handling
2019-02-08 Mark Thomadd preliminary support for verify_attributes/3
2019-02-07 Mark Thomadd verify_attributes driver code
2019-02-07 Mark Thomflatten CompiledQuery and CompiledFact in Code, remove...
2019-02-06 Mark Thomcorrect misspelled AttrVar in copier.rs
2019-02-05 Mark Thomproperly copy already-copied attributed variables as...
2019-02-05 Mark Thomadd support for copying attributed variables in copy_term
2019-02-05 Mark Thomadd support for copying attributed variables in copy_term
2019-02-05 Mark Thomadd support for copying attributed variables in copy_term
2019-02-04 Mark Thomuse bind to write constants to variables
2019-02-03 Mark Thomcopy attribute list in get_atts
2019-02-03 Mark Thomintroduce a better binding scheme for attributed variables
2019-02-03 Mark Thomfix bug in DeleteAttribute
2019-02-02 Mark Thomrecord perm vars only while resident stack frame is...
2019-02-02 Mark Thomadd Addr::AttVar to address ordering
next