Commit Graph

50 Commits

Author SHA1 Message Date
Vitor Santos Costa 98a5538f45 a question of size 2017-09-19 13:19:13 +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 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 8ad14f6765 fix prompting vs buffering outside readline 2017-07-30 22:23:16 +01:00
Vitor Santos Costa 963752fa9c Android support, 2017-07-25 01:10:44 +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 a53615ceaf python .h collision 2017-02-20 14:21:46 +00:00
Vitor Santos Costa 8a6de8b157 Merge ssh://ub64:/home/vitor/Yap/yap-6.3 2016-10-16 17:23:04 -05:00
Vitor Santos Costa ad5347257b avoid long vrs in error handling 2016-10-16 17:23:00 -05:00
Vitor Santos Costa 08dd1dcdb3 python 2016-10-16 17:18:51 -05:00
Vitor Santos Costa 339048c76b clean name on close 2016-08-05 16:44:38 -05:00
Vitor Santos Costa 304489c74f warnings and stream read wchar simplification 2016-08-01 19:17:56 -05:00
Vitor Santos Costa 84d5974cca Android support 2016-07-31 09:55:50 -05:00
Vitor Santos Costa 71c49f5063 memory leaks 2016-05-30 11:25:28 +01:00
Vitor Santos Costa c0db3d4e18 recover arg vector 2016-05-14 02:25:51 +01:00
Vitor Santos Costa 1aa20e24b7 misc_bugs_when_compiling_problog 2016-04-14 12:00:09 +01:00
Vitor Santos Costa 65f1cb9741 win64 support: encodings 2016-04-10 06:21:17 -07:00
vscosta 948c8e7cbb handle null pointers and memory streams 2016-04-08 01:18:28 -07:00
Vítor Santos Costa 2d8fdad839 highlighting 2016-03-30 01:27:54 +01:00
Vítor Santos Costa bac60d2d94 bad typo in bom 2016-03-06 01:09:02 +00:00
Vítor Santos Costa 87c58493d4 /fix stream_prop; indenting 2016-03-05 12:17:23 +00:00
Vítor Santos Costa 5a95c6bbc7 fix stream_property 2016-03-05 00:08:04 +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 588ef40a16 follow encoding directives 2016-02-22 12:57:46 +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 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 484168b1ce Fix encoding 2016-02-18 12:10:58 +00:00
V'itor Santos Costa ee0335124f absolute_filename ^#%@% 2016-02-11 06:17:30 -08:00
Vítor Santos Costa 06a2caf7a9 init fields
lots of docs, boolean -> booleanFlag
2016-01-31 10:39:15 +00:00
Vítor Santos Costa 713e9dc9d8 init 2016-01-04 15:12:44 +00:00
Vítor Santos Costa 50c8724322 linux backport
file exists system predicate
$source_file -> $user source
hide and make system preds
fix check_head_and_body
user_expansion never fails
goal expansion is controlled b dynamic procedure
add must_be_of_type predicate_indicator
fix neat_call, debug flag is user controlled
use simplecudd, not ptoblogbdd
compile all of myddas
fx junk in file_name
fix warnings
use common file opening struct and funds
avoid pairs module
fix db queues
2016-01-04 14:11:09 +00:00
Vítor Santos Costa 5ceb98bdf9 peek support 2015-12-15 09:14:15 +00:00
Vítor Santos Costa 5d5ac22834 add line_count/2 built-in 2015-11-13 13:21:45 +00:00
Vítor Santos Costa bd6ffb5d41 misc
make an extra flush at close, for luck
get rid of a p_
2015-11-05 16:52:22 +00:00
Vitor Santos Costa 7a70280940 unused vars and gcc warnings 2015-10-20 08:01:20 +01:00
Vítor Santos Costa fa738894a4 split ttys from other cases
also, get_wchar should be static
2015-10-08 11:28:28 +01:00
Vítor Santos Costa 1bbb761aec indent 2015-10-08 10:19:57 +01:00
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 c1b977b901 make sure we release streams lock!! 2015-10-05 10:37:23 +01:00
Vítor Santos Costa 9326b2ea62 locking and other small fixes 2015-09-29 23:44:11 +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 b164f53191 fix regression tests 2015-08-07 16:57:53 -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 33de6766a5 bootstrap 2015-07-06 12:03:16 +01:00
Vítor Santos Costa f5b50a4179 fix locks 2015-06-19 10:10:02 +01:00
Vítor Santos Costa 1c06bfdc05 cmake & text support 2015-06-19 01:30:13 +01:00
Vítor Santos Costa 4f8b6929b9 g;ue 2015-06-18 01:39:03 +01:00