Paulo Moura
|
42d9b57733
|
Fix querying bounded and integer_rounding_function flag values
|
2021-05-11 12:08:11 +01:00 |
|
Paulo Moura
|
8acbdfbf1d
|
Fix char_code/2 predicate wrong error term when the first argument is bound but is not an atom
|
2021-05-10 21:27:04 +01:00 |
|
Mark Thom
|
5eac945bc0
|
Merge pull request #937 from pmoura/fix_open_predicate_error_term_on_bound_stream_argument
Fix open/3-4 predicates error term when the stream argument is bound
|
2021-05-10 11:10:12 -06:00 |
|
Mark Thom
|
2736b4198a
|
Merge pull request #936 from pmoura/fix_throw_1_control_construct_with_var_argument
Fix throw/1 control construct to throw an instantiation error when the argument is not bound
|
2021-05-10 11:09:59 -06:00 |
|
Mark Thom
|
5d0c60bd24
|
Merge pull request #945 from pmoura/fix_char_code_error_checking
Fix char_code/2 predicate failure instead of exception on non-integer second argument
|
2021-05-10 11:08:58 -06:00 |
|
Paulo Moura
|
63db194140
|
Fix char_code/2 predicate failure instead of exception on non-integer second argument
|
2021-05-10 00:37:09 +01:00 |
|
Paulo Moura
|
c2e8cbb846
|
Fix op/3 predicate operator_priority domain error
|
2021-05-09 22:25:37 +01:00 |
|
Paulo Moura
|
73c09e3365
|
Fix open/3-4 predicates error term when the stream argument is bound
|
2021-05-09 19:21:21 +01:00 |
|
Paulo Moura
|
07dd2b279e
|
Fix throw/1 control construct to throw an instantiation error when the argument is not bound
|
2021-05-09 12:42:51 +01:00 |
|
Paulo Moura
|
d8c0af7ded
|
Fix abolish/1 to succeed on non-existing predicates as per standard
|
2021-05-08 11:13:08 +01:00 |
|
Mark Thom
|
d9e42bfcba
|
fix incremental compilation and multifile bugs
|
2021-05-03 16:59:12 -06:00 |
|
Mark Thom
|
b21a096516
|
add read/2 and nl/1 (#896)
|
2021-05-01 16:12:00 -06:00 |
|
Mark Thom
|
d8bd4fbea6
|
fail when retracting undefined dynamic predicates (#918)
|
2021-04-30 20:36:56 -06:00 |
|
Mark Thom
|
7e4cfede7d
|
fix use of local skeletons to reload predicates (#919)
|
2021-04-27 02:01:00 -06:00 |
|
Mark Thom
|
b08442b46f
|
assertz/1, asserta/1, retract/1, retractall/1 are meta-predicates (#902, #903)
|
2021-04-14 15:28:16 -06:00 |
|
Mark Thom
|
8188e3d0cf
|
add missing standard predicates (#896)
|
2021-04-12 17:26:11 -06:00 |
|
Mark Thom
|
37f2336eee
|
stop unifying ! to free variables in control_functor/1 (#887)
|
2021-03-24 15:05:59 -06:00 |
|
Mark Thom
|
fffb87d013
|
flush loader term queue before compiling declarations, declare '/1' as dynamic before asserting
|
2021-03-22 16:53:23 -06:00 |
|
Mark Thom
|
627c49c5db
|
recognize cuts in (->)/(,)/(;) calling contexts (#878)
|
2021-03-19 16:34:55 -06:00 |
|
Mark Thom
|
4623e9d7fc
|
fix findall/4 (#873)
|
2021-03-18 12:50:12 -06:00 |
|
Mark Thom
|
a3f0290432
|
restore deleted parts of number_chars/2 and number_codes/2 (#721)
|
2021-03-17 20:23:58 -06:00 |
|
Mark Thom
|
b98e8c34eb
|
findall/4 should be declared as a meta-predicate (#873)
|
2021-03-17 18:13:06 -06:00 |
|
Mark Thom
|
498c4660d0
|
use plain ! while interpreting control functors in metacalls (#724)
|
2021-02-28 19:12:35 -07:00 |
|
Mark Thom
|
101ed9a633
|
add error value to occurs_check prolog flag (#783)
|
2021-02-28 11:44:23 -07:00 |
|
Mark Thom
|
a367812348
|
add occurs_check flag (#309)
|
2021-02-28 10:41:32 -07:00 |
|
Mark Thom
|
064d261357
|
implement logical update semantics for dynamic database predicates
|
2021-02-27 23:33:10 -07:00 |
|
Mark Thom
|
0ef5f7f9b1
|
issue singleton variable warnings from loader.pl (#812)
|
2021-02-21 19:20:42 -07:00 |
|
Mark Thom
|
f9b98f97b6
|
remove unnecessary cause of failure in parser, qualify call to op_/3 in builtins.pl
|
2021-02-17 11:56:58 -07:00 |
|
Mark Thom
|
00bf39204d
|
add missing variable checks in various places
|
2021-02-17 11:12:19 -07:00 |
|
Mark Thom
|
4d29a3ae3c
|
check for control functors (,/;/->) before jumping to internal interpretation (#815)
|
2021-02-09 16:40:25 -07:00 |
|
Mark Thom
|
30602c0849
|
clean up implementation of (->)/2, (;)/2, and (,)/2
|
2021-02-07 21:13:27 -07:00 |
|
Mark Thom
|
49b1c1368e
|
remove dynamic clause declaration for clause internal
|
2021-02-05 23:16:42 -07:00 |
|
Mark Thom
|
bdb5df104a
|
shed module names from arguments of the (->)/2, (,)/2, (;)/2 predicates
|
2021-02-05 22:50:57 -07:00 |
|
Mark Thom
|
bbbf95705b
|
implement abolish/1
|
2021-02-05 18:35:06 -07:00 |
|
Mark Thom
|
3fc2c4223b
|
delay premature set_switch_var_offset_* calls in retract_clause, add module resolution for asserta/assertz/retract/clause
|
2021-02-05 17:12:25 -07:00 |
|
Mark Thom
|
222be9cf6c
|
modify rightmost_power/2 to ignore module qualification on (^)/2 (#794)
|
2021-02-04 20:51:55 -07:00 |
|
Mark Thom
|
75a52f032b
|
perform goal expansion in call/N (#788, #797)
|
2021-02-04 20:40:48 -07:00 |
|
Mark Thom
|
75908ab88f
|
replace (:) with 0 in meta-predicate declarations, remove support for (:) in meta-predicate declarations
|
2021-01-31 18:00:10 -07:00 |
|
Mark Thom
|
a4d15bfb88
|
move to a predicate-based module system, move to loader.[rs|pl]-based compilation, add support for incremental clause compilation
|
2021-01-30 21:07:51 -07:00 |
|
Mark Thom
|
d3ab4b5def
|
flatten passage of cut point B in (,)/2, (->)/2 and (;)/2 (#685, #683)
|
2020-08-23 22:49:10 -03:00 |
|
notoria
|
3143468751
|
Fixed some conversion issues
|
2020-08-06 11:39:55 +02:00 |
|
Mark Thom
|
4f15802fbc
|
reconcile '[]' and [] (#644), solve remaining conformity issues (#648), move (-->) from dcgs.pl to builtins.pl (#649)
|
2020-08-02 23:35:53 -06:00 |
|
Mark Thom
|
33325f1574
|
remove vestigial prolog/ directory (#444)
|
2020-06-12 18:26:38 -06:00 |
|