| 2020-05-17 |
Mark Thom | solve overflow of left arithmetic shift (#518) |
commit | commitdiff | tree | snapshot |
| 2020-05-17 |
Mark Thom | update Cargo.lock |
commit | commitdiff | tree | snapshot |
| 2020-05-17 |
Mark Thom | scryer version bump |
commit | commitdiff | tree | snapshot |
| 2020-05-17 |
Mark Thom | propagate syntax errors from read_term when they're... |
commit | commitdiff | tree | snapshot |
| 2020-05-17 |
Mark Thom | fix sign error in shl on fixnum with n >= 63 (#499) |
commit | commitdiff | tree | snapshot |
| 2020-05-17 |
Mark Thom | correct for second argument when (is)/2 is a tail call |
commit | commitdiff | tree | snapshot |
| 2020-05-16 |
Mark Thom | Merge branch 'master' of https://github.com/mthom/rusty-wam |
commit | commitdiff | tree | snapshot |
| 2020-05-16 |
Mark Thom | restore old clpz.pl |
commit | commitdiff | tree | snapshot |
| 2020-05-16 |
notoria | Enhanced Travis-CI (#512) |
commit | commitdiff | tree | snapshot |
| 2020-05-16 |
Markus Triska | Authenticated encryption in library(crypto), new encodi... |
commit | commitdiff | tree | snapshot |
| 2020-05-16 |
Mark Thom | Merge branch 'master' of https://github.com/mthom/rusty-wam |
commit | commitdiff | tree | snapshot |
| 2020-05-16 |
Mark Thom | correct mishandled Addr::CharCode case in eq_test ... |
commit | commitdiff | tree | snapshot |
| 2020-05-15 |
Markus Triska | ADDED: Password-based key derivation (PBKDF2) (#509) |
commit | commitdiff | tree | snapshot |
| 2020-05-15 |
Matthieu Wipliez | Work in progress: add char_utf8bytes (#493) |
commit | commitdiff | tree | snapshot |
| 2020-05-15 |
Mark Thom | fix existence_error in atom_chars/2, atom_codes/2 ... |
commit | commitdiff | tree | snapshot |
| 2020-05-15 |
Mark Thom | Merge branch 'master' of https://github.com/mthom/rusty-wam |
commit | commitdiff | tree | snapshot |
| 2020-05-15 |
Mark Thom | implement (div)/2 properly (#435) |
commit | commitdiff | tree | snapshot |
| 2020-05-14 |
Mark Thom | Merge pull request #502 from triska/hkdf |
commit | commitdiff | tree | snapshot |
| 2020-05-14 |
Markus Triska | ADDED: HMAC-based key derivation (HKDF) via crypto_data... |
commit | commitdiff | tree | snapshot |
| 2020-05-13 |
Mark Thom | Merge pull request #501 from triska/elliptic_curves |
commit | commitdiff | tree | snapshot |
| 2020-05-13 |
Markus Triska | ADDED: Reasoning about elliptic curves in library(crypto). |
commit | commitdiff | tree | snapshot |
| 2020-05-13 |
Mark Thom | Merge pull request #500 from triska/master |
commit | commitdiff | tree | snapshot |
| 2020-05-13 |
Markus Triska | ADDED: ripemd160 digest algorithm |
commit | commitdiff | tree | snapshot |
| 2020-05-13 |
Mark Thom | Merge pull request #496 from triska/master |
commit | commitdiff | tree | snapshot |
| 2020-05-13 |
Mark Thom | Merge pull request #498 from notoria/between |
commit | commitdiff | tree | snapshot |
| 2020-05-13 |
notoria | Enhanced between/3 |
commit | commitdiff | tree | snapshot |
| 2020-05-13 |
Markus Triska | ADDED: crypto_data_hash/3, computing cryptographically... |
commit | commitdiff | tree | snapshot |
| 2020-05-13 |
Mark Thom | resolve warning messages (#495) |
commit | commitdiff | tree | snapshot |
| 2020-05-13 |
Mark Thom | Merge branch 'master' of https://github.com/mthom/rusty-wam |
commit | commitdiff | tree | snapshot |
| 2020-05-13 |
Mark Thom | throw existence_error on failed put_byte write (#492) |
commit | commitdiff | tree | snapshot |
| 2020-05-13 |
Mark Thom | do not unwrap stream write, TcpStream::shutdown results... |
commit | commitdiff | tree | snapshot |
| 2020-05-13 |
Mark Thom | return true on unmatching partial strings in eq_test... |
commit | commitdiff | tree | snapshot |
| 2020-05-12 |
Mark Thom | Merge pull request #494 from triska/master |
commit | commitdiff | tree | snapshot |
| 2020-05-12 |
Markus Triska | ADDED: crypto_n_random_bytes/2, creating cryptographica... |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Mark Thom | reset current input in ReadQueryTerm |
commit | commitdiff | tree | snapshot |
| 2020-05-11 |
Mark Thom | record names of variables at root in write_term_to_heap... |
commit | commitdiff | tree | snapshot |
| 2020-05-10 |
Mark Thom | fix at_end_of_stream/1 (#479) |
commit | commitdiff | tree | snapshot |
| 2020-05-10 |
Mark Thom | change VarNames to VNNames (#476) |
commit | commitdiff | tree | snapshot |
| 2020-05-10 |
Mark Thom | use heap_pstr_iter in AtomChars (#482) |
commit | commitdiff | tree | snapshot |
| 2020-05-10 |
Mark Thom | set past end of stream, set Byte to -1, Char and Code... |
commit | commitdiff | tree | snapshot |
| 2020-05-10 |
Mark Thom | deref addr's in list of atom_codes (#484) |
commit | commitdiff | tree | snapshot |
| 2020-05-10 |
Mark Thom | correct failed partial string matching (#483) |
commit | commitdiff | tree | snapshot |
| 2020-05-10 |
Mark Thom | eliminate duplicates in term_variables/2, term_attribut... |
commit | commitdiff | tree | snapshot |
| 2020-05-10 |
Mark Thom | fix position property in stream_property/2 (#477) |
commit | commitdiff | tree | snapshot |
| 2020-05-10 |
Mark Thom | place cut after infinitely expanding VarList in write_t... |
commit | commitdiff | tree | snapshot |
| 2020-05-10 |
Mark Thom | change wrong at_end_of_stream value 'end' to 'at' ... |
commit | commitdiff | tree | snapshot |
| 2020-05-10 |
Mark Thom | detect source_sink domain error in open/4 (#480) |
commit | commitdiff | tree | snapshot |
| 2020-05-10 |
Mark Thom | Merge branch 'master' of https://github.com/mthom/rusty-wam |
commit | commitdiff | tree | snapshot |
| 2020-05-10 |
Mark Thom | increase prolog_parser version |
commit | commitdiff | tree | snapshot |
| 2020-05-09 |
Mark Thom | Merge pull request #475 from notoria/debug |
commit | commitdiff | tree | snapshot |
| 2020-05-09 |
Mark Thom | Merge branch 'master' of https://github.com/mthom/rusty-wam |
commit | commitdiff | tree | snapshot |
| 2020-05-09 |
Mark Thom | halt on Ctrl-D in toplevel (#473) |
commit | commitdiff | tree | snapshot |
| 2020-05-09 |
notoria | Removed the warnings |
commit | commitdiff | tree | snapshot |
| 2020-05-09 |
notoria | Implemented Debug for the new data structures |
commit | commitdiff | tree | snapshot |
| 2020-05-09 |
Mark Thom | Merge branch 'sockets-develop' |
commit | commitdiff | tree | snapshot |
| 2020-05-09 |
Mark Thom | Merge branch 'master' of https://github.com/mthom/rusty-wam |
commit | commitdiff | tree | snapshot |
| 2020-05-09 |
Mark Thom | update README.md |
commit | commitdiff | tree | snapshot |
| 2020-05-09 |
Mark Thom | add set_stream_position/2 |
commit | commitdiff | tree | snapshot |
| 2020-05-09 |
Mark Thom | Merge pull request #474 from triska/radix |
commit | commitdiff | tree | snapshot |
| 2020-05-09 |
Mark Thom | Merge pull request #471 from triska/master |
commit | commitdiff | tree | snapshot |
| 2020-05-09 |
Markus Triska | ADDED: ~Nr and ~NR are now available for radix conversions |
commit | commitdiff | tree | snapshot |
| 2020-05-09 |
Mark Thom | add at_end_of_stream/{0,1} |
commit | commitdiff | tree | snapshot |
| 2020-05-09 |
Mark Thom | carry past_end_of_stream in WrappedStreamInstance |
commit | commitdiff | tree | snapshot |
| 2020-05-09 |
Mark Thom | add stream_property/2 |
commit | commitdiff | tree | snapshot |
| 2020-05-08 |
Markus Triska | ADDED: Initial version of library(crypto). |
commit | commitdiff | tree | snapshot |
| 2020-05-07 |
Mark Thom | Merge pull request #468 from notoria/cont |
commit | commitdiff | tree | snapshot |
| 2020-05-07 |
notoria | Enhanced shift/1 |
commit | commitdiff | tree | snapshot |
| 2020-05-06 |
Mark Thom | add peek_char/{1,2}, peek_byte/{1,2}, peek_code/{1,2} |
commit | commitdiff | tree | snapshot |
| 2020-05-06 |
Mark Thom | add sockets library, use new type_error function from... |
commit | commitdiff | tree | snapshot |
| 2020-05-06 |
Mark Thom | add put_code/{1,2}, get_code/{1,2}, improve get_* predi... |
commit | commitdiff | tree | snapshot |
| 2020-05-05 |
Mark Thom | add put_byte/{1,2}, put_char/{1,2} |
commit | commitdiff | tree | snapshot |
| 2020-05-05 |
Mark Thom | cleanup on reading predicates, add get_char/{1,2} |
commit | commitdiff | tree | snapshot |
| 2020-05-05 |
Mark Thom | clean up stream error handling, add get_byte/{1,2} |
commit | commitdiff | tree | snapshot |
| 2020-05-05 |
Mark Thom | change EOFCode eof_action from end_of_stream to end_of_... |
commit | commitdiff | tree | snapshot |
| 2020-05-05 |
Mark Thom | add flush_output/{0,1}, past_end_of_stream |
commit | commitdiff | tree | snapshot |
| 2020-05-05 |
Mark Thom | Merge pull request #460 from notoria/get_single_char |
commit | commitdiff | tree | snapshot |
| 2020-05-05 |
notoria | Fixed ctrl-c issue with get_single_char/1 |
commit | commitdiff | tree | snapshot |
| 2020-05-05 |
Mark Thom | add close/{1,2}, better EOF action handling in read_term |
commit | commitdiff | tree | snapshot |
| 2020-05-05 |
Mark Thom | adapt write_term family, add handling for EOF actions. |
commit | commitdiff | tree | snapshot |
| 2020-05-04 |
Mark Thom | add open/3, write_term/3 |
commit | commitdiff | tree | snapshot |
| 2020-05-04 |
Mark Thom | Merge pull request #453 from triska/master |
commit | commitdiff | tree | snapshot |
| 2020-05-04 |
Mark Thom | test |
commit | commitdiff | tree | snapshot |
| 2020-05-04 |
Markus Triska | disable goal expansion until #445 is resolved |
commit | commitdiff | tree | snapshot |
| 2020-05-04 |
Mark Thom | merge |
commit | commitdiff | tree | snapshot |
| 2020-05-04 |
Mark Thom | improve answer substitutions at top-level |
commit | commitdiff | tree | snapshot |
| 2020-05-04 |
Mark Thom | Merge branch 'master' into sockets-develop |
commit | commitdiff | tree | snapshot |
| 2020-05-04 |
Mark Thom | improve answer substitutions at top-level |
commit | commitdiff | tree | snapshot |
| 2020-05-04 |
Mark Thom | merge with master |
commit | commitdiff | tree | snapshot |
| 2020-05-04 |
Mark Thom | make term{_attributed_}variables/2 order {attributed... |
commit | commitdiff | tree | snapshot |
| 2020-05-03 |
Mark Thom | Merge pull request #450 from triska/master |
commit | commitdiff | tree | snapshot |
| 2020-05-04 |
Mark Thom | use select/3 in gather_equations for detecting whether... |
commit | commitdiff | tree | snapshot |
| 2020-05-04 |
Mark Thom | use copy_term/3 as source of attribute goals |
commit | commitdiff | tree | snapshot |
| 2020-05-03 |
Mark Thom | restore previous focus upon character match failure... |
commit | commitdiff | tree | snapshot |
| 2020-05-03 |
Markus Triska | do not project queue/2 attributes to residual goals |
commit | commitdiff | tree | snapshot |
| 2020-05-03 |
Mark Thom | Merge pull request #449 from notoria/read |
commit | commitdiff | tree | snapshot |
| 2020-05-03 |
Mark Thom | version bump for prolog_parser |
commit | commitdiff | tree | snapshot |
| 2020-05-03 |
notoria | Completed read/1, ctrl-d is end_of_file |
commit | commitdiff | tree | snapshot |
| 2020-05-03 |
Mark Thom | use complete strings in FileToChars (#430) |
commit | commitdiff | tree | snapshot |
| 2020-05-03 |
Mark Thom | Project goals of query variables (#362) |
commit | commitdiff | tree | snapshot |
| 2020-05-03 |
Mark Thom | wrap support code in modules |
commit | commitdiff | tree | snapshot |
| next |