]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2019-11-30 Mark Thomadd sumlist/2 to lists.pl
2019-11-30 Mark Thomadd sumlist/2 to lists.pl
2019-11-30 Mark Thomcompress the definition of freeze:attribute_goals//1
2019-11-30 Mark Thompop AND frames when safe to do so, suspend resizing...
2019-11-29 Mark Thombacktrack attributed variable bindings after failure...
2019-11-29 Mark Thomcreate a list of module-prefixed goals in copy_term/3
2019-11-29 Mark Thomclone attribute goals from copy_term/3, fetch attribute...
2019-11-29 Mark Thomadd copy_term/3 (#232)
2019-11-29 Mark Thomreset attributed variable state between toplevel querie...
2019-11-28 Mark Thompreserve heap contents in between goal expansions ...
2019-11-27 Mark Thomterms containing attributed variables are not ground...
2019-11-27 Mark Thomuse in situ code directory from metacall if conventiona...
2019-11-27 Mark Thomadd (:)/{3..12} to enable metacalls on module-prefixed...
2019-11-27 Mark Thomadd ambiguity check for period printing, remove extrane...
2019-11-26 Mark Thomadd operator exports to module declarations, treat...
2019-11-24 Mark Thomgenerate module-level expansion code along with rest...
2019-11-24 Mark Thomrecord module-level term_expansion and goal_expansion...
2019-11-23 Mark Thomcorrect bug, dead code in toplevel.pl
2019-11-22 Mark ThomMerge branch 'master' of https://github.com/mthom/rusty-wam
2019-11-21 Mark ThomMerge branch 'master' of https://github.com/mthom/scrye...
2019-11-21 Mark Thomadd conditional bracketing to equations printed by...
2019-11-21 Mark ThomMerge branch 'master' of https://github.com/mthom/rusty-wam
2019-11-21 Mark Thomsmall test updates
2019-11-21 Mark ThomMerge pull request #226 from malbarbo/num
2019-11-20 Marco A L BarbosaAdd feature num to use num crate in place of rug.
2019-11-20 Mark Thomavoid overwriting IndexPtr's for clauses already declar...
2019-11-20 Mark ThomMerge pull request #234 from XVilka/patch-2
2019-11-20 Mark ThomMerge branch 'master' of https://github.com/mthom/rusty-wam
2019-11-20 Mark Thombump prolog_parser to version 0.8.35
2019-11-20 Mark Thomcommit Cargo.lock
2019-11-19 Mark Thomremove tests.rs module from main.rs
2019-11-19 Anton KochkovFix README formatting
2019-11-19 Mark Thomadd setup_call_cleanup tests, expand builtins tests
2019-11-18 Mark Thomrollback changes in snapshot handling
2019-11-18 Mark Thomcorrect failure to observe last call position in queries'
2019-11-17 Mark Thomupdate version number v0.8.116
2019-11-17 Mark Thombegin migrating tests to pure prolog, correct bug in...
2019-11-17 Mark Thomquote values and goals in equations, eliminate dead...
2019-11-16 Mark Thommove more of the toplevel from rust into prolog
2019-10-30 Mark Thomadd warnings when initialization goals fail (#168)
2019-10-30 Mark Thomhandle asserts in modules a little better (#223, #224)
2019-10-29 Mark Thominstall asserted predicates into modules from initializ...
2019-10-28 Mark Thomreplace \n\r and \r\n by \n (#221)
2019-10-28 Mark Thomfinish #214, add needed ambiguity checks if 0 is the...
2019-10-27 Mark Thomcorrect sign/1 (#216)
2019-10-27 Mark Thomupdate to prolog_parser v0.8.34 with increased MAX_ARIT...
2019-10-27 Mark Thomadd sign/1 (#216) and gcd/2 (#217) as evaluable functor...
2019-10-27 Mark Thomcorrect #215 by fixing bug in ambiguity_check
2019-10-27 Mark Thomadd consult/1 and shorthand for consult/1 (#214)
2019-10-26 Mark Thomremove module from toplevel in unqualified use_module
2019-10-26 Mark Thomremove all mention of [clear] from the README
2019-10-26 Mark Thomreload files properly (re: #213)
2019-10-23 Mark Thomremove scratch comments from clpb.pl
2019-10-20 Mark Thomfix attributed variables bug causing weighted_maximum... v0.8.115
2019-10-19 Mark Thomadd order preserving tidy_trail, fix random_labeling/2 v0.8.114
2019-10-17 Mark Thomadd randomness predicates, small but consequential... v0.8.113
2019-10-16 Mark ThomMerge pull request #206 from triska/master
2019-10-16 Markus Triskaweighted_maximum/3 now works
2019-10-16 Markus Triskasupport must_be(var, ...)
2019-10-16 Mark Thomeliminate lingering attribute goals v0.8.112
2019-10-16 Mark Thombump toml version number to package clpb on crates v0.8.111
2019-10-16 Mark ThomMerge pull request #204 from triska/master
2019-10-16 Markus TriskaADDED: CLP(B), Constraint Logic Programming over Boolea...
2019-10-16 Mark Thomdeallocate old stack frames (#201), start using tags... v0.8.110
2019-10-15 Mark Thomre: issue #199
2019-10-15 Mark Thomre: issues #200, #201
2019-10-14 Mark ThomMerge pull request #198 from XVilka/patch-2
2019-10-14 Mark ThomMerge pull request #197 from dingelish/edition
2019-10-14 Anton KochkovRun tests on Travis
2019-10-14 Yu DingUpgrade to edition. Bump up edition in Cargo.toml
2019-10-14 Mark ThomMerge pull request #191 from dingelish/master
2019-10-14 Mark Thomre: issue #196
2019-10-13 Mark Thomhandle TCO when setting up verify_attributes interrupts
2019-10-13 Mark Thomremove nondeterminism from put_atts as a result of...
2019-10-13 Mark Thomcorrect off by 1 error in verify_attrs_interrupt, rever...
2019-10-12 Mark Thomfix verify_attributes_stepper bug: proceed now consider...
2019-10-12 Mark Thomcorrect latest out of bounds panic, use first argument...
2019-10-09 Yu DingFix some old Rust codes
2019-10-09 Mark Thomcopy terms to global variable blackboard, fix attribute...
2019-10-08 Mark Thomfix several issues with goal expansion, crashing after...
2019-10-06 Mark Thomupdate prolog_parser to v0.8.33
2019-10-05 Mark Thomimplement DCGs using the logical expansion of the draft...
2019-10-05 Mark Thomfixes for issues #185 and #181
2019-10-04 Mark Thomcorrect dcg handling of cuts
2019-10-04 Mark Thomprint errors with line numbers in GNU style
2019-10-04 Mark Thomperform singleton variable scans on top level terms...
2019-10-04 Mark Thommake attribute_goals a nonterminal
2019-10-04 Mark Thomfix goal expansion in disjunctions, add warnings for...
2019-10-03 Mark Thomdon't add default index for dynamic predicates unless...
2019-10-03 Mark Thomupdate version
2019-10-03 Mark Thomproperly handle undefined predicates declared dynamic
2019-10-02 Mark Thomprint attributes of variables when attribute_goals...
2019-10-02 Mark Thomcorrect handling of ! in phrase/{2,3}, get rid of extra...
2019-10-02 Mark Thomproperly expand goals in initialization directives
2019-10-02 Mark Thomremove readline_compat_rs reference from README
2019-10-02 Mark Thomexpand goals in initialization directives.
2019-10-02 Mark Thomeliminate extraneous choice point in $get_attr
2019-10-01 Mark Thomadd the initialization directive
2019-09-30 Mark Thomlimit scope of raw mode on stdout to allow interrupts...
2019-09-30 Mark Thomreturn to toplevel from a long running query after...
next