From 2acb28ae0cf33c36678c10013520574e7b966e6c Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Tue, 31 Jan 2006 19:31:31 +0000 Subject: [PATCH] Solaris/x86 support --- CHANGES.html | 8 ++++ Makefile | 1 + contrib/random-tester/random-tester.factor | 2 +- library/alien/aliens.factor | 4 +- library/bootstrap/boot-stage2.factor | 6 +-- library/collections/sequences-epilogue.factor | 4 -- library/kernel.facts | 2 +- library/unix/load.factor | 13 +------ library/unix/syscalls-freebsd.factor | 8 +++- library/unix/syscalls-linux.factor | 4 ++ library/unix/syscalls-macosx.factor | 4 ++ library/unix/syscalls-solaris.factor | 39 +++++++++++++++++++ library/unix/syscalls.factor | 4 -- native/platform.h | 2 + 14 files changed, 72 insertions(+), 29 deletions(-) create mode 100644 library/unix/syscalls-solaris.factor diff --git a/CHANGES.html b/CHANGES.html index 8c6cecdb36..d035a16a45 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -4,6 +4,14 @@ Factor change log +

Factor 0.81:

+ + +

Factor 0.80: