]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
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...
2022-03-06 Mark ThomMerge pull request #1323 from triska/simplex
2022-03-06 Markus TriskaADDED: library(simplex), for solving linear programming...
2022-03-06 Mark Thomonly recommend git cloning to get the latest scryer...
2022-03-06 Mark ThomMerge pull request #1322 from triska/explain_strings_better
2022-03-06 Mark ThomMerge branch 'rebis-dev' into 0.9.0 release v0.9.0
2022-03-06 Markus TriskaDOC: Better explanation of strings and partial strings.
2022-03-06 Mark Thommark variables in ArithmeticEvaluator (#690)
2022-03-06 Mark Thomuse must_be(chars) in read_from_chars/2 (#1305)
2022-03-06 Mark Thomreset ReadlineStream from read_query_line (#1317, ...
2022-03-06 Mark Thomchange domain_error(integer, ..) to type_error(integer...
2022-03-06 Mark Thomdereference list link in delete_attribute (#1148)
2022-03-02 Markus TriskaADDED: "f" to enumerate the next 5 solutions, similar...
2022-03-02 Mark Thomsave arguments to delayed goal before calling verify_at...
2022-03-01 Mark ThomMerge pull request #1313 from triska/all_solutions
2022-03-01 Markus TriskaADDED: "a" to enumerate all solutions
2022-03-01 Mark ThomMerge pull request #1312 from triska/str_loc_as_cell
2022-03-01 Markus TriskaFIXED: load_html/3: use str_loc_as_cell! to store attri...
2022-03-01 Mark Thomrefer to structures using str_loc_as_cell! (#1311)
2022-02-27 Mark Thomfix unexpected error in length/2 (#1303)
2022-02-27 Mark Thomadd proper error throwing for call_with_inference_limit...
2022-02-26 Mark Thomcompare '[]' in pstr_comparator of compare_term_test...
2022-02-26 Mark Thompop pstr offsets from iterator stack in printer (#1290)
2022-02-26 Mark Thomunify '' to [] in unify_complete_string (#1292, #1288)
2022-02-23 Mark Thomrecognize [] as equivalent to "" in unify_atom (#1288)
2022-02-22 Mark ThomMerge pull request #1287 from triska/rebis-dev-sgml
2022-02-22 Markus Triskause newly available get_n_chars/3 from library(charsio)
2022-02-22 Markus TriskaFIXED: library(sgml): load_html/3 and load_xml/3 now...
2022-02-21 Mark Thomcorrect '$skip_max_list/4' for non-lists (#1276)
2022-02-19 Mark Thomupdate setup_call_cleanup tests
2022-02-19 Mark Thomadjust dynamic external indices upon retraction, reset...
2022-02-19 Mark Thomthrow instantiation_error on variables from (#1283)
2022-02-19 Mark Thomdelay callable errors in control predicates (#1282)
2022-02-16 Mark Thombuild CStr's to vars in write_literal_to_var (#1284)
2022-02-15 Mark Thomdon't unify module-qualified variables to ! (#1281)
2022-02-12 Mark Thomuse VecDeque for generating indices during code generat...
2022-02-12 Mark Thomadd missing fact to beginning of tmember_t/3 (#1275)
2022-02-09 Mark Thomgroup predicate subsequences by first instantiated...
2022-02-07 Mark Thomprint bounded depth partial strings correctly
2022-02-07 Mark Thomupdate setup_call_cleanup tests
2022-02-07 Mark Thomuse printer cycle detection when printing partial strin...
2022-02-06 Mark Thomreference partial strings properly in read_term (#1271)
2022-02-06 Mark Thomfix write_canonical on strings (#1233)
2022-02-06 Mark Thomfix '$skip_max_list'/4 (#1260)
2022-02-06 Mark Thomfix float formatting (#1233, #1258)
2022-02-01 Mark Thomreset instruction pointers with calls, make HCPrinter...
2022-02-01 Mark Thomcount cycle lengths in skip_max_list_cycle (#1260)
2022-02-01 Mark Thomtag length/2 as the source of finite_memory errors...
2022-01-30 Mark ThomMerge pull request #1257 from mthom/rebis-dev_improved...
2022-01-29 Mark Thomadd range check to arg/3 (#1250) rebis-dev_improved-length origin/rebis-dev_improved-length
next