Commit Graph

9150 Commits

Author SHA1 Message Date
Vitor Santos Costa
fdc01b0c27 readline handling 2016-06-17 17:09:57 +01:00
Vitor Santos Costa
8d126b7de6 bootstrap right 2016-06-17 17:09:11 +01:00
Vitor Santos Costa
a94260bd33 bootstrap right 2016-06-17 17:09:00 +01:00
Vitor Santos Costa
dc2ed1bea8 bootstrap right 2016-06-17 17:08:21 +01:00
Vitor Santos Costa
b2fe557503 garbagee 2016-06-17 17:07:26 +01:00
Vitor Santos Costa
710ca208d2 avoid messing with stream 1 2016-06-17 17:06:19 +01:00
Vitor Santos Costa
735ccca095 better supprt for python/ANdroid 2016-06-17 17:04:41 +01:00
Vitor Santos Costa
79d40f57b1 Android &&VFS 2016-06-17 16:44:14 +01:00
Vitor Santos Costa
647ebac5e4 Android && avoid mem size trouble 2016-06-17 16:42:26 +01:00
Vitor Santos Costa
3c28902ec5 basic documentation 2016-06-17 16:38:47 +01:00
Vitor Santos Costa
3dfab64306 trace in Android 2016-06-17 16:35:38 +01:00
Vitor Santos Costa
72f72929d3 fix unused mcros 2016-06-17 16:34:37 +01:00
Vitor Santos Costa
0007cb896b print predicate indicator 2016-06-17 16:29:23 +01:00
Vitor Santos Costa
8f489b0799 null pointer in errorr handling 2016-06-17 16:27:56 +01:00
Vitor Santos Costa
57161d83f4 compilation complaints on dead code 2016-06-17 16:26:58 +01:00
Vitor Santos Costa
a1ec5e6198 boot flags update. 2016-06-17 16:25:43 +01:00
Vitor Santos Costa
730259d47e true vs TRUE 2016-06-17 16:20:10 +01:00
Vitor Santos Costa
5c83d305fc reorder init to handle possible overflows 2016-06-17 16:13:15 +01:00
Vitor Santos Costa
899e892aef call readline at the right time 2016-06-17 16:07:45 +01:00
Vitor Santos Costa
807cca51ec Add routine to output a directory in a string. 2016-06-17 16:04:33 +01:00
Vitor Santos Costa
da6d41433f Support for booting when YAP is called from a generic app
- ensure pl boot works
- ensure yap is initialed before user code is called
- cleanup code to use file status
2016-06-17 16:02:36 +01:00
Vitor Santos Costa
a7720d42ed YAPDroid project: use the latest Android SDK 2016-06-17 15:52:07 +01:00
Vitor Santos Costa
a1a4ac9d0b fix dlmalloc 2016-06-17 15:50:04 +01:00
Vitor Santos Costa
e6bbcc566c bad flag usage 2016-06-17 15:49:08 +01:00
Vitor Santos Costa
7278d9ee0e fix tab/1 2016-06-07 10:29:46 +01:00
Vitor Santos Costa
8e5352bc03 fix EOF 2016-06-07 10:28:42 +01:00
Vitor Santos Costa
ba78620e34 paths vs cuutil 2016-06-05 00:01:23 +01:00
Vitor Santos Costa
42347585d3 fix warning 2016-06-04 23:59:14 +01:00
Vitor Santos Costa
b2cec5467c Boot fixes. 2016-06-04 23:19:49 +01:00
Vitor Santos Costa
3c91e1c9a0 add missing atom nodes to previous patch 2016-06-04 22:25:36 +01:00
Vitor Santos Costa
0069222b75 Merge branch 'master' of https://github.com/vscosta/yap-6.3 2016-06-04 22:24:38 +01:00
Vitor Santos Costa
00cfb6e432 Merge branch 'josephnunn-merge' 2016-06-04 22:24:16 +01:00
Vitor Santos Costa
67c4e14318 Merge branch 'josephnunn' of https://github.com/josephnunn/yap-6.3 into josephnunn-merge 2016-06-04 22:19:29 +01:00
Vitor Santos Costa
8bb7aaad92 fix android chnages. 2016-06-04 22:18:08 +01:00
Vitor Santos Costa
f905e4d297 "undefp_handler: This little piggy went away". 2016-06-04 22:12:30 +01:00
Vitor Santos Costa
67aba666c6 rely on Android version. 2016-06-04 22:11:52 +01:00
Vitor Santos Costa
99b3d0db99 android 2016-06-03 17:05:18 +01:00
Vitor Santos Costa
31abcd01c3 Merge branch 'master' of github.com:vscosta/yap-6.3 2016-06-03 16:55:19 +01:00
Vitor Santos Costa
52801b660f checker fixes 2016-06-03 16:54:17 +01:00
Vitor Santos Costa
32743f3731 undef handler 2016-06-03 16:53:43 +01:00
Vitor Santos Costa
8ce16f64d9 learn again 2016-06-03 16:23:28 +01:00
Vitor Santos Costa
79e6e3fcc1 fix is_abs_path 2016-06-02 12:49:06 +01:00
Vitor Santos Costa
0779639baf fix overwite 2016-06-02 12:47:36 +01:00
Vitor Santos Costa
e441f30c4c android support 2016-06-02 11:52:22 +01:00
Vitor Santos Costa
dce28a774e fixes in simplecudd & lbdd 2016-06-02 10:54:08 +01:00
Vitor Santos Costa
5fd4413ffd fixes in simplecudd & lbdd 2016-06-02 10:53:36 +01:00
Vitor Santos Costa
f7c3aef830 don't blow up with bad modules 2016-06-02 10:52:06 +01:00
Vitor Santos Costa
66709db4bb don't blow up with bad modules 2016-06-02 10:51:36 +01:00
Joseph Lee Nunn III
de693e2095 Fixed no rule for target bug, Cleaned up INSTALL.md compile instr.
Project would not build with error: [ 64%] Built target libYap
Scanning dependencies of target yap-bin
make[2]: *** No rule to make target `CMakeFiles/yap-bin.dir/build'.
Stop.
make[1]: *** [CMakeFiles/yap-bin.dir/all] Error 2
make: *** [all] Error 2

Cleaned up compilation instructions in INSTALL.md & added special
advice for OSX.
2016-05-31 14:47:10 -07:00
Vitor Santos Costa
d0658b7b53 android left-overs 2016-05-31 19:28:29 +01:00