]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2020-04-13 Stephan Renatusmain: fix version reporting without git
2020-04-13 Mark ThomMerge pull request #341 from triska/master
2020-04-13 Markus Triskathe workaround is no longer necessary, since #336 is...
2020-04-13 Mark Thomuse prolog_parser 0.8.50 (#336)
2020-04-13 Mark Thomcorrect partial string copying by resetting threshold...
2020-04-13 Mark Thomuse partial_string/1 in place of the removed string...
2020-04-13 Mark Thomupdate Cargo.lock
2020-04-13 Mark Thombump version to 0.8.119
2020-04-12 Mark ThomMerge pull request #338 from triska/master v0.8.119
2020-04-12 Markus Triskaalso include a newline in portray_clause/1
2020-04-12 Mark ThomMerge pull request #337 from triska/master
2020-04-13 Mark Thommake write_term_to_chars work with variable terms ...
2020-04-12 Mark Thomprovide read_term_from_chars/2 (#334)
2020-04-12 Markus TriskaADDED: provide a rudimentary version of portray_clause/1
2020-04-12 Mark Thomchange wording of QueryCannotBePostedAsFact to QueryCan...
2020-04-12 Mark ThomMerge pull request #333 from triska/master
2020-04-12 Markus Triskaincorporate the latest improvements in the description...
2020-04-12 Mark ThomMerge pull request #332 from triska/master
2020-04-12 Mark Thommove write_term_to_chars/3 to src/prolog/lib/charsio.pl
2020-04-12 Mark Thomadd write_term_to_chars/3 to iso_ext.pl (#288)
2020-04-12 Mark Thomcorrect misleading error for modules (#300)
2020-04-12 Mark Thombe more judicious with at_cdr in print_string (#295)
2020-04-12 Mark Thomthrow exception when attempting to post query as goal...
2020-04-12 Markus TriskaENHANCED: ~w now supports compound terms, and ~q is...
2020-04-12 Mark Thomrecognize empty lists as partial strings (#328)
2020-04-12 Mark Thomremove string/1, use a more general test for the partia...
2020-04-12 Mark Thomthrow error when trying to use partial lists as DCG...
2020-04-12 Mark Thomremove unnecessary use of partial_string in bimetatrans...
2020-04-12 Mark ThomMerge pull request #310 from triska/bimeta_example
2020-04-12 Mark ThomMerge branch 'master' of https://github.com/mthom/rusty-wam
2020-04-12 Mark Thomcompile special instructions for partial strings when...
2020-04-12 Mark Thomdo not accept [X|Xs] patterns as DCG non-terminals...
2020-04-09 Mark ThomMerge pull request #320 from triska/master
2020-04-08 Markus Triskaadd library(freeze) to make zcompare/3 work
2020-04-08 Mark ThomMerge pull request #318 from triska/master
2020-04-08 Markus Triskaextend description of strings and partial strings
2020-04-08 Mark ThomMerge pull request #316 from triska/master
2020-04-08 Markus Triskatuples_in/2 now works
2020-04-06 Mark Thomfix list index offset bug (#314)
2020-04-06 Markus Triskaclpz_monotonic/0 --> monotonic/0
2020-04-06 Mark Thommark clp(X) item as completed, restore clp(Z) library...
2020-04-06 Mark ThomMerge pull request #312 from triska/master
2020-04-06 Mark Thomconsolidate Cargo.lock
2020-04-06 Mark Thommerge with master
2020-04-06 Mark Thomuse fixnums in place of bignums where possible
2020-04-05 Markus TriskaADDED: CLP(ℤ), Constraint Logic Programming over Integers
2020-04-05 Mark Thomallocate empty partial strings
2020-04-05 Mark Thomuse copy_term/3 to print residual goals (#254)
2020-04-03 Mark Thomharmonize partial strings with complete strings (#276...
2020-04-03 Mark ThomMerge pull request #306 from srenatus/sr/version-argument
2020-03-31 Mark Thomadd bimetatrans_ruleml.pl to examples
2020-03-30 Markus Triskaintroduce and use nonterminal list//1
2020-03-30 Markus Triskaembed literal lists directly in DCGs
2020-03-30 Markus Triskanaming: partial_list_ws//1 --> list_ws//1
2020-03-28 Stephan Renatusmain: skip args[0]
2020-03-27 Stephan Renatusmain: add -v/--version flag
2020-03-27 Mark ThomMerge pull request #305 from srenatus/sr/typo
2020-03-27 Stephan Renatusexamples/least_time.pl: fix typo
2020-03-27 Mark ThomMerge branch 'master' into develop
2020-03-27 Mark Thominitial commit for merge
2020-03-20 Mark ThomMerge branch 'master' of https://github.com/mthom/rusty-wam
2020-03-20 Mark Thomadd least_time example
2020-03-20 Mark Thomprovide contextual information in the return value...
2020-03-19 Mark Thom#278
2020-03-19 Mark ThomMerge pull request #294 from triska/format
2020-03-19 Markus TriskaENHANCED: format_//2 now supports ~a, ~d, ~Nd, ~D,...
2020-03-17 Mark ThomMerge pull request #293 from triska/documentation
2020-03-17 Markus Triskaupdate toplevel interaction
2020-03-17 Mark Thomremove Addr::PStrTail (#276)
2020-03-16 Mark Thomadd set_input/1, set_output/1
2020-03-16 Mark Thomcorrect contextual quoting of chars
2020-03-15 Mark ThomMerge pull request #289 from triska/documentation
2020-03-15 Mark ThomMerge pull request #291 from triska/toplevel
2020-03-15 Markus Triskasupport 'h' to print help message during toplevel inter...
2020-03-15 Markus Triskasupport 'p' to reprint answer with max depth, allowing...
2020-03-15 Markus Triskainclude a short overview of notable libraries
2020-03-15 Mark Thomuse max_depth at toplevel, allowing full printing of...
2020-03-15 Mark Thomadd provisional max_depth option to write_term, speed...
2020-03-15 Mark Thomoutput strings more efficiently
2020-03-14 Mark Thomdon't emit overwriting warnings for term_expansion...
2020-03-14 Mark Thomcorrect DCG descriptions of lists (#286)
2020-03-14 Mark ThomGive new answer variables readable names (#279)
2020-03-14 Mark Thomprint strings as strings only in the term expander
2020-03-14 Mark Thomprint strings as strings (#285)
2020-03-13 Mark Thomeliminate inner_numbervar_count
2020-03-13 Mark ThomMerge pull request #284 from triska/master
2020-03-13 Mark Thomallow module export of nonterminals (#281)
2020-03-13 Mark Thomproperly handle '\n' when quoted and not (#283, #280)
2020-03-13 Mark Thomfix -names (#275)
2020-03-13 Mark ThomRevert "fix $VAR-names (#275) and properly print single...
2020-03-13 Markus TriskaADDED: library(format), describing strings with format_//2
2020-03-13 Mark Thomsort variables in findall_with_existential before compu...
2020-03-13 Mark Thomfix $VAR-names (#275) and properly print single control...
2020-03-13 Mark Thomgive new answer variables readable names (#279)
2020-03-11 Mark Thomadd current_output, printing of stream terms
2020-03-09 Mark Thomadd streams.rs, consume them in place of the old Prolog...
2020-03-09 Mark Thomupdate README.md
2020-03-09 Mark Thomreplace termion with crossterm
2020-03-08 Mark Thomfix broken conformity tests, quote left paren
2020-03-07 Mark Thomrepresent the current_dir as an absolute path, not...
next