]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
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
2019-02-02 Mark Thomexpand goals in queries and queues
2019-01-31 Mark Thomfix Cargo.toml
2019-01-31 Mark Thomadd atts.pl, various fixes
2019-01-27 Mark Thomadd AttrVar variant to Addr
2019-01-27 Mark Thomadd TrailRef type for trail
2019-01-26 Mark Thomflatten bracketed commas in dcgs
2019-01-25 Mark Thomfix unsafe variable handling
2019-01-23 Mark Thomupdate version number
2019-01-23 Mark Thomfix printer
2019-01-23 Mark Thomprepare for improved (?) ambiguity checks
2019-01-21 Mark Thomprepare to add bracketing conditions to heap_print
2019-01-20 Mark Thomadd op info to structures and atoms
2019-01-20 Mark Thomclone in situ compiled terms
2019-01-17 Mark Thomfix setup_hook
2019-01-17 Mark Thomdelete trailing whitespace in compile.rs
2019-01-17 Mark Thomdrop_expansions whenever a compilation error occurs
2019-01-16 Mark Thomclear out expansions from code_repo if code entry fails
2019-01-06 Mark Thomadd dynamic module resolution calls
2019-01-06 Mark Thomupdate README
2019-01-06 Mark Thomadd module-level goal_expansion and term_expansion
2019-01-06 Mark Thomadd read support for user:term_expansion and user:goal_...
2019-01-04 Mark Thomdo not add expansions behind module boundaries until...
2018-12-28 Mark Thomcorrect write_canonical/2 bug
2018-12-23 Mark Thomfix unification on string lists.
2018-12-20 Mark Thomfix ambiguity_check
2018-12-19 Mark Thommake insert_from_end work correctly
2018-12-19 Mark Thomcorrect space formatting in heap_print
2018-12-19 Mark Thomeliminate ambiguity check on structs with non-zero...
2018-12-19 Mark Thomconvert append to push_char when applicable
2018-12-19 Mark Thomremove lifetime on ReverseHeapVarDict
2018-12-15 Mark Thomcorrect non-termination of expand_goal and expand_term
next