Commit Graph

8883 Commits

Author SHA1 Message Date
Vítor Santos Costa
68633a9c34 ops & modules iii 2016-02-26 17:40:03 +00:00
Vítor Santos Costa
0e50546005 clang-format 2016-02-26 17:36:33 +00:00
Vítor Santos Costa
f823ded57f Avoid warning & fix compilation scripts 2016-02-26 17:35:20 +00:00
Vítor Santos Costa
d9fe5133d3 what happens when a filename is a base path? 2016-02-26 17:30:50 +00:00
Vítor Santos Costa
0e7cc378af shuffle list ops around 2016-02-26 17:29:54 +00:00
Vítor Santos Costa
46140f434d not being used 2016-02-26 17:29:09 +00:00
Vítor Santos Costa
d2dceb91d3 fix syntax errors 2016-02-26 17:28:22 +00:00
Vítor Santos Costa
bc291ed08b If user says use module m, then use module M 2016-02-26 17:25:33 +00:00
Vítor Santos Costa
34b731a4ae operator support 2016-02-26 17:22:41 +00:00
Vítor Santos Costa
c25d35356a Try to clarify operators
prolog has priority and cannot be redefined by default.
user is global but may be redefined
others should just plug-in.
2016-02-26 17:18:37 +00:00
Vítor Santos Costa
a448e25d8d handle no java 2016-02-24 02:08:18 +00:00
Vítor Santos Costa
e4e59dedf7 win32 support, especially win does not allow file streaming in memory 2016-02-24 02:07:46 +00:00
Vítor Santos Costa
3af377d610 test import 2016-02-22 13:01:46 +00:00
Vítor Santos Costa
6f1b5fbef9 thread compilation 2016-02-22 13:01:09 +00:00
Vítor Santos Costa
712d79c7bb keep on fixing absolute_name 2016-02-22 12:59:49 +00:00
Vítor Santos Costa
588ef40a16 follow encoding directives 2016-02-22 12:57:46 +00:00
Vítor Santos Costa
df7feea0aa warnings 2016-02-22 12:56:09 +00:00
Vítor Santos Costa
98bd9d7400 undefined predicate handling fixes
obey the flag
2016-02-22 12:55:05 +00:00
Vítor Santos Costa
c7049b5467 garbage collection 2016-02-21 19:22:45 +00:00
Vítor Santos Costa
405b20e8fa ugh 2016-02-21 19:15:24 +00:00
Vítor Santos Costa
28b1262455 ugh 2016-02-21 19:13:35 +00:00
Vítor Santos Costa
bd72ec8f50 typo 2016-02-21 19:09:25 +00:00
Vítor Santos Costa
f017f38dee move error handling to early on so as to get feedback on errors since bootstrap. 2016-02-21 19:09:10 +00:00
Vítor Santos Costa
d5862139c8 be more careful when to complain about redefining system press. 2016-02-21 19:07:14 +00:00
Vítor Santos Costa
f7d23f9deb Simplify Input/Output
get rid of string I/O, did not add much
getc is never actually used by Prolog
try to use system I/O, even if it may be slower, at least for now.
extend IO C-interface to allow reading clauses
2016-02-21 19:06:25 +00:00
Vítor Santos Costa
19cedad41d more to ignore 2016-02-21 11:33:08 +00:00
Vítor Santos Costa
20f639fe7b simple, small test for error_handling 2016-02-21 11:32:08 +00:00
Vítor Santos Costa
2cacf6f63a fix source regression 2016-02-21 11:31:27 +00:00
Vítor Santos Costa
8f9fa802a9 debugging and mode operator. 2016-02-21 11:31:06 +00:00
Vítor Santos Costa
1d76cfc7cb typo 2016-02-21 11:30:29 +00:00
Vítor Santos Costa
26013e2fb9 fix regress in style_check caused by bad argument to add clause 2016-02-21 11:30:13 +00:00
Vítor Santos Costa
504734c879 typo 2016-02-20 23:58:37 +00:00
Vítor Santos Costa
1c68deb663 dump stack on YAP bug (maybe extend to user foreign code). 2016-02-20 23:58:06 +00:00
Vítor Santos Costa
b7ee47ce46 facilitate peek processing when using system locale. 2016-02-20 21:50:06 +00:00
Vítor Santos Costa
ef06ebe698 fix missing var warning 2016-02-20 20:40:23 +00:00
vscosta
52d0a38f8f Merge pull request #13 from edmcman/master
Fix a typo.
2016-02-20 01:48:47 +00:00
vscosta
33ebe61371 Merge pull request #14 from logicmoo/pre_dicate_flags
- pre_dicate_flags + predicate_flags'
2016-02-20 01:47:20 +00:00
Vítor Santos Costa
88df20efca bug in scanning numbers 2016-02-20 01:45:55 +00:00
Vítor Santos Costa
eec32e698a stream_Property/2:
allow sp(X,Y), sp(u,Y), sp(X,t(Y))
 fix lines
2016-02-20 01:30:52 +00:00
DouglasRMiles
84b617314a - pre_dicate_flags + predicate_flags' 2016-02-19 13:41:17 -08:00
Edward J. Schwartz
12941d9b50 Fix a typo. 2016-02-19 15:46:20 -05:00
Vítor Santos Costa
bc71e54f20 encoding stuff 2016-02-19 19:36:11 +00:00
Vítor Santos Costa
b27c1964bf clean-up 2016-02-19 19:34:59 +00:00
Vítor Santos Costa
d8620c785e lucky this wasn't noticed 2016-02-19 19:31:58 +00:00
Vítor Santos Costa
efece26020 duplcated data is bad 2016-02-19 19:30:09 +00:00
Vítor Santos Costa
7b2ff0f16d fix regression in absf error messages. 2016-02-19 11:44:04 +00:00
Vítor Santos Costa
24bf4088d7 fix glob and multiple solutions support; hopefully the code is still readable. 2016-02-19 11:37:11 +00:00
Vítor Santos Costa
083d374e02 fix missing syntax errors regression :( 2016-02-19 11:34:48 +00:00
Vítor Santos Costa
ad91eb0ec9 fix regression: checking for EOT should first peek, and if happy consume the blank after the dot. 2016-02-18 22:10:40 +00:00
Vítor Santos Costa
091be7677a Merge branch 'master' of github.com:vscosta/yap-6.3 2016-02-18 19:48:17 +00:00