Commit Graph

110 Commits

Author SHA1 Message Date
Vitor Santos Costa b5205f1193 droid 2019-04-03 15:46:47 +01:00
Vitor Santos Costa c04298c1d7 r + lbfhs 2019-04-03 15:04:24 +01:00
Vitor Santos Costa 76cfa609c2 listing 2018-11-04 10:55:58 +00:00
Vítor Santos Costa 6095fe6e00 error_handling 2018-04-18 15:13:11 +01:00
Vitor Santos Costa c33a0d72db booting 2018-03-14 00:41:05 +00:00
Vitor Santos Costa f3f524960c fixes 2018-01-27 10:17:27 +00:00
Vitor Santos Costa fdf7bb516f fix 2018-01-19 14:38:26 +00:00
Vitor Santos Costa 4c25aa21c5 boot 2018-01-18 14:47:27 +00:00
Vitor Santos Costa 645b2c7d93 boot 2017-12-05 15:14:57 +00:00
Vitor Santos Costa 1e379e7635 Merge branch 'master' of https://github.com/vscosta/yap-6.3
Conflicts:
	C/c_interface.c
	C/exec.c
2016-12-19 18:28:43 -06:00
Vitor Santos Costa f0740e1b8f Embedded 2016-12-16 02:54:54 -06:00
Vitor Santos Costa 9f16487d0c indenting 2016-12-10 01:05:17 -06:00
Vitor Santos Costa be313a5b49 fixes 2016-07-31 10:21:45 -05: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 443fe5af18 warning 2016-04-22 18:27:44 +01:00
Vitor Santos Costa 96f03e26e8 fix WIN stuff 2016-04-18 16:41:30 +01:00
Vitor Santos Costa 786cfb71ad python 2016-04-12 16:22:53 +01:00
vscosta abe5953da7 boot from prolog 2016-04-05 02:24:09 +01:00
Vítor Santos Costa b9eb327d86 fix fixes (lots of white space, somehow. 2016-02-29 03:13:23 +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 1c06bfdc05 cmake & text support 2015-06-19 01:30:13 +01:00
Vítor Santos Costa 90feb7f9f8 cmake support 2014-12-14 12:05:43 +00:00
Vítor Santos Costa 3e255ec4a1 qload 2014-09-22 18:13:35 +01:00
Vítor Santos Costa 53a49bb3c3 call ypp from the console 2014-09-08 17:16:00 -05:00
Vitor Santos Costa aba5f3d88b handle locking more carefully (especially protect gc and stack shifting). 2014-04-23 22:41:12 +01:00
David Vaz 3cad9c37b1 removed unnecessary cut_c macros (always on) 2014-02-11 07:15:39 -08:00
Vítor Santos Costa d18c67aa2a try to reset stack 2013-02-08 10:35:40 -06:00
Vitor Santos Costa 637f5420aa get rid of debugger message. 2012-06-22 14:32:06 +01:00
Vitor Santos Costa a9d1bd788e improve SWI console 2012-06-22 03:56:01 -05:00
U-WIN-UA9ACS5GS9N\vitor 19807d46f7 WIN32 and CYGWIN fixes. 2012-04-18 14:14:56 -05:00
Vítor Santos Costa 3cb9ca11ca include ieeefp.h in yap.c 2012-03-27 14:20:34 +01:00
Joao 971ad94311 moved several global variables to misc/GLOBALS 2011-05-25 16:40:36 +01:00
Joao 8170f6d3cb Some global variables(Yap_thread_gl) in C/init.c are now declared in misc/LOCALS 2011-05-23 16:19:47 +01:00
Joao c27f79eeb1 fix YapOr threads. 2011-04-29 14:59:17 +01:00
Joao 662658986a chnage define ACOW to YAPOR_COW 2011-03-30 16:39:09 +01:00
Joao 3e148c3541 change define SBA to YAPOR_SBA 2011-03-30 15:32:59 +01:00
Joao 810c96416b change define ENV_COPY to YAPOR_COPY 2011-03-30 14:35:10 +01:00
Vítor Santos Costa 89280493d0 fix restopring from gfull saved states. 2010-11-26 18:02:44 +00:00
Vítor Santos Costa c2866011ca allow -F to be ignored. 2010-06-17 00:34:57 +01:00
Vítor Santos Costa II e605da8685 dump should dump to stdout, not stderr (that's where SWI dumps, and that's where
scripts expect it).
2010-04-13 00:30:15 +01:00
Vítor Santos Costa II 51c6ac37d9 fix documentation of SWI compatible memory allocation flags. 2010-04-12 17:22:03 +01:00
Vitor Santos Costa 484af95732 boot file is now in c-interface. 2010-01-26 23:24:15 +00:00
Vitor Santos Costa b112574dc5 booting should not be console controlled. 2010-01-26 12:20:46 +00:00
Vitor Santos Costa 13be09aaef get rid of debugging message. 2009-12-16 18:33:28 -02:00
Vitor Santos Costa 4c8eb33e06 we had args already (no need for argv0)
improve error handling in YAP_ReadBuffer
2009-10-26 10:42:19 +00:00
Vitor Santos Costa 96da71b514 fix console.c to also add / (obs from Paulo Moura). 2009-10-23 23:54:24 +01:00
Vitor Santos Costa 0ea348c26d extend SWI interface with PL_toplevel and to handle C++ code.
prolog/0 built-in
fixes to parms.h changes.
2009-10-23 16:50:43 +01:00
Vitor Santos Costa 0179998d60 change Heap.h to YapHeap.h
rename $live to prolog/0 (for SWI compatibility).
2009-10-23 14:22:17 +01:00
Vitor Santos Costa 253444d7ca support parms.h
pass argv[0]
2009-10-23 09:09:16 +01:00
Costa Vitor 2689d69e92 -f could try to parse empty string... #124 2009-06-08 20:23:55 -05:00