75d719d204print most characters directly ((#1355)
Mark Thom
2022-03-17 18:43:30 -06:00
172e3e9f34check self.ignore_ops and max_depth in print_rational (#1359)
Mark Thom
2022-03-17 18:08:30 -06:00
8e32bdd8dbremove pstr offsets unconditionally from printer iteration stack, deal with fallout after the fact (#1357)
Mark Thom
2022-03-16 19:11:39 -06:00
895b02b641improve length/2 (#1325)
Mark Thom
2022-03-15 18:43:57 -06:00
d06b5f7ab5prepare for publishing to crates.io (#1335)
Mark Thom
2022-03-14 23:31:50 -06:00
ecebaf8216unify empty list to '' in atom_chars/2 (#1334, #1336)
Mark Thom
2022-03-08 18:25:40 -07:00
8762647b55wrap meta-predicate specifications in functors (#1330)
Mark Thom
2022-03-07 22:36:52 -07:00
664c0ee77cfix float formatting (#1331)
Mark Thom
2022-03-07 19:44:31 -07:00
7a9c3d351dMerge pull request #1332 from triska/call_nth_0
Mark Thom
2022-03-07 15:16:47 -07:00
69e52d1ed8ENHANCED: call_nth(Goal, 0) now fails, correct error for N < 0.
Markus Triska
2022-03-07 23:38:30 +01:00
bd594e0c05fix number/1 (#1329)
Mark Thom
2022-03-06 19:17:52 -07:00
3bf42860e2Merge pull request #1328 from pmoura/fix_bounded_and_max_arity_flags
Mark Thom
2022-03-06 18:51:14 -07:00
0532f51cc2Fix querying the values of the bounded and max_arity flags
Paulo Moura
2022-03-07 00:30:35 +00:00
1808597258compare functor arity first (#1327)
Mark Thom
2022-03-06 16:37:21 -07:00
2744989cf1fix compare/3 (#1327)
Mark Thom
2022-03-06 15:48:54 -07:00
0d04abb5c7Merge pull request #1326 from pmoura/fix_halt_1_predicate_compliance
Mark Thom
2022-03-06 14:46:46 -07:00
495168e7bbFix halt/1 built-in predicate for ISO Prolog Core standard compliance
Paulo Moura
2022-03-06 21:33:49 +00:00
475fbf9561Merge pull request #1323 from triska/simplex
Mark Thom
2022-03-06 13:46:32 -07:00
c6264cf098ADDED: library(simplex), for solving linear programming problems.
Markus Triska
2022-03-06 21:36:55 +01:00
bc9123affbonly recommend git cloning to get the latest scryer version in README.md
Mark Thom
2022-03-06 10:27:25 -07:00
7fd12972adMerge pull request #1322 from triska/explain_strings_better
Mark Thom
2022-03-06 10:07:37 -07:00
2d19243b3bMerge branch 'rebis-dev' into 0.9.0 release
v0.9.0
Mark Thom
2022-03-06 09:39:28 -07:00
8ad4f188f2DOC: Better explanation of strings and partial strings.
Markus Triska
2022-03-06 11:05:15 +01:00
0c19c56909mark variables in ArithmeticEvaluator (#690)
Mark Thom
2022-03-05 15:27:36 -07:00
de35baadf3use must_be(chars) in read_from_chars/2 (#1305)
Mark Thom
2022-03-05 11:14:24 -07:00
66c209f9e4reset ReadlineStream from read_query_line (#1317, #1285)
Mark Thom
2022-03-05 10:38:16 -07:00
d7a3ed2d4achange domain_error(integer, ..) to type_error(integer, ..) in random.pl (#1310)
Mark Thom
2022-03-03 23:24:26 -07:00
0c25ffc26edereference list link in delete_attribute (#1148)
Mark Thom
2022-03-03 23:22:36 -07:00
9f864574deADDED: "f" to enumerate the next 5 solutions, similar to GUPU.
Markus Triska
2022-03-02 21:02:19 +01:00
a38f7c8524save arguments to delayed goal before calling verify_attrs (#1304)
Mark Thom
2022-03-01 23:59:33 -07:00
bf85cd404cMerge pull request #1313 from triska/all_solutions
Mark Thom
2022-03-01 15:34:21 -07:00
102adb3544ADDED: "a" to enumerate all solutions
Markus Triska
2022-03-01 23:52:51 +01:00
c2b360d03eMerge pull request #1312 from triska/str_loc_as_cell
Mark Thom
2022-03-01 12:09:42 -07:00
1bec1b7002FIXED: load_html/3: use str_loc_as_cell! to store attribute structures
Markus Triska
2022-03-01 20:20:51 +01:00
1b4b4807a5refer to structures using str_loc_as_cell! (#1311)
Mark Thom
2022-02-28 18:28:13 -07:00
d4d135f2a9fix unexpected error in length/2 (#1303)
Mark Thom
2022-02-26 11:07:38 -07:00
96faad1c01add proper error throwing for call_with_inference_limit/3 (#1296)
Mark Thom
2022-02-26 10:57:52 -07:00
d55d5f15aecompare '[]' in pstr_comparator of compare_term_test (#1299)
Mark Thom
2022-02-25 23:57:27 -07:00
26e4560429pop pstr offsets from iterator stack in printer (#1290)
Mark Thom
2022-02-25 23:36:26 -07:00
775bd3a08bunify '' to [] in unify_complete_string (#1292, #1288)
Mark Thom
2022-02-25 23:01:08 -07:00
d92d8bce89recognize [] as equivalent to "" in unify_atom (#1288)
Mark Thom
2022-02-22 23:45:04 -07:00
1b91663244Merge pull request #1287 from triska/rebis-dev-sgml
Mark Thom
2022-02-22 15:55:03 -07:00
8fb673e93euse newly available get_n_chars/3 from library(charsio)
Markus Triska
2022-02-22 23:51:01 +01:00
d1372d9b3bFIXED: library(sgml): load_html/3 and load_xml/3 now both work again.
Markus Triska
2022-02-22 23:49:01 +01:00
063f0da565correct '$skip_max_list/4' for non-lists (#1276)
Mark Thom
2022-02-20 23:44:18 -07:00
c893247107update setup_call_cleanup tests
Mark Thom
2022-02-18 22:17:15 -07:00
a5adcfff4cadjust dynamic external indices upon retraction, reset dynamic_mode to Next regardless of success or failure
Mark Thom
2022-02-18 19:49:16 -07:00
d3583276b3throw instantiation_error on variables from (#1283)
Mark Thom
2022-02-18 19:33:16 -07:00
55d8de1b23delay callable errors in control predicates (#1282)
Mark Thom
2022-02-17 20:26:30 -07:00
5b829636cbbuild CStr's to vars in write_literal_to_var (#1284)
Mark Thom
2022-02-15 22:22:36 -07:00
68ac92a616don't unify module-qualified variables to ! (#1281)
Mark Thom
2022-02-14 18:46:15 -07:00
db20cda27ause VecDeque for generating indices during code generation (#1053)
Mark Thom
2022-02-11 19:23:43 -07:00
60dd47c696add missing fact to beginning of tmember_t/3 (#1275)
Mark Thom
2022-02-11 17:25:01 -07:00
42da543980group predicate subsequences by first instantiated arg (#1053)
Mark Thom
2022-02-08 23:34:42 -07:00