]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2021-04-14 Mark Thomassertz/1, asserta/1, retract/1, retractall/1 are meta...
2021-04-13 Mark ThomMerge pull request #897 from panasenco/master
2021-04-13 panasencoSwitched to cargo-chef for preparing the Docker image
2021-04-12 Mark Thomadd missing standard predicates (#896)
2021-03-24 Mark Thomcall '$erase_ball' before running cleanup code in setup...
2021-03-24 Mark Thomstop unifying ! to free variables in control_functor...
2021-03-23 Mark Thommake retract_local_clauses safe, remove warning about...
2021-03-23 Mark Thomuse occurs check when enabled in UnifyValue (#885)
2021-03-23 Mark Thomreorder declaration matching in loader.pl
2021-03-22 Mark Thomflush loader term queue before compiling declarations...
2021-03-22 Mark Thomremove redundant retraction records for incremental...
2021-03-22 Mark Thomcompare the tails of partial string prefixes in compare...
2021-03-21 Mark Thom copies only those attributes planted by the calling...
2021-03-21 Mark Thomremove vestigial attribute goals struct field and relat...
2021-03-20 Mark Thomrename issue841-occure-check.pl to issue841-occurs...
2021-03-19 Mark Thomrecognize cuts in (->)/(,)/(;) calling contexts (#878)
2021-03-18 Mark ThomMerge pull request #872 from notoria/charsio
2021-03-18 Mark Thomfix findall/4 (#873)
2021-03-18 Mark Thomrestore deleted parts of number_chars/2 and number_code...
2021-03-18 Mark Thomprint floating point zero as 0.0 (#859)
2021-03-18 Mark Thommake chars callable (#713)
2021-03-18 Mark Thomalways print variable bindings before names (#865)
2021-03-18 Mark Thomcheck that a load context path is a filename before...
2021-03-18 Mark Thomfindall/4 should be declared as a meta-predicate (...
2021-03-17 Mark Thomissue an imcomplete reduction error if stream ends...
2021-03-17 notoriaExtend alnum, add forgotten graphic_token
2021-03-17 Mark Thomremove operators declared at user-level from files...
2021-03-16 Mark Thomclear user-level definitions when reloading a file...
2021-03-15 Mark Thomdon't warn about overwriting a clause asserted to a...
2021-03-14 Mark Thomremove intra-module predicates from module code directo...
2021-03-13 Mark ThomMerge pull request #866 from Skgland/add_tests
2021-03-11 Skglandfix expected output for syntax_error test
2021-03-11 Skglandaddress problems brought up in review
2021-03-11 Skglandadd more tests
2021-03-11 Skglandimprove comment
2021-03-11 Skglandclean up tests/
2021-03-10 Mark Thomfix is_cyclic_term (#864)
2021-03-10 Mark ThomMerge pull request #861 from notoria/mod
2021-03-10 notoriaAdded a test for mod in CLP(Z)
2021-03-09 Mark ThomMerge pull request #862 from notoria/xor
2021-03-07 notoriaUse functional notation in CLP(Z) for compatibility
2021-03-07 notoriaImplemented a propagator for xor in CLP(Z)
2021-03-07 notoriaSmall improvement for mod in CLP(Z)
2021-03-05 Mark ThomMerge pull request #858 from triska/master
2021-03-05 Markus Triskais is --> is
2021-03-05 Markus TriskaFIXED: CLP(B): weighted_maximum/3 with repeated variables
2021-03-05 Markus Triskaadapt comment to Scryer Prolog
2021-03-05 Mark Thomqualify '$print_project_attributes_exception' call...
2021-03-04 Mark Thomcall project_attributes from top-level (#846)
2021-03-04 Mark ThomMerge pull request #856 from triska/master
2021-03-04 Markus TriskaENHANCED: more readable indentation of nested disjunctions
2021-03-04 Markus Triskaremove unnecessary argument
2021-03-03 Mark ThomMerge pull request #854 from triska/master
2021-03-03 Markus Triskause the new portray_clause/1 output for generated defin...
2021-03-03 Markus Triskaseparate side-effects from declarative description...
2021-03-03 Markus TriskaENHANCED: more readable indentation of nested ( If...
2021-03-03 Mark Thomcatch exceptions thrown from initialization goals ...
2021-03-03 Mark Thomhas_tail must be false for use as a filename from open...
2021-03-03 Mark ThomMerge pull request #851 from Skgland/fix_num_test2
2021-03-03 Skglandworkaround to make num tests work
2021-03-02 Mark ThomMerge pull request #849 from triska/master
2021-03-02 Markus Triskaremove min_/3 and max_/3 which are also defined elsewhere
2021-03-02 Markus Triskaremove group_pairs_by_key/2, which is now provided...
2021-03-02 Mark Thomwarn when overwriting a predicate (#848)
2021-03-02 Mark Thomdo not check for non-unifiability in dif:attribute_goal...
2021-03-01 Mark ThomMerge pull request #845 from triska/master
2021-03-01 Markus Triskaexplain the new occurs_check flag
2021-03-01 Mark Thomuse atom_chars to convert .scryerrc path string to...
2021-03-01 Mark Thomuse plain ! while interpreting control functors in...
2021-03-01 Mark Thomapply expand_module_names to call(A) goals
2021-03-01 Mark Thomsuppress tabled/2 existence errors in tabling library...
2021-03-01 Mark ThomMerge pull request #843 from mthom/rebis-dev
2021-03-01 Mark Thomcheck that Module is an atom before calling Module...
2021-03-01 Mark Thomwrap variable goals in module-expanded call/1
2021-03-01 Mark Thomdo not print error messages if .scryerrc[.pl] does...
2021-02-28 Mark Thomprint errors arising from term and goal expansion calls...
2021-02-28 Mark Thomintroduce bind_fn, use in applicable Fact/Query instruc...
2021-02-28 Mark Thompop non-composite terms from iter stack in is_cyclic_term
2021-02-28 Mark Thomadd error value to occurs_check prolog flag (#783)
2021-02-28 Mark ThomMerge pull request #838 from Skgland/librarify
2021-02-28 Skglandrevert removal of PartialEq
2021-02-28 Skglandmove the signal handler to the binary
2021-02-28 Skglandremove #[allow(dead_code)]
2021-02-28 Skglandfix CI lib build with beta compiler
2021-02-28 Skglandadjust ci
2021-02-28 Skglandsplit into lib and bin
2021-02-28 Mark Thomrestore .scryerrc loading
2021-02-28 Mark Thomadd occurs_check flag (#309)
2021-02-28 Mark Thomenable op declarations with lists of operands using...
2021-02-28 Mark Thomadd lines read from devour_whitespace (#836)
2021-02-28 Mark Thomset compilation_target of assert loader to match that...
2021-02-28 Mark Thomupdate the parser with the number of lines already...
2021-02-28 Mark Thomimplement logical update semantics for dynamic database...
2021-02-25 Mark ThomMerge pull request #837 from triska/rebis-dev
2021-02-25 Markus Triskaadd entry for library(lambda)
2021-02-25 Markus Triskaomit internal residual goals for global_cardinality/2
2021-02-25 Markus Triskaremove unused attribute_goal/2
2021-02-25 Mark ThomMerge pull request #835 from triska/lambda
2021-02-25 Markus Triskaadapt libraries and toplevel output to Scryer Prolog
2021-02-25 Markus Triskause individual meta_predicate/1 declarations
next