Commit Graph

445 Commits

Author SHA1 Message Date
Vítor Santos Costa
b3cc23ce64 IO patches
simplify error handling
use get and inject
use wide support in OS
be stricter in checkin streams and arguments
2015-10-08 02:23:45 +01:00
Vítor Santos Costa
34fe3e6ded Error Handler 2015-09-29 23:43:02 +01:00
Vítor Santos Costa
b871f6676e fix error handling 2015-09-25 10:57:26 +01:00
Vítor Santos Costa
4336b2ba88 Avoid complaining from strlen
`
2015-09-21 17:05:36 -05:00
Vítor Santos Costa
bb68d19d39 remove automatically generated atom terms 2015-08-18 14:38:36 -05:00
Vítor Santos Costa
7c0ce9ee7e Generate automatically TermAtom from AtomAtom, and remove th ones
created manually.
2015-08-18 14:36:10 -05:00
Vítor Santos Costa
b164f53191 fix regression tests 2015-08-07 16:57:53 -05:00
Vítor Santos Costa
dbdae6a930 syntax error handling 2015-07-27 22:22:44 -05:00
Vítor Santos Costa
f3b84af062 bunch of fixes for YAP's own IO 2015-07-22 19:33:30 -05:00
Vítor Santos Costa
91d6faabc1 new atoms ] 2015-07-22 19:32:12 -05:00
Vítor Santos Costa
1d6f9981e1 mkdir and small stuff 2015-07-06 12:04:42 +01:00
Vítor Santos Costa
5746edafaf new atoms, terms and slight functionality 2015-06-19 00:56:24 +01:00
Vítor Santos Costa
ef586e264e android debugging plus clean-ups 2015-04-13 13:28:17 +01:00
Vitor Santos Costa
cd45c04514 improve mkandroid 2015-03-28 20:13:52 +00:00
Vítor Santos Costa
4eeacd8b7b compile myddas interface to sqlite 2015-03-23 07:27:10 +00:00
Vítor Santos Costa
26b3cb5bb7 use 4.4 for android 2015-03-04 10:03:25 +00:00
Vítor Santos Costa
8ea17007f0 make var names available as a global var 2015-03-04 09:46:55 +00:00
Vítor Santos Costa
2ebf6a5f0e android's target 2015-02-17 20:28:05 +00:00
Vitor Santos Costa
888a58b715 script improvements 2015-02-09 10:32:17 +00:00
Vítor Santos Costa
ba978d8275 just in time native code: now compiles by doing cmake; make.
no workie in this version, though :)
2015-02-06 18:11:52 +00:00
Vitor Santos Costa
36e4cbf98b move handles to a separate handle stack. 2015-01-30 07:25:34 +00:00
Vítor Santos Costa
bc1e70758e cmake and jit 2015-01-26 04:02:46 +00:00
Vítor Santos Costa
bece9d05d8 JIT 2015-01-20 03:00:42 +00:00
Vitor Santos Costa
5053cfb571 fix recent typos 2015-01-05 12:21:58 +00:00
Vítor Santos Costa
3164ed2d61 doc support 2015-01-04 23:58:23 +00:00
Vítor Santos Costa
53877ad426 docs 2014-12-24 15:32:29 +00:00
Vítor Santos Costa
90feb7f9f8 cmake support 2014-12-14 12:05:43 +00:00
Vítor Santos Costa
bed14749f8 use const char * 2014-12-14 11:49:51 +00:00
Vitor Santos Costa
ff977fbad8 cmake support: first cut from David Vaz work.i 2014-12-04 07:59:30 +00:00
Vítor Santos Costa
d526545bc9 Merge branch 'master' of github.com:vscosta/yap-6.3
Conflicts:
	C/sysbits.c
	C/threads.c
2014-11-27 15:15:22 +00:00
Vítor Santos Costa
a83ff038f4 Mutex stuff movibg to C 2014-11-27 10:02:04 +00:00
Vítor Santos Costa
bb8ea9a27d fix current and system predicate 2014-11-25 12:03:48 +00:00
vscosta
9868abab6c improvements 2014-11-09 12:08:23 +00:00
vscosta
2870395627 windows support 2014-11-09 11:18:33 +00:00
vscosta
10e1080ddd keep on improving the script 2014-11-05 07:47:43 +00:00
vscosta
ff761c4196 document prolog commons directory 2014-11-05 07:47:10 +00:00
vscosta
c633eac236 avoid using registry, clean-up 2014-11-05 07:45:36 +00:00
vscosta
fdadf7d477 improved windows compilation script 2014-11-04 01:51:50 +00:00
vscosta
58734fe2e7 win32 support
- support for win graphic console
- correct versioning
- document mkwin script
2014-11-04 01:27:58 +00:00
Vítor Santos Costa
83a34ad849 fix var 2014-11-03 00:43:19 +00:00
vscosta
c7a3836b2c WIN32 support
Ugh
2014-11-03 00:13:34 +00:00
vscosta
84c763b4b4 Fix merge
get corrected indent
2014-10-30 16:38:24 +00:00
vscosta
0f87d6a5f0 improve mkwin script 2014-10-30 07:47:16 +00:00
Vítor Santos Costa
546af97345 win32 patches 2014-10-28 12:56:26 +00:00
Vitor Santos Costa
f7fe32a03c fix win32 warnings: unsigned long != CELL, IOSTREAM with sace restore, _ffsll and _isatty, fp patches 2014-10-24 15:18:32 +01:00
Vitor Santos Costa
d2984b6548 reimplement portray 2014-10-23 01:21:22 +01:00
Vitor Santos Costa
a4081673e5 fix indexing on dynamics (bug introduced when fixing MT code). 2014-10-20 23:47:33 +01:00
Vitor Santos Costa
1bb12cbc35 second try to fix error handling in arithmetic expressions. THis time:
- exit at predicate end;
- just return first on multiple erors.
- YapArithError takes care of inner errors, Yp_EvalError fixes externals.
- a few ISO stuff to make Paulo's unit tests go happier.
2014-10-16 10:49:11 +01:00
Vítor Santos Costa
8576e67d84 generate exceptions on arithmetic errors 2014-10-15 11:06:07 +01:00
Vítor Santos Costa
a5d0b41f3b fix file filter breakage 2014-10-15 01:51:09 +01:00
Vítor Santos Costa
186adc2053 More thread fixes, including true anonymous mqueues, worker_id for sequential,
support for arithmetic exceptions on mac, fixes for with_mutex, fixes for dangling pointers
 in thread termination. Uuufff...
2014-10-14 15:53:24 +01:00
Vítor Santos Costa
3c7779ec78 move message queues to C 2014-10-13 12:34:52 +01:00
Vitor Santos Costa
f6bcb22b7c fix undefined procedures to allow hooks as before. 2014-10-10 10:00:27 +01:00
Vítor Santos Costa
e22b2febf4 update too change in library(lineutils). 2014-10-02 14:19:53 +01:00
Vítor Santos Costa
349f2898df small fixes 2014-09-22 18:07:07 +01:00
Vítor Santos Costa
8eec3113be improve docs 2014-09-15 03:13:50 -05:00
Vítor Santos Costa
882eaca30c updates to documentation 2014-09-12 18:50:04 -05:00
Vítor Santos Costa
3009987985 update docs 2014-09-11 14:06:57 -05:00
Vítor Santos Costa
19c247accd doc work 2014-09-10 00:39:38 -05:00
Vítor Santos Costa
cd8dd56b9e write comment handling 2014-09-08 17:16:49 -05:00
Vítor Santos Costa
99713d81a6 replace locks by critical sections in interrupt handling 2014-09-02 14:19:23 -05:00
Vítor Santos Costa
19d0f56f2d fix arena initialization 2014-08-23 14:47:40 -05:00
Vítor Santos Costa
f68b32770b analysis changes 2014-08-21 10:32:23 -05:00
Vítor Santos Costa
0f1b47f860 keep on working. 2014-08-20 09:58:06 -05:00
Vítor Santos Costa
55910b4610 stuff 2014-08-17 15:33:57 -05:00
Vítor Santos Costa
f09e115106 progress with sysgraph. 2014-08-07 20:36:55 -05:00
Vitor Santos Costa
3d0f7e2582 fix loop 2014-08-06 20:03:13 -05:00
Vítor Santos Costa
125e676b64 men at work 2014-08-06 10:25:30 -05:00
Vítor Santos Costa
e431aa14fc more fixes, not quite there 2014-08-05 09:07:05 -05:00
Vítor Santos Costa
45c0671fa2 support open as script option, to avoid spurious warning message 2014-08-05 09:06:35 -05:00
Vitor Santos Costa
63d2f0f57e small fixes. 2014-08-04 21:30:41 -05:00
Vítor Santos Costa
a70da52e1f make sysgraph better 2014-08-04 09:46:21 -05:00
Vítor Santos Costa
2becb15578 more android support changes. 2014-07-16 11:56:09 -05:00
Vítor Santos Costa
6ba88f8cc0 fix paths and introduce exceptions in SWIG and android yap 2014-07-15 00:54:45 -05:00
Vitor Santos Costa
0be1e7def1 improve script portability 2014-07-13 23:47:30 -05:00
Vítor Santos Costa
04092424bf rename android compilation 2014-07-09 23:28:10 -05:00
Vítor Santos Costa
77c51f476f support doxy step 1 2014-07-08 15:00:58 +01:00
Vítor Santos Costa
5b19ccf6a8 swig fixes for Android compatibility 2014-06-22 17:35:05 +01:00
Vitor Santos Costa
1f301ded89 fixes for Android compilation 2014-06-20 20:01:56 +01:00
Vítor Santos Costa
d894bf23d0 android compilation script 2014-06-20 11:15:44 +01:00
Vítor Santos Costa
74a65633d8 fix duplicated system predicate + android related cleanups 2014-06-20 11:13:39 +01:00
Vítor Santos Costa
059884bc03 Android 2014-06-11 19:36:50 +01:00
Vítor Santos Costa
a76b6d23dc Fix: eclipse >u. into >y_u. 2014-05-30 01:06:09 +01:00
Andreas Becker
3339d9cfa5 Fix: Make Windows installation scripts that install in user space. 2014-05-29 11:41:39 +02:00
Vítor Santos Costa
d8f4a77f47 fix style_check to be called at parse-time and not cause eexcution overheads. 2014-04-24 08:26:31 +01:00
Vítor Santos Costa
f1951777b7 fix checker to use read for singleton variables, instead of always computing
them.
2014-04-23 21:39:32 +01:00
Vítor Santos Costa
c629ae9283 doc updates 2014-04-09 12:39:52 +01:00
Vitor Santos Costa
8b9da05d66 check system files 2014-04-06 17:07:36 +01:00
Vitor Santos Costa
39d237de04 more humnan interface 2014-03-15 23:02:09 +00:00
Vítor Santos Costa
b815e64740 README -> add TXT file. 2014-03-11 11:24:10 +00:00
Vitor Santos Costa
e97bac6548 fix compilation in win:32 and 64 bits 2014-03-10 07:12:15 +00:00
Vitor Santos Costa
f257efc2ef without threads 2014-03-06 14:07:33 +00:00
Vitor Santos Costa
47d436fc13 WIN32 with threads 2014-03-06 13:34:35 +00:00
Vitor Santos Costa
386e15c425 more updates 2014-03-06 12:32:41 +00:00
Vitor Santos Costa
e2c44e492f fix paths 2014-03-06 02:20:58 +00:00
Vitor Santos Costa
2c89aadb11 WIN64 support (sill needs improvement) 2014-03-06 02:09:48 +00:00
Vitor Santos Costa
49d643d98f script for compilation 2014-03-06 02:04:21 +00:00
U-vsc-PC\vsc
93c84b4ace remember how to compile under win 2014-02-26 22:16:52 +00:00
U-vsc-PC\vsc
d4b6bc58d5 initial icons 2014-02-26 22:16:28 +00:00
Vítor Santos Costa
6bde2d2cd7 avoid unions called u: they confuse eclipse. 2014-02-18 09:44:01 +00:00