]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
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 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
2020-05-22 panasencoPhrasing
2020-05-22 panasencoFixed link in Dockerfile documentation. Updated README...
2020-05-22 panasencoRevert "Revert "Created and Tested Dockerfile""
2020-05-22 Mark ThomMerge branch 'master' of https://github.com/mthom/rusty-wam
2020-05-22 Mark Thomcorrect get_byte/1 not emitted -1 upon discovery of...
2020-05-22 Mark ThomMerge pull request #552 from mthom/master
2020-05-22 Mark ThomMerge pull request #554 from triska/format3
2020-05-22 Markus TriskaENHANCED: Faster format/3 for binary streams.
2020-05-22 Markus TriskaADDED: format/3, writing formatted output to a stream
2020-05-22 Mark Thommodify int_pow so that a power of -1 is valid (#548)
2020-05-21 Mark ThomMerge pull request #545 from triska/ed25519
2020-05-21 Markus Triskadocument that lists of integers can be specified if...
2020-05-20 Markus Triskacorrect mode indication for ed25519_verify/4
2020-05-20 Markus Triska"PrivateKey" --> "KeyPair"
2020-05-20 Markus Triskaremove several mentions of list of bytes in predicate...
2020-05-20 Markus Triskarequire PKCS#8 v2 format for better security
2020-05-20 Markus TriskaADDED: ed25519_keypair_public_key/2, relating a key...
2020-05-20 Markus Triskaclarify format of public key
2020-05-20 Markus TriskaADDED: ed25519_new_keypair/1 to dynamically create...
2020-05-20 Markus Triskause LessSafeKey to simplify the implementation of authe...
2020-05-20 Markus Triska"codes" --> "bytes"
2020-05-20 Markus TriskaADDED: Public key signatures and signature verification...
2020-05-19 Mark Thomrevert printing of characters
next