81ee7099d2statistics/0 should also show maximum heap spent.
vsc
2002-12-11 14:56:09 +00:00
6014cd75cainitial support for vc++
vsc
2002-12-10 19:09:50 +00:00
696fdc338bstart working on configure support for vc WIN should always disable buffering on stderr fix some warnings in ypsocks do some cleanups in save.c
vsc
2002-12-10 19:08:25 +00:00
052a52f04foops, left a line in docs for eraseall/1.
vsc
2002-12-02 18:15:14 +00:00
d3dc039ddcfix documentation for eraseall
vsc
2002-12-02 18:12:58 +00:00
4238da327d\+,not and | should be module processed in the same way as -> ; and ,
vsc
2002-12-02 18:08:25 +00:00
5b2faebb9dYapor and normal system use same or_last
vsc
2002-12-01 04:14:41 +00:00
28ec10b764meta-call should not have choice-points when co-routyining starts. This happened because of ; Thanks to Patrick Caldron.
vsc
2002-11-26 23:00:32 +00:00
81716ef31fWIN32 support updates and some fixes.
vsc
2002-11-12 19:53:52 +00:00
9cfd0deeaball global symbols should now start with _YAP add the T formatting control sequence for debugging the internal representation of terms
stasinos
2002-11-12 10:29:31 +00:00
9d4712b400all global symbols should now start with _YAP
stasinos
2002-11-12 10:25:11 +00:00
0b562d3e2dupdates to configure
vsc
2002-11-12 04:36:59 +00:00
99c2029cdcsupport for inlines.o
vsc
2002-11-12 04:36:05 +00:00
6c626484f0fix module stuff (at last) debugger should call goal_expansion in spycalls.
vsc
2002-11-12 00:33:48 +00:00
9875d2ed7cadd maximum limit to how much we can dump on stack error.
vsc
2002-11-11 19:48:07 +00:00
8c8a7c02eemove inline callables to their own space.
vsc
2002-11-11 17:40:31 +00:00
7b2c4dc6ffall global symbols should now start with _YAP global functions should not be called from within file (bug in binutils/WIN32).
vsc
2002-11-11 17:38:10 +00:00
932a850d5eAdded note on updated Logtalk version (2.14.4).
pmoura
2002-11-05 23:59:46 +00:00
7be5341ee0don't show inner preds in stack dump. debugger should never show (a,b).
vsc
2002-11-05 19:14:42 +00:00
ab4168aff5use MPI_Probe() instead of two send/receives, simplify mpi_parse()
stasinos
2002-11-05 11:14:08 +00:00
33a7448b24work around a possible redhat+MPICH bug
stasinos
2002-10-31 11:13:21 +00:00
a282a4e7c1get rid of annoying debugging message.
vsc
2002-10-31 00:32:08 +00:00
e7a8249e02search for trail fault was broken.
vsc
2002-10-30 20:30:16 +00:00
bbeb11f0d0oops, -l was broken.
vsc
2002-10-30 20:23:27 +00:00
8ac94c1d88cleanup restore: use same code for check_saved_state and for actual restore, tell exact path of file, try several files even if first one is corrupt.
vsc
2002-10-30 17:27:19 +00:00
6d8c592775fix garbage collection for delays (report from Bart Demoen).
vsc
2002-10-29 17:23:32 +00:00
ace4b58e5bfix overflow bugs in parser and scanner: check if we have space before we start writing\!
stasinos
2002-10-29 14:02:43 +00:00
ea76f86890If parser overflows in local stack, expand global with scanned terms.
stasinos
2002-10-29 13:58:21 +00:00
6a4f06cde6don't forget that gc may not give you all the space you want the first time: stdpreds.c
vsc
2002-10-29 04:19:09 +00:00
4a71cbda80fix retry_head to work correctly if the argument is dereferenced.
vsc
2002-10-17 00:48:52 +00:00
153b2cb2a3YAP would break when gc was called from portray: always save arguments before calling plwrite with possible portray only do it for portray because plwrite may be called from unsafe environments make Slot machinery mainstream.
vsc
2002-10-17 00:05:29 +00:00
78923655b5dynamic predicates with no clauses are not undefined, so they should not point at UNDEFCODE but at FAIL_CODE
vsc
2002-10-14 16:25:38 +00:00
ca930d6321improve docs on current module a little bit
vsc
2002-10-14 16:22:33 +00:00
efc7c1c5a6Christian patches for call_cleanup and documentation.
vsc
2002-10-11 03:39:11 +00:00
523fae9544stack overflow patches: process overflows as high-level as possible; introduce overflow related errors ExpandWorkSpace should never call Error: use ErrorMessage instead, format_putc should never release memory, causes memory corruption, Linux does not like MAP_FIXED, it can overwrite the actual program code. condor: twick configure to disable readline with condor. ----------------------------------------------------------------------
vsc
2002-10-10 05:58:49 +00:00
3e662aca31adjust HeapTop in save.
vsc
2002-10-09 04:26:48 +00:00