]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2021-11-28 Mark ThomMerge pull request #1113 from triska/seq
2021-11-28 Mark ThomMerge pull request #1111 from triska/fast_list_test
2021-11-27 Markus Triskause seq//1
2021-11-27 Markus Triskause seq//1 and ... //0 which are now available in libra...
2021-11-27 Markus Triskause seq//1
2021-11-27 Markus Triskause seq//1 which is now available in library(dcgs)
2021-11-26 Markus Triskause must_be(list, ...) earlier, since it is now faster
2021-11-26 Markus TriskaENHANCED: use '$skip_max_list'/4 for fast list tests...
2021-11-26 Mark ThomMerge pull request #1107 from triska/fast_chars_test
2021-11-22 Markus Triskause newly available must_be(chars, ...) for fast string...
2021-11-22 Markus Triskause newly available must_be(chars, ...) for fast string...
2021-11-22 Markus TriskaADDED: must_be(chars, ...) and can_be(chars, ...) for...
2021-11-21 Mark ThomMerge pull request #1098 from triska/format_improvements
2021-11-21 Mark ThomMerge pull request #1099 from aarroyoc/uninstantiation_...
2021-11-21 Mark ThomMerge pull request #1100 from aarroyoc/phrase-to-file...
2021-11-21 Mark ThomMerge pull request #1102 from triska/meta_predicate_cor...
2021-11-20 Markus Triskause round brackets for meta_predicate/1 declaration
2021-11-20 Markus TriskaFIXED: meta_predicate/1 declaration of cond_t/3.
2021-11-20 Markus TriskaFIXED: meta_predicate/1 declaration of (',')/3 and...
2021-11-20 Markus TriskaFIXED: meta_predicate/1 declaration for tfilter/3.
2021-11-20 Markus TriskaFIXED: meta_predicate/1 declaration for tmember_t/3.
2021-11-20 Markus TriskaFIXED: meta_predicate/1 declaration for tmember/2.
2021-11-20 Markus TriskaFIXED: meta_predicate/1 declaration for tpartition/4.
2021-11-17 Markus Triskamention phrase_to_file/3 which is being prepared in...
2021-11-17 Markus Triska'f' --> f
2021-11-17 Markus Triskabetter layout
2021-11-17 Markus Triskause newly available seq//1 from library(dcgs)
2021-11-17 Adrián Arroyo... Fix mistake in phrase_to_file/2 definition
2021-11-16 Adrián Arroyo... Add phrase_to_file/3 (phrase_to_file with Options)
2021-11-16 Adrián Arroyo... Fix uninstantiation_error missing. Fix #1031
2021-11-16 Markus Triskamore elegant solution for parsing numeric arguments...
2021-11-16 Markus Triskamention the format("~s", [Ls]) pattern and new library...
2021-11-13 Mark ThomMerge pull request #1082 from pmoura/fix_format_predica...
2021-11-13 Mark ThomMerge pull request #1087 from Skgland/fix_beta_check
2021-11-13 Mark ThomMerge pull request #1078 from triska/pio_improvements
2021-11-13 Mark ThomMerge pull request #1086 from Skgland/pass_-f_flag_in_c...
2021-11-13 Mark ThomMerge pull request #1088 from triska/call_nth_metapredicate
2021-11-11 Skglandremove unused fields instead, prompting more dead_code...
2021-11-11 Markus Triskause functional notation for all meta_predicate/1 directives
2021-11-11 Markus TriskaFIXED: meta_predicate/1 directive for call_nth/2.
2021-11-11 Skglandfix failing lint warnings in beta build
2021-11-11 Skglandpass -f to scryer-prolog in cargo test so that we ignor...
2021-11-08 Paulo MouraFix the format/2-3 predicates missing the numbervars...
2021-11-08 Markus TriskaFIXED: instantiation errors for alias(Var) in open...
2021-11-08 Markus TriskaFIXED: instantiation errors for type(Var) in open/4...
2021-11-08 Markus Triskaadd motivation and comments about library(pio) predicates
2021-11-08 Markus Triskause newly available library predicate read_n_chars/3
2021-11-08 Markus Triskamention pure output predicates in the README
2021-11-07 Markus TriskaADDED: library(format): DCG nonterminal portray_clause_...
2021-11-07 Markus Triskaexpress format/3 and portray_clause/2 in terms of phras...
2021-11-07 Markus TriskaADDED: phrase_to_stream/2, writing a list of characters...
2021-11-07 Mark ThomMerge pull request #1077 from pmoura/fix_get_code_predi...
2021-11-07 Mark ThomMerge pull request #1071 from triska/read_n_chars
2021-11-07 Mark ThomMerge pull request #1070 from triska/open_stream
2021-11-07 Mark ThomMerge pull request #1069 from triska/crypto_improvements
2021-11-06 Paulo MouraFix the get_code/1-2 predicates to return -1 at the...
2021-11-04 Markus Triskaimport also partial_string/3 (used in #1071)
2021-11-04 Markus TriskaADDED: read_n_chars/3, reading N characters from a...
2021-11-04 Markus Triskamove error handling to Prolog by using the new '$first_...
2021-11-04 Markus TriskaENHANCED: open/4 to allow opening a stream by specifyin...
2021-11-03 Markus Triskause partial_string/1 for much quicker test
2021-11-03 Markus Triskause '$first_non_octet'/2 for much faster domain check
2021-11-03 Markus TriskaADDED: '$first_non_octet'/2, for much more efficient...
2021-11-03 Markus TriskaENHANCED: Much faster Base64 encoding/decoding, using...
2021-11-03 Mark ThomMerge pull request #1065 from aarroyoc/pio-string
2021-11-03 Mark ThomMerge pull request #1066 from aarroyoc/rust-2021
2021-11-01 Adrián Arroyo... Rust 2021
2021-10-29 Adrián Arroyo... Disable check of atom and leverage to open/4 the domain...
2021-10-29 Adrián Arroyo... Disable check of atom and leverage to open/4 the domain...
2021-10-17 Mark ThomMerge pull request #1052 from aarroyoc/shell-predicate
2021-10-15 Adrián Arroyo... Go back and accept only list of chars
2021-10-14 Adrián Arroyo... Accept atom or shell
2021-10-11 Adrián Arroyo... Implement shell/1 and shell/2
2021-10-07 Mark ThomMerge pull request #1051 from aarroyoc/close-stream
2021-09-30 Adrián Arroyo... Close Stream test feedback
2021-09-30 Adrián Arroyo... Close Stream bug files
2021-09-30 Adrián Arroyo... Close Stream bug files
2021-09-30 Mark ThomMerge pull request #1049 from pmoura/add_preliminary_cu...
2021-09-29 Adrián Arroyo... use shutdown error values to throw exceptions in close...
2021-09-28 Adrián Arroyo... launch exception if closing a closed TCP stream #1046
2021-09-28 Mark Thomreset attributed variables queue when backtracking...
2021-09-27 Mark Thomreset attributed variables queue after successful verif...
2021-09-24 Paulo MouraAdd preliminary current_module/1 predicate definition...
2021-09-06 Mark ThomMerge pull request #1045 from triska/phrase_to_file
2021-09-04 Markus Triskause round brackets for meta_predicate declarations
2021-09-04 Markus TriskaADDED: Rudimentary version of phrase_to_file/2 in libra...
2021-08-24 Mark ThomMerge pull request #1033 from aarroyoc/fix-1022
2021-08-24 Mark ThomMerge pull request #1032 from aarroyoc/fix-1009
2021-08-23 Adrián Arroyo... Rename init_file to disable_init_file
2021-08-22 Adrián Arroyo... use consult instead of use_module
2021-08-22 Adrián Arroyo... Rename to disable_init_file and change description
2021-08-21 Adrián Arroyo... PR feedback
2021-08-20 Adrián Arroyo... Read scryerrc if goals specified but not -f specified
2021-08-20 Adrián Arroyo... Clean the code
2021-08-20 Adrián Arroyo... Add a -f switch to load alternative initialization...
2021-08-20 Adrián Arroyo... Make it line
2021-08-20 Adrián Arroyo... Fix #1009 by providing a naive num-bigint implementatio...
2021-08-15 Mark ThomMerge pull request #1029 from triska/format
2021-08-15 Markus TriskaENHANCED: Domain error non_empty_list for empty argumen...
2021-08-15 Mark ThomMerge pull request #1027 from triska/format
next