]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2020-06-30 Mark ThomMerge pull request #606 from triska/files
2020-06-29 Mark Thombuild.rs recursively delves into directories during...
2020-06-27 Mark ThomMerge pull request #613 from cduret/csv_lib
2020-06-25 Cyrille Duretadd csv library
2020-06-24 Markus Triskadirectory_files/2: throw representation error if into_s...
2020-06-24 Markus Triskacomment on indexing, addressing a comment by @pmoura...
2020-06-24 Markus TriskaADDED: library(files), for reasoning about files and...
2020-06-22 Mark ThomMerge pull request #608 from triska/xml
2020-06-21 Markus Triskalibrary(format) is not used in this example
2020-06-21 Markus TriskaADDED: load_xml/3 to load XML files from streams, files...
2020-06-20 Mark ThomMerge pull request #607 from triska/xpath
2020-06-20 Markus Triskaimport member/2 from library(lists)
2020-06-20 Markus TriskaADDED: library(xpath) for convenient analysis of HTML...
2020-06-19 Mark ThomMerge pull request #596 from triska/sgml
2020-06-19 Mark ThomMerge pull request #605 from notoria/debug
2020-06-19 notoriaAdded an entry in README
2020-06-19 notoriaAdded library(debug)
2020-06-19 Markus TriskaADDED: library(sgml), providing load_html/3 to parse...
2020-06-19 Mark ThomMerge pull request #592 from triska/http_open
2020-06-19 Mark ThomMerge branch 'master' of https://github.com/mthom/rusty-wam
2020-06-19 Mark Thomallow paths in use_module(library(..)) (#604)
2020-06-19 Mark Thomclarify meaning of AssertItems and QueryItems in BiMeta...
2020-06-18 Mark ThomMerge pull request #602 from triska/put_char
2020-06-17 Markus Triskaput_char/[1,2]: throw type errors for atoms that are...
2020-06-17 Mark ThomMerge pull request #597 from triska/faster_format
2020-06-17 Markus TriskaADDED: library(http/http_open), opening HTTP and HTTPS...
2020-06-17 Mark Thomcover Addr::Fixnum when not referenced as an Addr:...
2020-06-17 Mark ThomMerge branch 'master' of https://github.com/mthom/rusty-wam
2020-06-17 Mark Thomfix copy_partial_string bug (#572)
2020-06-16 Markus TriskaENHANCED: much faster format/3 for text streams
2020-06-16 Mark ThomMerge pull request #590 from triska/read_line_to_chars
2020-06-15 Mark Thomchange the plurality of AssertItem(s), QueryItem(s...
2020-06-14 Mark ThomMerge pull request #595 from triska/faster_format
2020-06-14 Markus Triskause format/3 to benefit from efficiency improvements
2020-06-14 Markus TriskaENHANCED: faster format/3 when writing to binary streams
2020-06-14 Mark ThomMerge pull request #589 from triska/lazy_pio
2020-06-14 Mark ThomMerge pull request #593 from triska/portray_clause
2020-06-13 Mark ThomMerge pull request #594 from triska/scryerrc
2020-06-13 Mark Thomfix broken links in README (#591)
2020-06-13 Markus Triskause take() for extra fast processing of binary files
2020-06-13 Markus Triskabetter naming: str --> string
2020-06-13 Markus Triskaexplain .scryerrc configuration file
2020-06-13 Markus TriskaADDED: portray_clause/2, writing to a specified stream.
2020-06-13 Markus TriskaENHANCED: Read more characters at once, significantly...
2020-06-13 Markus TriskaADDED: read_line_to_chars/3, reading up to and includin...
2020-06-13 Mark Thomrename bimetatrans example files and directory
2020-06-13 Mark ThomMerge branch 'master' of https://github.com/mthom/rusty-wam
2020-06-13 Mark Thomremove vestigial prolog/ directory (#444)
2020-06-12 Mark ThomMerge pull request #587 from triska/lazy_pio
2020-06-12 Mark Thomadd missing ! in int_pow (#580)
2020-06-12 Mark Thomadjust the tail created by CreatePartialString to point...
2020-06-12 Mark Thomcredit Ulrich Neumerkel for partial strings in README
2020-06-11 Markus Triskainclude library(pio) and library(charsio) in the itemiz...
2020-06-11 Markus TriskaENHANCED: phrase_from_file/[2,3] now read the file...
2020-06-11 Mark Thomremove most cuts from bimetatrans_ruleml.pl
2020-06-11 Mark Thomfix printing of atoms like '.x' (#585)
2020-06-11 Mark Thomeliminate unnecessary find_min_time_ predicate in least...
2020-06-10 Mark ThomMerge pull request #582 from triska/format_time
2020-06-10 Markus TriskaADDED: format_time//2 for describing strings involving...
2020-06-10 Mark Thomscryer and prolog_parser version bump (#581)
2020-06-10 Mark Thomprolog_parser version bump, scryer version bump
2020-06-09 Mark ThomMerge pull request #579 from triska/master
2020-06-09 Markus TriskaENHANCED: throw Prolog exception on expired certificates
2020-06-09 Mark ThomMerge pull request #577 from triska/tls
2020-06-09 Markus TriskaADDED: Encrypted client connections in library(sockets...
2020-06-07 Markus TriskaADDED: type checks for type boolean
2020-06-07 Mark ThomMerge pull request #578 from triska/format_improvements
2020-06-07 Mark ThomMerge pull request #576 from triska/crypto_curve_scalar...
2020-06-07 Markus Triskatype check for ~d and ~D specifiers
2020-06-07 Markus TriskaENHANCED: format_//2 now evaluates arithmetic expressio...
2020-06-07 Markus Triskabetter domain error in format_//2
2020-06-07 Markus Triskaadd type check for scalar argument in crypto_curve_scal...
2020-06-07 Markus Triskause secp256k1 in the example
2020-06-07 Markus TriskaENHANCED: Faster Rust-based crypto_curve_scalar_mult...
2020-06-05 Mark Thoms/prolog-implementation/prolog-system (cargo does not...
2020-06-05 Mark Thombump version number
2020-06-05 Mark Thomupdate prolog_parser version, correct atom_chars/2...
2020-06-05 Mark Thomremove double_quotes checks from unnecessary places...
2020-06-04 Mark Thomremove unreachable branch in increment_s_ptr (#575)
2020-05-30 Mark Thomcorrect unexpected bad variables while ensuring better...
2020-05-27 Mark ThomMerge branch 'master' of https://github.com/mthom/rusty-wam
2020-05-27 Mark Thomorder generation of variable names in attributed goals...
2020-05-27 Mark Thomplug missing variables in equations (#488), exclude...
2020-05-27 Mark ThomMerge pull request #568 from triska/logo
2020-05-26 Markus TriskaADDED: Logo.
2020-05-26 Mark ThomMerge pull request #524 from matt2xu/decode_utf8
2020-05-23 Mark ThomMerge pull request #563 from triska/master
2020-05-23 Mark Thomthrow evaluable type error for unrecognized atoms in...
2020-05-23 Mark ThomAdd type errors where appropriate in arith_eval_by_meta...
2020-05-23 Mark Thomthrow type_error(number, E) in arith_eval_by_metacall...
2020-05-23 Mark Thom(**)/2 should always evaluate to floating point (#558)
2020-05-23 Mark Thomupdate (^)/2 in light of Draft Technical Corrigendum...
2020-05-23 Markus TriskaADDED: halt/1, halting with specified exit code
2020-05-23 Mark Thomaddress arity discrepancies in builtins.n and call... v0.8.123
2020-05-23 Mark ThomMerge pull request #560 from notoria/cargo
2020-05-23 Mark ThomMerge pull request #557 from mthom/docker
2020-05-23 notoriaAdded some informations in Cargo.toml
2020-05-22 Mark Thomuse -1 as eof_code for binary streams (#555)
2020-05-22 Mark ThomMerge pull request #556 from panasenco/docker docker origin/docker
2020-05-22 Matthieu WipliezImplementation of UTF-8 bytes to chars
next