Commit Graph

  • 481d9d38fb don't get confused when expanding over a hole vsc 2004-11-17 05:24:20 +00:00
  • 5f5589e8de Logtalk 2.21.6 files. pmoura 2004-11-16 19:37:30 +00:00
  • 11ba3273da more bug fixes for CLP(BN) Allow debugging of system procedures if written in Prolog. vsc 2004-11-16 16:38:09 +00:00
  • 6edf6f1dd3 fix DCGs to be closer to standard. vsc 2004-11-05 03:03:54 +00:00
  • 6853d8eecd don't ever use memory that has been freed (that was done by LU). generic fixes for WIN32 libraries vsc 2004-11-04 18:22:36 +00:00
  • 20dcf89f9a Logtalk 2.21.5 files. pmoura 2004-11-03 00:13:01 +00:00
  • 91d385147e ensure_loaded would never again reconsult a file, even if the file had been changed meanwhile. vsc 2004-11-01 15:54:01 +00:00
  • 33207cac91 fix bug in handling Yap heap overflow while adding new clause. vsc 2004-10-31 02:18:04 +00:00
  • 2dfdca263d Use Doug Lea's malloc as an alternative to YAP's standard malloc don't use TR directly in scanner/parser, this avoids trouble with ^C while consulting large files. pass gcc -mno-cygwin to library compilation in cygwin environment (cygwin should compile out of the box now). vsc 2004-10-28 20:12:23 +00:00
  • f267e74737 bug fixes on memory overflows and on clauses :- fail being ignored by clause. vsc 2004-10-27 15:56:34 +00:00
  • bc194d7fcc Logtalk 2.21.4 files. pmoura 2004-10-26 20:59:29 +00:00
  • 3de4d0c6a5 More bug fixes for overflow handling vsc 2004-10-26 20:16:18 +00:00
  • c3e3a72583 Logtalk 2.21.3 files. pmoura 2004-10-25 11:13:58 +00:00
  • 8e92ce869f bug fixes vsc 2004-10-22 16:53:20 +00:00
  • eb05d95935 Logtalk 2.21.2 files. pmoura 2004-10-17 22:37:16 +00:00
  • ac9770bdf3 don't use a cached version of ARG1 in choice-points vsc 2004-10-14 22:14:53 +00:00
  • 8eb4718654 Yap would only compile under coroutining vsc 2004-10-10 00:23:54 +00:00
  • 90db51f867 fixes for better signal handling vsc 2004-10-08 17:20:03 +00:00
  • f72b3ad98e fix error messages from format vsc 2004-10-07 01:42:46 +00:00
  • 2ad440faf5 fix ref to clauses from MegaClauses vsc 2004-10-06 21:15:49 +00:00
  • 7efbf340a5 fix compilation problems in garbage collector vsc 2004-10-06 19:40:22 +00:00
  • ac2a3b01af change configure to support big mem configs get rid of extra globals fix trouble with multifile preds vsc 2004-10-06 16:55:48 +00:00
  • 62354231b0 fixes for thread support fix indexing bug (serious) vsc 2004-10-04 18:56:20 +00:00
  • 2c91ebc7bc fixes for thread support vsc 2004-09-30 21:37:41 +00:00
  • 3ab3fb59cc always compile files even if they are not going to be used vsc 2004-09-30 21:16:20 +00:00
  • fd95dab3a7 Logtalk 2.21.1 files. pmoura 2004-09-30 20:28:42 +00:00
  • e588c9972a don't make GC_NO_TAGS default. vsc 2004-09-30 19:52:55 +00:00
  • 8eb1d2f7b9 fix overflow from within clause/2 vsc 2004-09-30 19:51:54 +00:00
  • 6e0defe923 bug in dbref arrays with log updates vsc 2004-09-28 18:37:05 +00:00
  • 40a39a79b1 Mega clauses Fixes to sizeof(expand_clauses) which was being overestimated Fixes to profiling+indexing Fixes to reallocation of memory after restoring Make sure all clauses, even for C, end in _Ystop Don't reuse space for Streams Fix Stream_F on StreaNo+1 vsc 2004-09-27 20:45:04 +00:00
  • b3c813bfee get rid of stupid debugging message vsc 2004-09-20 04:17:12 +00:00
  • 09293baa7c fix saved state bug with comparison predicates vsc 2004-09-20 04:16:33 +00:00
  • 2e2df1a64f IsUnboundVar should check addresses vsc 2004-09-18 14:03:42 +00:00
  • 2144835fe5 get rid of debugging info vsc 2004-09-18 02:19:09 +00:00
  • e295016899 make sure garbage collector doesn't confused with overwrites in attvars vsc 2004-09-17 21:22:32 +00:00
  • bb2cb9e9f8 fix some overflows recorded. vsc 2004-09-17 20:47:35 +00:00
  • 0de365678a simplify frozen/2 vsc 2004-09-17 19:34:53 +00:00
  • 3d308525e0 garbage collection fixes vsc 2004-09-16 17:29:08 +00:00
  • 921e576877 Logtalk 2.21.0 files. pmoura 2004-09-14 23:11:12 +00:00
  • 70f9c1176d make sure that condor version always grows trail! vsc 2004-09-14 03:30:06 +00:00
  • 7e9c32fd52 fix numbervars to number atts vsc 2004-09-13 21:20:01 +00:00
  • 8402df6bb2 more constraint simplifications vsc 2004-09-13 21:19:14 +00:00
  • 6b43be23cf growatomtable should not test for HeapTop if using standard malloc. vsc 2004-09-13 21:18:35 +00:00
  • e47679aa01 don't allow defining as dynamic a predicate which already has clauses. vsc 2004-09-10 21:04:46 +00:00
  • 27a98ecdde add attvar/1 to system. sort before printing attributed variables to get rid of duplicates. vsc 2004-09-10 20:18:01 +00:00
  • c042f13930 more fixes for overflows in copy_term with attributed variables (not necessarily). vsc 2004-09-09 20:00:59 +00:00
  • 3c44b02093 alwas make sure you are looking at a variable before checking IsUnboundVar vsc 2004-09-08 19:06:57 +00:00
  • 6a4d9ef41a fix correctly the bug in coroutining: Yap should join the two goals. vsc 2004-09-08 18:09:26 +00:00
  • ab7489b93d source: a(X) :- true is a fact! fix use of value after possible overflow in IPred vsc 2004-09-08 17:56:48 +00:00
  • a9d6944b17 freeze was not ready for the case when a variable was woken but not bound. vsc 2004-09-07 21:08:30 +00:00
  • 040280ea73 fix overflow of attributed variables in copy_term vsc 2004-09-07 20:20:12 +00:00
  • 2068026152 emulation routines for SWI compatibility vsc 2004-09-07 17:10:43 +00:00
  • 6bf9d6cef1 fix bug in unwinding trail at amiops.h vsc 2004-09-07 16:48:04 +00:00
  • 9e0151070f updates vsc 2004-09-07 16:29:16 +00:00
  • 93e5443dee memory management bug fixes vsc 2004-09-07 16:25:22 +00:00
  • 6711d93b9c memory management fixes vsc 2004-09-03 03:11:09 +00:00
  • be83a4a309 jpl stuff vsc 2004-08-27 20:27:56 +00:00
  • 803a4b04eb more small fixes vsc 2004-08-27 20:18:52 +00:00
  • 64b01a75c1 growheap was not checking some compiler instructions source was getting confused in reconsult vsc 2004-08-20 16:16:23 +00:00
  • 0018e82503 Logtalk 2.20.1 files. pmoura 2004-08-19 13:46:40 +00:00
  • 15b122b2c9 more fixes for ! vsc 2004-08-16 21:02:04 +00:00
  • dc6a6f6bd2 Logtalk 2.20.0 files. pmoura 2004-08-16 17:09:27 +00:00
  • f5e660b9a3 Logtalk 2.20.0 files. pmoura 2004-08-16 16:41:11 +00:00
  • 1781ff9420 whole lot of fixes: - memory leak in indexing - memory management in WIN32 now supports holes - extend Yap interface, more support for SWI-Interface - new predicate mktime in system - buffer console I/O in WIN32 vsc 2004-08-11 16:14:55 +00:00
  • 23f85a3453 Logtalk 2.19.1 files. pmoura 2004-08-02 16:54:36 +00:00
  • 3a691e07d5 Logtalk 2.19.1 files. pmoura 2004-08-02 16:08:31 +00:00
  • 2a93a01f1c fix severe bug in indexing of floating point numbers vsc 2004-07-29 18:15:19 +00:00
  • 07686320f5 Missing Logtalk 2.19.0 files. pmoura 2004-07-28 23:17:43 +00:00
  • a5e32cd594 Missing Logtalk 2.19.0 files. pmoura 2004-07-28 23:14:51 +00:00
  • 70e112a311 allow format to continue work if you hacve overflows in memory allocation (should do the same for write). fix recordifnot if it is not the first time we see the term (already in stack). more windows fixes and updates. vsc 2004-07-28 22:09:02 +00:00
  • 281d9b0073 fix cygwin problems: bad tag scheme and broken mmap (use malloc for now) vsc 2004-07-26 16:03:35 +00:00
  • e4b56ab05f fix PROTO problem vsc 2004-07-26 16:02:25 +00:00
  • 2a1fbb6e88 Logtalk 2.19.0 files. pmoura 2004-07-25 18:47:43 +00:00
  • 3801508cdf windows fixes vsc 2004-07-23 21:08:45 +00:00
  • 3868089946 add structure for JPL vsc 2004-07-23 21:08:11 +00:00
  • eee481b877 add main Makefile for CLPBN vsc 2004-07-23 19:10:11 +00:00
  • 7c8001d035 misc fixes vsc 2004-07-23 19:02:09 +00:00
  • 16c1c87c50 fix bad ref count in expand_clauses when copying indexing block vsc 2004-07-23 19:01:14 +00:00
  • 3e0a3fa9f3 fix heap overflow in YAP_LookupAtom vsc 2004-07-23 03:37:17 +00:00
  • d16b7e4ec9 add support for threads to C-interface (first cut, not done yet). vsc 2004-07-22 21:50:53 +00:00
  • 21a3377248 debugger fixes initial support for JPL bad calls to garbage collector and gc debugger fixes vsc 2004-07-22 21:32:23 +00:00
  • fec65e106a fix error message change makefile and configure for clpbn vsc 2004-07-15 17:20:23 +00:00
  • ab1cd9bb60 introduce CLPBN in system vsc 2004-07-15 16:23:44 +00:00
  • 08b9f55f9c start support for java interface bug fixes vsc 2004-07-15 15:47:08 +00:00
  • 33bd3a9385 fix variant and friends vsc 2004-07-12 16:01:21 +00:00
  • 5bff1053b8 Logtalk 2.18.0 release files. pmoura 2004-07-09 00:41:35 +00:00
  • fda1482045 Logtalk 2.18.0 release files. pmoura 2004-07-08 23:48:59 +00:00
  • bb96fe5aea fix format/2 to rely on stream's putc if no ~t is found on string. vsc 2004-07-06 18:24:40 +00:00
  • 1f5f88537e make it compile again on non-linux machines vsc 2004-07-03 03:29:24 +00:00
  • 242083e980 Another debugger debugging fix vsc 2004-07-01 18:56:23 +00:00
  • cff95648c3 fix checker messages vsc 2004-06-29 19:12:01 +00:00
  • f6503f0100 fix multithreaded version include new version of Ricardo's profiler new predicat atomic_concat allow multithreaded-debugging small fixes vsc 2004-06-29 19:04:46 +00:00
  • a7f550d667 New comment-based message style Fix thread support (at least don't deadlock with oneself) small fixes for coroutining predicates force Yap to recover space in arrays of dbrefs use private predicates in debugger. vsc 2004-06-23 17:24:20 +00:00
  • 34ea2e6905 fix array handling of DBRefs vsc 2004-06-18 16:35:18 +00:00
  • 0b40851d2d fix extraneous line in yes/no messages vsc 2004-06-18 15:41:19 +00:00
  • c715e145ef bad bug in indexing code. vsc 2004-06-17 22:07:23 +00:00
  • c68ef42a40 miscellaneous fixes vsc 2004-06-16 14:12:53 +00:00
  • ceaa77c6f5 fix copy_term for attributed variables. vsc 2004-06-16 14:10:20 +00:00
  • 1e50d32aed fix bug in coroutining support vsc 2004-06-16 14:09:34 +00:00
  • b13320c82e Logtalk 2.17.2 files. pmoura 2004-06-13 18:12:40 +00:00