Commit Graph

  • 3e6060a84f use ~d to write time spent consulting replace write/2 and write/1 by direct accesses to low-level routines vsc 2001-07-12 12:50:58 +00:00
  • 0995041a7e deheisenberg statistics/0 (that is, statistics/0 should not spend space). vsc 2001-07-12 12:47:57 +00:00
  • e1e54337b3 add test for defective fflush(NULL) stasinos 2001-07-11 07:10:17 +00:00
  • f814149df1 fix entry for exec/3. vsc 2001-07-10 20:04:42 +00:00
  • db588d7b15 had forgotten getrand/3. vsc 2001-07-10 20:04:10 +00:00
  • 3a752aca82 a CELL is not printable as %d in 64bit machines stasinos 2001-07-06 13:15:16 +00:00
  • 6e241c6c8b new statistics. better precision when writing floats. use_module should check file modificiation time. vsc 2001-07-05 20:23:21 +00:00
  • 27526bcb0d improve support for cross-compilation with simplesimscalar vsc 2001-07-05 16:14:15 +00:00
  • 1578e68ec3 fix bugs in tabling uid49918 2001-07-04 16:48:54 +00:00
  • de8cbd046c fix coroutining and goal expansion uid49918 2001-07-04 16:45:42 +00:00
  • 45aacf6ad6 BSD install installs only one file per invokation stasinos 2001-07-03 11:19:15 +00:00
  • 3de3c1b7d2 improve system library. vsc 2001-06-29 19:30:25 +00:00
  • 54185708f9 fix documentation for system library vsc 2001-06-29 12:45:54 +00:00
  • 78129e932f fix bug in instruction compression->glist_val <> get_list+unify_local vsc 2001-06-29 12:45:18 +00:00
  • a18e3790d0 make sure I restore H and TR before I do SetDBForThrow vsc 2001-06-27 17:24:27 +00:00
  • 1d5e4c4956 save H for alpha. vsc 2001-06-27 17:12:44 +00:00
  • 22211cb453 fix abort in Alpha vsc 2001-06-27 15:46:26 +00:00
  • fa40e9e92f in Abort: don't check args for empty string vsc 2001-06-27 15:36:38 +00:00
  • a781bf6557 Fix MAX_ABS_INT vsc 2001-06-27 15:14:02 +00:00
  • b076d42858 Fix IntInBnd and MAX_ABS_INT for 64 bit machines vsc 2001-06-27 15:00:10 +00:00
  • efd998524f More interrupt handling cleanups! vsc 2001-06-27 13:22:30 +00:00
  • 362bf807a4 order .c files vsc 2001-06-27 12:46:56 +00:00
  • 42204357ec Fix c-stack overflow for very deep nested terms. vsc 2001-06-27 12:46:35 +00:00
  • 4bffd2262a fixes the HP cc MkIntegerTerm bug and brings the code inline with the C-Interface documentation stasinos 2001-06-26 09:40:34 +00:00
  • 4c75fbc022 don't need to throw catch. vsc 2001-06-22 20:26:55 +00:00
  • bf661fcdd6 get rid of has_tabling vsc 2001-06-22 19:50:26 +00:00
  • b4a30d2cd4 extra improvements in configure scripts vsc 2001-06-22 19:44:26 +00:00
  • 04fc8d24b4 get the libraries right for mingw32/cygwin. vsc 2001-06-22 18:11:45 +00:00
  • f22f7434c7 fixes to?\012handle interrupts ^C in Windows. Improvements to configure scripts for WIN32 configurations. --with-readline= option for configure vsc 2001-06-22 17:53:36 +00:00
  • c3e7f600d5 Yap would get order of variables in terms wrong. vsc 2001-06-19 17:51:07 +00:00
  • 157bce4a13 fix duplicated title (Paulo Moura) fix info on term ordering to respect ISO standard. vsc 2001-06-19 17:47:45 +00:00
  • 5a39daa400 In ISO term order, floats are always less than integers. vsc 2001-06-19 17:34:27 +00:00
  • 7d50fd267d parser should parse +inf,-inf,+nan,-nan as floating point numbers write should write inf as +inf and nan as +nan vsc 2001-06-19 16:31:59 +00:00
  • 54e9dc271d fix == at top-level vsc 2001-06-18 18:33:20 +00:00
  • 792d836ee6 cleanup error messages in functor/3 vsc 2001-06-18 18:31:19 +00:00
  • d9edb0d992 fix HBREG mess vsc 2001-06-18 18:24:00 +00:00
  • e56a11ce3c fix debugging messages and bad comparison vsc 2001-06-18 18:23:14 +00:00
  • c6e0d82d0b fixed inconsistency between between the two declarations of TracePutchar() stasinos 2001-06-13 17:52:33 +00:00
  • 93f9f77df8 fix a declaration-definition inconsistency in YapCloseAllOpenStreams() and an unreachable code bug in YapOpenStream() stasinos 2001-06-13 17:18:38 +00:00
  • c9c8aeb3cc Improve readline code: don't flush if we change output stream; use readline from interrupt handler. vsc 2001-06-12 17:25:28 +00:00
  • 474be299f4 always send debugging messages to stderr. vsc 2001-06-12 16:31:09 +00:00
  • db42697120 bug in abolish vsc 2001-06-12 16:15:58 +00:00
  • 8148b93679 a few typos corrected stasinos 2001-06-12 14:07:59 +00:00
  • 12db2be4aa fix '$abolish_all' vsc 2001-06-11 20:23:57 +00:00
  • 90c92979c6 change library(random) to use O'Keefe code. vsc 2001-06-11 20:20:36 +00:00
  • 96ae69e8d6 missing break in ~n option for format. vsc 2001-06-11 18:42:11 +00:00
  • 61c322b9fa fix && instead of & vsc 2001-06-11 17:47:02 +00:00
  • 0164f32c36 support recent readlines. vsc 2001-06-11 17:40:16 +00:00
  • a0debea045 get rid of pesky debugging message vsc 2001-06-11 15:15:17 +00:00
  • 55aa368d05 support for configure 2.5 recover memory in catch/throw. vsc 2001-06-11 15:12:07 +00:00
  • 6e2ccc4cf4 fix big ints in gc recount trail pointers that were reset in the previous step vsc 2001-06-11 15:09:36 +00:00
  • e8b19c99c1 Partial update of tabling/SBA code to new timestamp vsc 2001-06-08 20:23:38 +00:00
  • 43d4b911d0 TRAIL_REF changed to TRAIL_LINK vsc 2001-06-08 20:21:59 +00:00
  • 136a4d4a67 fix divide by zero error on debugging message if trail was empty vsc 2001-06-08 19:33:16 +00:00
  • 835f315727 access_array_element is unsafe vsc 2001-06-08 19:22:35 +00:00
  • 97d882c1a7 use arrays to implement catch and throw instead of record cleanup queues at top-level and at catch-throw. vsc 2001-06-08 19:10:43 +00:00
  • 08ebcf94be * the previous typo correction seemed to be reversed, so... lfcastro 2001-06-08 18:21:35 +00:00
  • 6cc04e235b * fixed a typo in PutAtt (timestmp -> timestamp) lfcastro 2001-06-08 18:16:07 +00:00
  • 1264a7f828 * configured to use syncmail to send mail notification of commits to yap-commits@lists.sourceforge.net lfcastro 2001-06-08 18:10:32 +00:00
  • 150a628b0e * first inclusion lfcastro 2001-06-08 18:02:13 +00:00
  • 95a113aac9 trail_ref cleanup vsc 2001-06-08 14:52:54 +00:00
  • be02a4f6ab get rid of unnecessary casts vsc 2001-06-08 13:39:07 +00:00
  • 3206e6ca22 remove unnecessary casts vsc 2001-06-08 13:38:42 +00:00
  • bced653577 fix for ~NN vsc 2001-06-08 13:38:07 +00:00
  • 68820cc370 sys changes vsc 2001-06-07 17:54:29 +00:00
  • f733ea5bdb ! in call((a(X),!)) would not cut a(X) vsc 2001-06-07 16:58:06 +00:00
  • 2a1e82975a fix missing system and missing \ vsc 2001-06-07 16:57:23 +00:00
  • f31bd95ada purge non-source files vsc 2001-06-06 20:21:16 +00:00
  • 2a94b16a8c initial revision vsc 2001-06-06 20:11:34 +00:00
  • fd048651b6 Logtalk files vsc 2001-06-06 20:07:01 +00:00
  • 8082de6375 Stasinos changes vsc 2001-06-06 20:01:35 +00:00
  • cc4531cd1e Include Paulo Moura's Logtalk OO LP system vsc 2001-06-06 19:40:57 +00:00
  • 38247e38fc cleanup of CLPQR and CHR; simplification of module handling; new timestamp implementation vsc 2001-06-06 19:10:51 +00:00
  • 9facb55dcb fixed unprotected argument in MkLongIntTerm macro stasinos 2001-06-06 10:38:10 +00:00
  • c63a46bf2a assorted changes vsc 2001-05-30 17:04:07 +00:00
  • 942f20ad24 format changes from Paulo Moura vsc 2001-05-30 14:55:12 +00:00
  • 769ea0cfcc fix extra backtracking in consult and friends. vsc 2001-05-29 17:15:18 +00:00
  • 130e2b8bd1 fix singleton warning. vsc 2001-05-29 15:10:43 +00:00
  • 8c907c498d fix S_ISREG and S_ISDIR for Unix machines vsc 2001-05-29 14:39:22 +00:00
  • 82438c1d6f fixes in modules system support for WIN32 (first try). small fixes. vsc 2001-05-28 19:54:53 +00:00
  • 27e367f0a5 fix X is ceiling(E). vsc 2001-05-25 20:08:38 +00:00
  • a47ba033b2 $stream as a single argument. vsc 2001-05-24 18:02:01 +00:00
  • 593f7ee64f small bug fixes and documentation for extra C-functions. vsc 2001-05-24 15:26:41 +00:00
  • bc16c57f0a fix singleton variables vsc 2001-05-22 20:56:43 +00:00
  • c0ef937614 fix datime/1, system/2 and declaration for p_stream. vsc 2001-05-22 20:41:52 +00:00
  • 59fdfadfa9 new $stream(T) checks if a term is a stream, so that I don't have an excuse to call current_stream(_,_,S) with S something not a stream. vsc 2001-05-22 16:14:30 +00:00
  • 5c0d82b07d fix debugging flags vsc 2001-05-22 12:37:23 +00:00
  • ca950e94b9 forgot an item vsc 2001-05-21 20:17:20 +00:00
  • cc692eb415 library(system). vsc 2001-05-21 20:08:10 +00:00
  • cb3b0a6714 logtalk vsc 2001-05-21 20:03:51 +00:00
  • 8dcee4415b library(system) plus several new support builtins much improved garbage collector improvements to compiler yaptab compiles again vsc 2001-05-21 20:00:05 +00:00
  • e5498326b2 initial version pmoura 2001-05-21 18:39:55 +00:00
  • e1c4793105 Initial version pmoura 2001-05-21 18:32:31 +00:00
  • 3cde0b23bb fixes to compilation of functor and ASP calculation for gc. vsc 2001-05-08 20:39:01 +00:00
  • bac5432950 garbage collecting fixes compile trues at the end of body fix call_residue/2 so that constraints cannot escape (yet again). vsc 2001-05-07 19:56:02 +00:00
  • 04f75a9662 * testing cvs lfcastro 2001-05-07 19:09:54 +00:00
  • e98f8d7106 make gc work outside debugging vsc 2001-05-07 14:01:09 +00:00
  • 581fce5ee1 list of things to do do vsc 2001-05-07 13:54:18 +00:00
  • 171b6043a5 port to OS/X fix shunting trail entries. vsc 2001-05-07 13:53:19 +00:00
  • 3e0d96844f get alloc.c right for AUX. vsc 2001-05-03 18:48:06 +00:00