Commit Graph

190 Commits

Author SHA1 Message Date
Vitor Santos Costa c91faf8bc3 fix tracing of functor/ arg
fix leaks in Malloc
handle overfows in globals.
2019-05-02 20:51:46 +01:00
Vitor Santos Costa 6a65977b0f reuse buffer 2019-04-20 12:49:35 +01:00
Vitor Santos Costa 21ff73dd70 modules 2019-03-04 15:49:53 +00:00
Vitor Santos Costa 670c2cbf13 errors 2018-10-29 10:42:36 +00:00
Vitor Santos Costa e2a46cf423 droid 2018-07-03 00:08:19 +01:00
Vitor Santos Costa ca814eef07 Merge ../YAPDroid/yap 2018-06-15 14:05:43 +01:00
Vítor Santos Costa 67a88a196d numbers
docs
2018-05-16 00:00:12 +01:00
Vitor Santos Costa 65fa980773 error propagation 2018-05-14 16:03:02 +01:00
Vitor Santos Costa df961cbd62 fix errors, goes òn.
fix overflow detection by using clang/gcc buit-ins..
2018-04-14 16:25:29 +01:00
Vitor Santos Costa f798372fb1 simplify boot
rename boot vars for consistency
small fixes
2018-02-23 14:07:21 +00:00
Vitor Santos Costa 1cdd8a482b virtual_dir -> GLOBAL_dir
android ckf
2018-02-22 08:18:45 +00:00
Vitor Santos Costa bdc9e7005d scanner fixes
-> vs !
error handling
2018-02-21 13:02:20 +00:00
Vitor Santos Costa fe496e840d android 2018-02-14 00:13:13 +00:00
Vitor Santos Costa 9fce1e9ba2 bootstrapping 2018-01-22 13:53:17 +00:00
Vitor Santos Costa fdf7bb516f fix 2018-01-19 14:38:26 +00:00
Vitor Santos Costa 4c25aa21c5 boot 2018-01-18 14:47:27 +00:00
Vitor Santos Costa 9c862c21bc jupyter 2018-01-05 16:57:38 +00:00
Vitor Santos Costa 3688819ea2 iandroid 2017-11-29 13:47:57 +00:00
Vitor Santos Costa a40fbe420f memory mgmt 2017-09-23 02:17:55 +01:00
Vitor Santos Costa a115024aee Merge http://www.github.com/vscosta/yap-6.3 2017-09-03 10:49:16 +01:00
Vitor Santos Costa ce61f810c2 overflow in string 2017-08-27 22:17:00 +01:00
Vitor Santos Costa 963752fa9c Android support, 2017-07-25 01:10:44 +01:00
Vitor Santos Costa 70232133cc docs 2017-04-13 21:42:34 +01:00
Vitor Santos Costa a53615ceaf python .h collision 2017-02-20 14:21:46 +00:00
Vitor Santos Costa cacdd173b5 fix error msg 2016-12-16 03:40:37 -06:00
Vitor Santos Costa 4f423dc16a small bugs, especiall in error processing 2016-12-05 14:50:04 -06:00
Vitor Santos Costa b03e0634c7 fixes + win64 2016-11-08 01:37:36 -06:00
Vitor Santos Costa 46a9d52d2d Memory management and UTF-8 for all fixes 2016-11-04 11:36:48 -05:00
Vitor Santos Costa 02e0e50915 Merge ssh://192.168.66.221/~vitor/Yap/yap-6.3 2016-11-02 00:16:36 -05:00
Vitor Santos Costa d082af605d less invasive error handling 2016-10-19 22:44:59 -05:00
Vitor Santos Costa 558c3eb35b fix warnings 2016-10-16 13:15:14 -05:00
Vitor Santos Costa 676582fe4f android and python updates 2016-08-23 17:28:23 -05:00
Vitor Santos Costa b218af8f1b debugging stuff 2016-08-19 21:37:02 -05:00
Vitor Santos Costa 2726fb279c fix get_num 2016-08-15 23:42:49 -05:00
Vitor Santos Costa eb54e3e052 simplify text code by just using UF8 and allocating in trail 2016-08-15 14:54:46 -05:00
Vitor Santos Costa 70061308ff make modules remember which operators they ever defined.
Make modules import operators from other modules
2016-04-28 15:01:16 +01:00
Vitor Santos Costa f039a5d688 fix .% 2016-04-26 15:26:35 +01:00
Vitor Santos Costa f966a5b912 Fixes for processing write to buffer: should b more robust, but we still may have memory leaks 2016-04-22 18:19:58 +01:00
Vitor Santos Costa 65f1cb9741 win64 support: encodings 2016-04-10 06:21:17 -07:00
Vítor Santos Costa 6f1b5fbef9 thread compilation 2016-02-22 13:01:09 +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
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 484168b1ce Fix encoding 2016-02-18 12:10:58 +00:00
Vítor Santos Costa 92cb3e34eb don't consume char after '.', do peek instead.
early errors should leave early.
2016-02-14 04:11:55 +00:00
V'itor Santos Costa 74b2b5561d - add debugging code to memory allocation
= atom to number: cleanup function name as this is more than just supporting SWI
- SrcMask only applies to rules.
- add auxiliary type/error function
- fix typos
- fix enumeration mode in current_flag
- get rid of TrueName routines, use AbsoluteFileName instead.
- detail synatx error source
2016-02-11 06:03:33 -08:00
Vítor Santos Costa fbf0c6bd0d cleanups on error handling and fix EOF. 2016-01-31 10:19:08 +00:00
Vítor Santos Costa f6a6c9deb6 last 2016-01-08 20:43:14 +00:00
Vítor Santos Costa 15404b3835 small
- do not call goal expansion on meta-calls (that is done by undef).
- docs updates
- fix init code
2015-12-15 09:28:43 +00:00
Vítor Santos Costa bc8541666a init spelling 2015-11-05 15:28:39 +00:00