]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2022-04-18 Mark Thomvery minor optimizations
2022-04-17 Mark Thommark unsafe variables and substitute temporary variable...
2022-04-17 Mark Thomfix panic caused by jmp offset off by one error (#1429)
2022-04-17 Mark Thomavoid writing chars to the atom table in several places
2022-04-16 Mark ThomMerge pull request #1421 from gruhn/master
2022-04-15 Mark Thomfix comparisons to partial string tails (#1420)
2022-04-14 Niklas Gruhnpush Docker image on new release
2022-04-14 Mark Thominstantiate Module in definition of retract/1 (#1392)
2022-04-13 Mark Thommark cells that are about to be iterated in the stackfu...
2022-04-12 Mark Thomuse '$call' all throughout setup_call_cleanup/3
2022-04-11 Mark Thomdereference head of list in is_continuable (#1417)
2022-04-11 Mark Thomstop detecting cycles in compare_pstr_to_string
2022-04-10 Mark Thommark variable referents in stackful iterator, fix tests...
2022-04-10 Mark ThomMerge pull request #1415 from wkral/set_output-error
2022-04-10 William KralFix reported source for set_output/1 error (#1407)
2022-04-10 Mark Thomprint dot after errors, fix tests (#1408)
2022-04-10 Mark Thomfix tests, use '$first_answer' to print indentation...
2022-04-09 Mark Thomprint errors as goals (#1408)
2022-04-09 Mark Thomunmark dereferenced cells in term_variables/2 (#1412)
2022-04-09 Mark Thomdereference bindings returned by stackful iterator...
2022-04-09 Mark Thomdeduplicate variable list in term_variables/2 (#1409)
2022-04-08 Mark Thomthrow errors on cyclic terms when evaluating is/2 expre...
2022-04-08 Mark Thomfix loop in stackful iterator (#1405, #1384)
2022-04-07 Mark Thomdetect immediately cyclic lists (#1384)
2022-04-06 Mark Thomrestore correct order to term_variables/2 (#1400, ...
2022-04-06 Mark Thomlimit use of stackless iterator to test suite
2022-04-06 Mark Thomadd forwarding bit to all heap cells (#1384)
2022-04-06 Mark Thomallocate floats in dedicated buffer
2022-04-06 Mark Thommake marker into an iterators, recover post_order_iterator
2022-04-06 Mark Thomremoval of old stackless iterator, implementation of...
2022-04-05 Mark ThomMerge pull request #1395 from wkral/fix-test-indentation
2022-04-05 William KralFix indentation before false in tests (#676)
2022-04-04 Mark Thomindent plain false (#676)
2022-04-03 Mark ThomMerge pull request #1386 from triska/better_call_nth
2022-04-03 Mark Thomcompare complete strings to one another in write_litera...
2022-04-02 Markus TriskaENHANCED: more memory efficient call_nth/2 (#1264)
2022-04-02 Mark Thomdon't mark forwarded refs in stackless iterator/marker...
2022-04-01 Mark Thombe aware of temporary variables of stackless iterator...
2022-03-31 Mark ThomMerge pull request #1381 from wkral/build-fmt-error
2022-03-31 William KralImprove rustfmt missing error during build (#1379)
2022-03-30 Mark ThomMerge pull request #1380 from triska/as_is
2022-03-30 Markus Triskaas --> is
2022-03-30 Mark Thomfix dif/2 crash (#1378)
2022-03-29 Mark ThomMerge pull request #1373 from aarroyoc/http-open
2022-03-29 Mark Thomprint closed stream handle as '$dropped_value' (#1376)
2022-03-29 Mark Thomdereference numbervars terms (#1377)
2022-03-28 Adrián Arroyo... Add close handling of http stream
2022-03-28 Adrián Arroyo... http_open/3 try_or_throw
2022-03-28 Adrián Arroyo... http_open/3 with headers and data
2022-03-28 Adrián Arroyo... http_open/3 with method option
2022-03-27 Mark Thomextend small_letter_char! to include all non-uppercase...
2022-03-27 Mark ThomStream::close() should close file handles (#1374)
2022-03-27 Mark Thomuse ryu to print floats with a modification for compati...
2022-03-27 Mark Thomfix char comparison misordering (#1371)
2022-03-27 Mark Thomretrieve F64 behind Cons tags properly (#1369)
2022-03-26 Mark ThomMerge pull request #1370 from triska/files_must_be_chars
2022-03-26 Markus TriskaENHANCED: use newly available must_be(chars, ...),...
2022-03-26 Mark Thomfix functor/3 arity check (#1366)
2022-03-25 Mark Thomadvance arg in arithmetic comparison code (#1367)
2022-03-24 Mark Thomdetect float rounding overflows (#1365)
2022-03-23 Mark Thomrecognize missing syntax errors (#1354, #1361)
2022-03-22 Mark Thomcompare TypedArenaPtr<T> by value not pointer (#1362)
2022-03-19 Mark Thomuse Rust's native UTF-8 functions (#1355)
2022-03-19 Mark Thomcorrect float version of sign/1 (#1360)
2022-03-18 Mark Thomaccept remaining UTF-8 codepoints as alphabetic charact...
2022-03-18 Mark Thomprint most characters directly ((#1355)
2022-03-18 Mark Thomcheck self.ignore_ops and max_depth in print_rational...
2022-03-17 Mark Thomremove pstr offsets unconditionally from printer iterat...
2022-03-16 Mark Thomimprove length/2 (#1325)
2022-03-15 Mark Thomprepare for publishing to crates.io (#1335)
2022-03-13 Mark Thomadd (:) meta-predicate argument indicator (#1302)
2022-03-13 Mark Thomderefence target variable in check_sort_errors (#1350)
2022-03-13 Mark Thomthrow errors on cycles in sort/2 and keysort/2 (#1350...
2022-03-13 Mark Thompoint code index to switch_on_term after appending...
2022-03-12 Mark ThomMerge pull request #1349 from Skgland/min-rust-version
2022-03-12 Skglandadd a CI job to verify msrv is still correct
2022-03-12 Skglandadd min rust version
2022-03-12 Mark ThomMerge pull request #1348 from mthom/revert-1347-min...
2022-03-12 Mark ThomRevert "Set minimum rust version in Cargo.toml" revert-1347-min-rust-version origin/revert-1347-min-rust-version
2022-03-12 Mark ThomMerge pull request #1347 from Skgland/min-rust-version
2022-03-12 Skglandadd a CI job to verify msrv is still correct
2022-03-12 Skglandadd min rust version
2022-03-12 Mark ThomMerge pull request #1342 from wkral/no-add-history
2022-03-11 William KralAdd --no-add-history flag
2022-03-10 Mark Thomprint rationals that are integers as integers (#663)
2022-03-09 Mark Thomprint variables instead of offsets in setup_call_cleanu...
2022-03-09 Mark Thomcorrect loading of variable name strings in write_term/3
2022-03-09 Mark Thomfix parser bounds check bug (#1333, #1301)
2022-03-09 Mark Thomunify empty list to '' in atom_chars/2 (#1334, #1336)
2022-03-08 Mark Thomwrap meta-predicate specifications in functors (#1330)
2022-03-08 Mark Thomfix float formatting (#1331)
2022-03-07 Mark ThomMerge pull request #1332 from triska/call_nth_0
2022-03-07 Markus TriskaENHANCED: call_nth(Goal, 0) now fails, correct error...
2022-03-07 Mark Thomfix number/1 (#1329)
2022-03-07 Mark ThomMerge pull request #1328 from pmoura/fix_bounded_and_ma...
2022-03-07 Paulo MouraFix querying the values of the bounded and max_arity...
2022-03-06 Mark Thomcompare functor arity first (#1327)
2022-03-06 Mark Thomfix compare/3 (#1327)
2022-03-06 Mark ThomMerge pull request #1326 from pmoura/fix_halt_1_predica...
2022-03-06 Paulo MouraFix halt/1 built-in predicate for ISO Prolog Core stand...
next