]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2021-05-08 Mark ThomMerge pull request #933 from pmoura/add_epsilon_arithme...
2021-05-08 Paulo MouraAdd epsilon/0 arithmetic constant
2021-05-08 Mark ThomMerge pull request #932 from pmoura/fix_abolish_bug_wit...
2021-05-08 Paulo MouraFix abolish/1 to succeed on non-existing predicates...
2021-05-05 Mark Thomadd missing default RevJmpBy arm to thread_choice_instr...
2021-05-05 Mark Thomset self.dynamic_mode to FirstOrNext::Next independentl...
2021-05-04 Mark Thomcorrect assertz/1 bugs (#922)
2021-05-03 Mark Thomfix incremental compilation and multifile bugs
2021-05-02 Mark Thomimport builtins to dynamically generated modules unless...
2021-05-01 Mark Thomadd read/2 and nl/1 (#896)
2021-05-01 Mark Thomadd user_error stream (#917)
2021-05-01 Mark Thomfail on undefined multifile/discontiguous/dynamic predi...
2021-05-01 Mark Thomsupport full paths in load_context_path/2 (#916)
2021-05-01 Mark Thomfail when retracting undefined dynamic predicates ...
2021-04-29 Mark ThomMerge pull request #920 from panasenco/serialize
2021-04-29 panasencoOops, we want to keep digits as characters in library...
2021-04-29 panasencoRestructuring and improving documentation.
2021-04-28 panasencoReplaced object() with pairs() in library(json), and...
2021-04-28 panasencoAdded ABNF grammar to library(charsio) as well as octet...
2021-04-27 panasencoAlphabetized character logic in macros.rs and system_ca...
2021-04-27 Mark Thomfix use of local skeletons to reload predicates (#919)
2021-04-26 Mark ThomMerge pull request #913 from panasenco/json
2021-04-25 panasencoReplaced raw_chars//1 in library(pio) with seq//1 in...
2021-04-25 panasencoAdded \raw_chars//1 to library(pio). Began using setup_c...
2021-04-23 panasencoAnother thorough rewrite of library(json) to better...
2021-04-22 Mark ThomMerge pull request #912 from panasenco/json
2021-04-22 panasencoRewrote many parts of library(json) to leave no choicep...
2021-04-21 panasencoNow preserving distinction between ints and floats
2021-04-21 panasencoSeem to be generating JSON correctly and at a good...
2021-04-21 panasencoRemoved CLP(Z) from library(json), achieving a 100x...
2021-04-21 panasencoFixed forward slash special case issue, added a bunch...
2021-04-21 panasencoFixed defaulty representations of json_members//1 and...
2021-04-21 panasencoChanged formatting to match Markus Triska's as much...
2021-04-21 panasencoComplete reordering and partial rewrite to match the...
2021-04-21 panasencoAdded objects and type distinction based on the princip...
2021-04-21 panasencoParsing and generating JSON numbers works perfectly...
2021-04-21 panasencoBegan working on json library (fresh start after thinki...
2021-04-17 Mark ThomMerge pull request #909 from triska/master
2021-04-17 Markus Triskaadd a new section about support and discussions
2021-04-14 Mark ThomMerge pull request #900 from triska/master
2021-04-14 Mark Thomassertz/1, asserta/1, retract/1, retractall/1 are meta...
2021-04-14 Markus Triskaremove rectractall/1 (built-in since 8188e3d0cfde3f2277...
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
next