]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2023-01-10 Markus Triskause (#)/1 already internally for describing constraint...
2023-01-10 Markus TriskaFIXED: reification of (xor)/2.
2023-01-10 Markus TriskaFIXED: correctly reify (/)/2.
2023-01-08 Mark Thomuse free lists to allow register re-use (#1612)
2022-12-24 Mark Thomuse '$enqueue_attr_var' when adding attributes only
2022-12-18 Mark ThomMerge pull request #1658 from aarroyoc/copy_file
2022-12-18 Mark ThomMerge pull request #1672 from triska/deref_register
2022-12-18 Markus Triskadereference more registers, analogous to d660e4244ff48b...
2022-12-17 Mark ThomMerge pull request #1671 from aarroyoc/docs-iso-ext
2022-12-17 Mark ThomMerge pull request #1669 from aarroyoc/docs-http-open
2022-12-17 Adrián Arroyo... Compatible Doclog docs for library(iso_ext)
2022-12-17 Adrián Arroyo... Compatible Doclog docs for library(http/http_open).
2022-12-17 Mark Thomuse proper dynamic arities in JmpByCall and JmpByExecut...
2022-12-17 Mark Thomtrack attr_var_init lengths on the stack (#1667)
2022-12-16 Mark Thomupdate README to point to local wambook (#1668)
2022-12-16 Mark Thomdetect cyclic bindings in attr_vars_of_term (#1666)
2022-12-16 Mark ThomMerge pull request #1662 from mthom/interpreting_disj
2022-12-13 Mark Thomuse append/3 rather than set_difference/3 to gather...
2022-12-11 Mark ThomMerge pull request #1661 from aarroyoc/lcm2
2022-12-11 Mark Thomfix mishandled if-then-else interpretation (#1659) interpreting_disj origin/interpreting_disj
2022-12-11 Adrián Arroyo... Add predicate lcm/2 to library(arithmetic)
2022-12-10 Adrián Arroyo... Rename copy_file/2 to file_copy/2
2022-12-10 Adrián Arroyo... Add predicate copy_file/2 in library(files)
2022-12-10 Mark ThomMerge pull request #1657 from aarroyoc/docs-files
2022-12-10 Mark ThomMerge pull request #1656 from aarroyoc/docs-ordsets
2022-12-10 Mark ThomMerge pull request #1655 from triska/deref_register
2022-12-08 Adrián Arroyo... Compatible Doclog docs for library(files)
2022-12-08 Adrián Arroyo... Compatible Doclog docs for library(ordsets)
2022-12-07 Markus Triskamore uses of newly available deref_register(n)
2022-12-07 Mark ThomMerge pull request #1653 from triska/deref_register
2022-12-06 Markus Triskaintroduce and use deref_register(n)
2022-12-06 Mark ThomMerge pull request #1652 from aarroyoc/docs-lists
2022-12-06 Mark ThomMerge pull request #1651 from aarroyoc/docs-sockets
2022-12-06 Adrián Arroyo... Compatible Doclog docs for library(lists)
2022-12-06 Adrián Arroyo... Compatible Doclog docs for library(sockets)
2022-12-06 Mark Thomdereference encoding register in crypto_data_decrypt...
2022-12-06 Mark Thomavoid pushing stack variables to the heap in get_contin...
2022-12-05 Mark ThomMerge pull request #1649 from aarroyoc/docs-ugraphs
2022-12-05 Mark ThomMerge pull request #1648 from aarroyoc/docs-random
2022-12-05 Mark ThomMerge pull request #1647 from aarroyoc/docs-uuid
2022-12-05 Mark ThomMerge pull request #1646 from aarroyoc/docs-assoc
2022-12-04 Adrián Arroyo... Compatible Doclog docs for library(ugraphs)
2022-12-02 Adrián Arroyo... Compatible Doclog docs for library(random)
2022-12-02 Adrián Arroyo... Compatible Doclog docs for library(uuid)
2022-12-02 Adrián Arroyo... Compatible Doclog docs for library(assoc)
2022-11-19 Mark Thomreturn -1 from get_code to indicate end of file (#1622)
2022-11-16 Mark ThomMerge pull request #1640 from gruhn/master
2022-11-15 Niklas GruhnAdjust Github Action: Docker Publish
2022-11-15 Mark Thomupdate Dockerfile to use rustc 1.61
2022-11-15 Mark Thommention #scryer in README
2022-11-15 Mark ThomREADME rustc version bump
2022-11-15 Mark Thomuse existing bindings in compile_is (#1545)
2022-11-15 Mark Thombegin to mark registers as safe from built-in predicate...
2022-11-15 Mark Thomrevise UnsafeVarMarker (#1545)
2022-11-10 Mark ThomMerge pull request #1635 from mthom/rebis-dev v0.9.1
2022-11-10 Mark Thombump version to 0.9.1
2022-11-10 Mark Thomremove num-rug-adapter
2022-11-10 Mark Thommove asserta/2, assertz/2 to iso_ext
2022-11-08 Mark Thomintroduce InlineTermStream to avoid arena allocations...
2022-10-27 Mark ThomMerge pull request #1630 from epilys/fix-1625
2022-10-27 Markus TriskaFIXED: CLP(ℤ): Correctly remove all attributes during...
2022-10-27 Mark Thombuild partial strings using PStrLoc in write_term_to_he...
2022-10-27 Mark Thomexport asserta/2 (#1623)
2022-10-27 Mark Thomcache ball terms before unifying in handle_ball/3 ...
2022-10-27 Adrián Arroyo... Some minor fixes. Thanks to @triska for them!
2022-10-27 Mark Thomfix crash in read_term (#1616)
2022-10-27 Skglandadjust rust-version declaration
2022-10-27 Adrián Arroyo... Set default Shell
2022-10-27 Adrián Arroyo... Add Windows MSYS2
2022-10-27 Markus TriskaENHANCED: library(crypto): Faster conversion to bytes...
2022-10-27 Markus Triskause newly available u8s_to_string
2022-10-27 Markus Triskaremove redundant error handling, since this case is...
2022-10-27 Markus Triskaintroduce and use u8s_to_string
2022-10-27 Markus Triskause (slightly) better variable names
2022-10-27 Markus Triskause newly available must_be(chars, ...) for better...
2022-10-27 Markus TriskaENHANCED: Eliminate the OpenSSL dependency of library...
2022-10-27 Mark Thomproperly match strings concluding with characters in...
2022-10-27 Markus Triskacorrect nth0/4 and nth1/4
2022-10-27 Markus Triskaremove nth1/3, which is now provided by library(lists)
2022-10-27 Markus Triskaremove nth1/3, which is now provided by library(lists)
2022-10-27 Markus TriskaENHANCED: Much improved nth0/3, taken from #1529.
2022-10-27 Markus TriskaADDED: must_be/can_be(not_less_than_zero, ...)
2022-10-27 Markus Triskabetter implementation of list_si/1
2022-10-27 Markus TriskaADDED: chars_si/1, testing for a string
2022-10-27 Markus Triskause new domain names from library(error): octet_charact...
2022-10-27 Markus TriskaADDED: octet_character and octet_chars, testing for...
2022-10-27 Markus Triskarely on the built-in DCG expansion, per discussion...
2022-10-27 Markus TriskaENHANCED: Use '$skip_max_list'/4 for greater efficiency...
2022-10-27 Markus TriskaENHANCED: Improve determinism of ... //0 and seq//1.
2022-10-27 Mark Thomoffset into complete strings with '$skip_max_list'...
2022-10-27 Mark Thomdon't return ops with priority 0 when building set...
2022-10-27 Mark Thomtreat functors with PI '.'/2 as lists (#1570)
2022-10-27 Mark Thomintroduce expand_call_goal/3 to expand goals in control...
2022-10-27 Markus Triskause a DCG to describe the path
2022-10-27 Markus Triskaremove entailed must_be/2 goals
2022-10-27 Markus Triskause newly available ... //0 from library(dcgs)
2022-10-27 Markus Triskaadd meta_predicate/1 declaration for phrase_to_file/3
2022-10-27 Mark Thomstrip modules from GRBody in phrase/3 (#1565)
2022-10-27 Mark Thomfail on non-list solutions in setof/3 (#1553)
2022-10-27 Adrián Arroyo... HTTP Server 2.0
next