]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
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
2021-02-25 Markus TriskaADDED: library(lambda) by Ulrich Neumerkel.
2021-02-23 Mark Thomadd copy_term_nat/2 (#795)
2021-02-23 Mark Thomno longer delay verify_attributes for cut instructions...
2021-02-23 Mark Thomno longer generate a choice point in bb_b_put/2 (#742)
2021-02-22 Mark Thomconsume whitespace before reading a term in loader...
2021-02-22 Mark Thomextend existing local predicate skeletons in LoadState...
2021-02-22 Mark Thomanonymize singleton variables in iso_ext.pl, charsio.pl
2021-02-22 Mark Thomissue singleton variable warnings from loader.pl (...
2021-02-22 Mark Thomwrap stream instances in one Rc<RefCell<..>>, use Ref...
2021-02-21 Mark ThomMerge pull request #834 from aarroyoc/rebis-http
2021-02-21 Adrián Arroyo... Fix typo
2021-02-21 Adrián Arroyo... Use notoria's comment
2021-02-21 Mark ThomMerge pull request #830 from aarroyoc/rebis-http
2021-02-21 Mark Thomtweak bimetatrans_tests.pl
2021-02-21 Mark Thomadd set_prolog_flag to declarations recognized by loader.pl
2021-02-21 Mark Thomcorrect comment before call meta_predicate declarations
2021-02-21 Mark Thomadd 'e' as evaluable functor for Euler's constant ...
2021-02-21 Mark Thomuse env::current_dir in Machine::current_dir (#833)
2021-02-20 Mark Thommove to a local num-rug-adapter crate addressing #822
2021-02-19 Mark Thomremove nl after top-level use_module (#818)
2021-02-19 Mark Thomqualify command-line specified goals with user: (#820)
2021-02-19 Mark Thomtreat LocalCodePtr::Halt received at lookup_local_instr...
2021-02-19 Mark Thomadd qualified imports use_module library modules
2021-02-18 Adrián Arroyo... Fix HTTP server to work on Rebis branch. Breaking change
2021-02-18 Mark ThomMerge pull request #829 from aarroyoc/uuidv4
2021-02-18 Adrián Arroyo... UUIDv4 generation
2021-02-18 Mark Thomuse add_dynamically_generated_module in get_or_insert_l...
2021-02-18 Mark Thomadd '$remove_module_exports' to loader.rs
2021-02-18 Mark ThomMerge pull request #828 from triska/rebis-dev
next