Vitor Santos Costa
54234c7e1d
fix C major issues
...
- use delays to implement setup_call
- fix user_* flag
- error handling i CXX should b local
- fix mess on how to call openQuert
- deter pt -> from a pointer to another one
- avoid text forms when you can use C: LOCLS to locals.h
- fux seto_call
- new gated call
- mem streams
2017-08-21 12:29:58 +01:00
Vitor Santos Costa
dac6dc7c22
replace cut_c by trail entries
2017-07-30 21:53:07 +01:00
Vitor Santos Costa
63a1957d8e
documentation.
2017-07-24 18:20:00 +01:00
Vitor Santos Costa
2ad3420fac
fixes
2017-06-05 13:06:12 +01:00
Vitor Santos Costa
83b137f117
docs
2017-05-02 04:07:23 +01:00
Vitor Santos Costa
7063641a5b
Merge /Users/vsc/yap-6.3
2017-04-08 11:53:14 +01:00
Vitor Santos Costa
4b350ccecc
jmp
2017-04-08 11:29:29 +01:00
Vitor Santos Costa
faf3c930c8
docs
2017-04-07 23:10:59 +01:00
Vitor Santos Costa
fddb79895d
fix prompting
2017-03-03 11:21:29 +00:00
Vitor Santos Costa
f7efff157b
tcflush
2017-03-02 22:01:32 +00: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
43d3579c57
python
2016-09-30 17:11:13 -05:00
Vitor Santos Costa
56b2f14a32
fix dup code in directive handling
2016-08-19 21:34:24 -05:00
Vitor Santos Costa
0029fdd0b4
warnings
2016-08-04 10:25:07 -05:00
Vitor Santos Costa
0dd5da91ca
fix use of pathconf
2016-08-02 18:25:39 -05:00
Vitor Santos Costa
9db06bcfe1
-B and fixes
2016-07-31 10:34:00 -05:00
Vitor Santos Costa
32743f3731
undef handler
2016-06-03 16:53:43 +01:00
Vitor Santos Costa
437a303681
modules and extra cut.
2016-05-19 13:38:54 +01:00
Vitor Santos Costa
9fcbfca1fa
Merge branch 'master' of github.com:vscosta/yap-6.3
2016-05-16 11:21:58 +01:00
Vitor Santos Costa
a72e66d2ae
protect against files that consult themselves
2016-05-16 09:22:03 +01:00
Vitor Santos Costa
52442e08ec
fix vanishing prompt
2016-05-14 11:29:50 +01:00
Vitor Santos Costa
c5323b2920
undef should not fail immediately: it needs to test for exports first
2016-05-12 11:42:22 +01:00
Vitor Santos Costa
516f89b76d
verbosity cleanup -- not finished yet
2016-05-10 15:44:28 +01:00
Vitor Santos Costa
e98c4c9f2a
start cleaning up message code
2016-05-10 15:23:22 +01:00
Vitor Santos Costa
f94bec3cfc
fix debugging sgs and repeated code.
2016-05-10 09:39:17 +01:00
Vitor Santos Costa
83a1269553
change bootstrap sequence to support -B and to allow booting from pl files
2016-05-10 08:33:44 +01:00
Vitor Santos Costa
61ba15fa3a
indenting
2016-04-28 14:58:56 +01:00
Vitor Santos Costa
6880fc20a6
win32
2016-04-18 13:37:31 +01:00
Vitor Santos Costa
1aa20e24b7
misc_bugs_when_compiling_problog
2016-04-14 12:00:09 +01:00
vscosta
4d3d9c408d
adds
2016-04-05 02:52:50 +01:00
Vítor Santos Costa
f3e8b8b3da
indenting; warning; exceptions; small fixes
2016-03-29 02:02:43 +01:00
Vítor Santos Costa
fdcc75d4ae
keep on simplifying modules
2016-03-05 12:36:54 +00:00
Vítor Santos Costa
2192f73b11
make it compile under MSN vc. Unfortunately it has a weird crash at boot :(
...
- Lots of indenting changes
- VC++ is strict with variadic macros
- VC++ does not accept unistd.h
- new interface for walltime
- VC++ does not seem to have support for integer overflow.
- VC++ defines YENV_REG?
- no access flags, x permissions ignored.
- new FindGMP supporting MPIR
- make horus optional (c++ is hard).
2016-02-28 19:32:55 +00:00
Vítor Santos Costa
34b731a4ae
operator support
2016-02-26 17:22:41 +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
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
2cacf6f63a
fix source regression
2016-02-21 11:31:27 +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'itor Santos Costa
ee0335124f
absolute_filename ^#%@%
2016-02-11 06:17:30 -08:00
Vítor Santos Costa
1f7608a735
cl
2016-01-31 10:45:00 +00:00
Vítor Santos Costa
828c2c9f6e
docs
2016-01-20 22:36:16 +00:00
Vítor Santos Costa
661f33ac7e
bug fices
2016-01-03 02:06:09 +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
d2ad352f78
The big module cleanup
...
meta.yap contains meta-expansion
new mod.yap contains module declarations
module.yap keeps the rest.
undefcode refers to meta expansion
lots of annoying little errors.
2015-12-15 09:01:44 +00:00
Vítor Santos Costa
ce8a19d381
Add documentation
2015-11-18 15:06:25 +00:00
Vitor Santos Costa
af67ebf5da
forget the past for now
2015-11-09 18:21:19 +00:00
Vítor Santos Costa
27bfbdc1be
improve prompt
2015-11-05 17:19:25 +00:00
Vítor Santos Costa
759ce13bbf
fix $VAR handling.
2015-10-22 12:01:54 +01:00
Vítor Santos Costa
e8bf2d4349
improve error handling
2015-09-29 23:49:03 +01:00
Vítor Santos Costa
4336b2ba88
Avoid complaining from strlen
...
`
2015-09-21 17:05:36 -05:00
Vítor Santos Costa
880a9989c3
small changes
2015-08-18 15:08:52 -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
78ed4c9e5e
debugging stuff
2015-07-22 19:31:03 -05:00
Vítor Santos Costa
1d6f9981e1
mkdir and small stuff
2015-07-06 12:04:42 +01:00
Vítor Santos Costa
b93f10fe07
flags, etc
2015-06-19 01:11:30 +01:00
Vítor Santos Costa
c3487d0fc0
tracking + flags
2015-06-19 01:09:54 +01:00
Vitor Santos Costa
ce84e60d08
cosmetic
2015-01-18 01:32:13 +00:00
Vitor Santos Costa
45e3711ca2
remove system mod
2015-01-16 20:42:52 -08:00
Vitor Santos Costa
8c605a65fe
ic_arith is not an actual module.w
2015-01-15 01:22:23 -08:00
Vítor Santos Costa
3164ed2d61
doc support
2015-01-04 23:58:23 +00:00
Vítor Santos Costa
15c79d8ecf
indentation
2014-12-14 11:45:42 +00:00
Vitor Santos Costa
ff977fbad8
cmake support: first cut from David Vaz work.i
2014-12-04 07:59:30 +00:00
vscosta
04b87d2414
does not need duplcated functionality
2014-11-10 01:54:50 +00:00
Vítor Santos Costa
c440ab239b
doc changes
2014-11-02 12:10:32 +00:00
Vítor Santos Costa
d40b9d1426
restore callable.
2014-10-20 09:20:56 +01:00
Vítor Santos Costa
6a32efe51a
fix \+((!,fail)).
2014-10-19 13:09:35 +01:00
Vítor Santos Costa
0cd0ece207
make error handling for callable more ISO like.
2014-10-19 12:48:14 +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
c95045e14c
improve support for floating point exceptions.
2014-10-14 01:13:31 +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
cff80914e4
handle modules in exporteed procedures.
2014-10-07 09:59:59 +01:00
Vítor Santos Costa
9f00389e52
keep three modules, just for imported stuff.
2014-10-05 23:53:05 +01:00
Vítor Santos Costa
48b1cf5d45
store away all directives we find.
2014-10-02 14:34:03 +01:00
Vítor Santos Costa
3009987985
update docs
2014-09-11 14:06:57 -05:00
Vítor Santos Costa
823175f50a
fix small bugs from changing style_check
2014-08-04 09:45:30 -05:00
Vítor Santos Costa
325c819f79
intermediate steo in improving doc system to doxygeb
2014-07-26 19:14:15 -05:00
Vítor Santos Costa
5b19ccf6a8
swig fixes for Android compatibility
2014-06-22 17:35:05 +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
a8c77d2609
fix string_concat/2
2014-04-09 12:39:29 +01:00
Vitor Santos Costa
cc84cd8cb5
check for mistypes
2014-04-06 17:05:17 +01:00
Vítor Santos Costa
a6cb6f6a25
paths are hard
2014-03-16 18:59:54 +00:00
Vitor Santos Costa
2c82906714
fix paths
2014-03-11 15:34:26 +00:00
Vitor Santos Costa
2c89aadb11
WIN64 support (sill needs improvement)
2014-03-06 02:09:48 +00:00
U-vsc-PC\vsc
f8f2376394
use iuse executable to handle cases hwere we may have different versions of YAP around.
2014-03-04 11:58:48 +00:00
Vítor Santos Costa
3da5cc5977
check libpthread in win32
2014-02-22 22:48:29 +00:00
Vítor Santos Costa
7b69d48afb
fix undefined CP and user:rl_add_history is a built-in.
2014-02-16 12:52:18 +00:00
Vítor Santos Costa
625c66015d
avoid factorized trouble
2014-02-14 22:44:55 +00:00
Vitor Santos Costa
ca0c43ba8d
module expansion, again
2014-02-09 10:47:44 +00:00
Vitor Santos Costa
d85dc3fd5c
factorized answer
2014-02-06 21:56:43 +00:00
Vitor Santos Costa
26c80b0624
use singletons option of read_term to implement singleton test
2014-01-06 22:17:42 +00:00
Vitor Santos Costa
2410cd3862
fixes to new signal handling/debugging code
2013-12-13 08:42:57 +00:00
Vitor Santos Costa
44d28aa0c9
cleanup on exception handling
2013-12-12 14:24:40 +00:00
Vítor Santos Costa
fba3c34e50
trace fixes
2013-12-11 09:34:43 +00:00
Vítor Santos Costa
ba2c0ca2a0
support no trace predicates
2013-12-11 01:05:51 +00:00
Vítor Santos Costa
e768a7e7be
small improvements to debugger, prolog mode and meta-call (*->)
2013-12-10 22:58:02 +00:00
Vítor Santos Costa
61d624e416
fix comment handling
2013-12-08 22:56:48 +00:00
Vítor Santos Costa
d7397b43af
new text conversion and string code (big changes, take care please)
2013-12-02 14:49:41 +00:00