]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2022-01-11 Mark Thomrender [] as empty string in AtomOrString::as_str(...
2022-01-11 Mark Thomimprove between_/3 implementation (#1186, #1191)
2022-01-11 Mark Thomimitate Rc-style equality for TypedArenaPtr (#1190)
2022-01-11 Mark Thomcorrectly print [] functors (#1189)
2022-01-10 Mark Thomcompare bigints by value not by pointer (#1183)
2022-01-09 Mark ThomMerge pull request #1160 from aarroyoc/add-ugraphs...
2022-01-09 Mark ThomMerge pull request #1182 from aarroyoc/sockets-arity
2022-01-09 Adrián Arroyo... remove TLS option in socket_client_open/3
2022-01-08 Adrián Arroyo... fix socket_client_open/3
2022-01-08 Mark Thomcorrect heap offsets in setup_call_cleanup tests
2022-01-08 Mark Thomunify current time as a complete string, not an atom...
2022-01-08 Mark Thomcorrect read/2 arity to 2 (#1171)
2022-01-08 Mark Thomcomplete handling of control operators in interpreted...
2022-01-07 Adrián Arroyo... Minor fixes
2022-01-07 Adrián Arroyo... Merge remote-tracking branch 'upstream/rebis-dev' into...
2022-01-07 Mark Thomadd version dependency information to README
2022-01-07 Mark Thomupdate README.md
2022-01-07 Mark Thomadd parser tests
2022-01-07 Mark Thomflatten the instruction dispatch loop
2022-01-07 Mark Thomrelocate most instruction routines from MachineState...
2022-01-07 Mark Thomremove LocalCodePtr::IndexingBuf
2022-01-07 Mark Thommodule-qualify incomplete goals in expand_goal/3
2022-01-07 Mark Thomdereference first argument of (is)/2
2022-01-07 Mark Thomgenerate heap_loc cells to refer to 0-arity atoms in...
2022-01-07 Mark Thomfix unify_float
2022-01-07 Mark Thomdereference variables when looking for string terminators
2022-01-07 Mark Thomproperly iterate over read terms in MachineState::read_term
2022-01-07 Mark Thomget test suite working
2022-01-07 Mark Thomfix printing of CStr's
2022-01-07 Mark Thomremove skeletons from replaced modules
2022-01-07 Mark Thomuse heap_loc to refer to 0-arity atom instead of str_loc
2022-01-07 Mark Thomdefer installation of inference counter for call_with_i...
2022-01-07 Mark Thomfix bugs revealed by src/tests/builtins.pl
2022-01-07 Mark Thomstart to retune testing infrastructure
2022-01-07 Mark Thomfix off by one bug in system_calls
2022-01-07 Mark Thomfix bug in error_form
2022-01-07 Mark Thomfix various partial string bugs (copying using them...
2022-01-07 Mark Thomdetect attributed variables by properly detecting them...
2022-01-07 Mark Thomupgrade rustyline
2022-01-07 Mark Thomdon't allow [] as a stream alias, restore domain error...
2022-01-07 Mark Thomkeep cursor position after writing to byte stream
2022-01-07 Mark Thomfix stream errors
2022-01-07 Mark Thombreak from loop upon successful peek in peek_char/1...
2022-01-07 Mark Thombreak from loop in get_code upon successful character...
2022-01-07 Mark Thomthrow instantiation error if Arity is a variable in...
2022-01-07 Mark Thomuse strip module in retract/1, a meta-predicate
2022-01-07 Mark Thomrestore old thread_goals to fix top-level solutions...
2022-01-07 Mark Thomfix HeapPStrIter bug not recognizing nil focus if PStrL...
2022-01-07 Mark Thomfix number not recognizing floats
2022-01-07 Mark Thomdetect module resolved cut in interpreted (,)
2022-01-07 Mark Thomfix arg/3 bug
2022-01-07 Mark Thomadd bounds check for attributed variables slice
2022-01-07 Mark Thomtag DCG constructs with module names for proper resolution
2022-01-07 Mark Thombreak from get_char loop after successful char unification
2022-01-07 Mark Thomunmark cell bits in occurs check
2022-01-07 Mark Thomsupport comparison and unification of cyclic partial...
2022-01-07 Mark Thomgreatly reduce the number of goal expansions done in...
2022-01-07 Mark Thomuse new heap term representation
2022-01-07 Mark ThomMerge pull request #1156 from mthom/proper_var_list_ord...
2021-12-31 Adrián Arroyo... Add ugraphs library
2021-12-23 Mark Thomcreate read_term/3 variable lists in order of variable... proper_var_list_order_issue_1121 origin/proper_var_list_order_issue_1121
2021-12-14 Mark ThomMerge pull request #1132 from triska/tls_library
2021-12-14 Mark ThomMerge pull request #1141 from triska/layout_text_sequence
2021-12-14 Mark ThomMerge pull request #1142 from triska/s
2021-12-14 Mark ThomMerge pull request #1143 from heydtn/patch-1
2021-12-14 Mark ThomMerge pull request #1147 from triska/pio_improvements
2021-12-12 Markus TriskaENHANCED: Use newly available fast chars test from...
2021-12-09 Nate HeydtFix typo in abnf_lwsp/2
2021-12-08 Markus Triskareport time with "s" instead of "seconds", in analogy...
2021-12-08 Markus TriskaENHANCED: support full layout text sequence (also comme...
2021-12-08 Markus Triskaremove redundant test: '\n' is a layout char.
2021-12-08 Mark ThomMerge pull request #1131 from triska/cpu_time
2021-12-05 Markus Triskause newly available predicates from library(tls) for...
2021-12-05 Markus TriskaADDED: library(tls), providing all predicates for TLS...
2021-12-05 Markus Triskaimplement tls_client_negotiate/3 for explicit negotiation
2021-12-05 Markus TriskaMODIFIED: Remove TLS-related predicates from library...
2021-12-04 Markus Triskawalltime --> CPU time
2021-12-04 Mark ThomMerge pull request #1129 from triska/tls_servers
2021-12-04 Mark ThomMerge pull request #1124 from triska/test_corrections
2021-12-04 Mark ThomMerge pull request #1127 from triska/retract_correction
2021-12-04 Mark ThomMerge pull request #1122 from triska/better_time
2021-12-03 Markus TriskaADDED: Support for creating TLS servers.
2021-12-01 Markus TriskaFIXED: retract/1 issues due to module qualification
2021-12-01 Markus TriskaENHANCED: Better reporting for time/1.
2021-12-01 Markus Triskause anonymous variable
2021-12-01 Markus Triskaseveral corrections to test cases
2021-11-30 Mark ThomMerge pull request #1120 from triska/char_type_correction
2021-11-29 Markus TriskaENHANCED: Correct type error for char_type/2.
2021-11-28 Mark ThomMerge pull request #1116 from aarroyoc/fix-open-lis
2021-11-28 Mark ThomMerge pull request #1119 from mthom/expand_call_goals_a...
2021-11-28 Mark Thomexpand call goals as call goals (#1114) expand_call_goals_as_call_goals origin/expand_call_goals_as_call_goals
2021-11-28 Mark ThomMerge pull request #1117 from triska/indicate_failed_in...
2021-11-28 Mark ThomMerge pull request #1115 from triska/get_char_type_test
2021-11-28 Markus TriskaENHANCED: indicate failed initialization/1 goal
2021-11-28 Adrián Arroyo... Fix use_module import errors
2021-11-28 Adrián Arroyo... Allow all kinds of string to be processed in open/4
2021-11-28 Markus TriskaENHANCED: Character type checks for get_char/[1,2].
2021-11-28 Mark ThomMerge pull request #1096 from aarroyoc/number_chars_fix
2021-11-28 Mark ThomMerge pull request #1112 from triska/underscores_in_int...
2021-11-28 Mark ThomMerge pull request #1113 from triska/seq
next