summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorforsyth <forsyth@vitanuova.com>2011-12-14 21:24:53 +0000
committerforsyth <forsyth@vitanuova.com>2011-12-14 21:24:53 +0000
commit1eacf117f57c983da30e88f232fab9db7b1e300d (patch)
tree0bf5ac6b2ed6ea50f87f490fbfce87d1269b1a76 /CHANGES
parent4d5741c99d03109e40fcb809811368ccd4aa911b (diff)
20111214-0924
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d6761e7d..dc4115a8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+20111214
+ change Linux port to use pthreads instead of clone directly
+ emu/Linux: rename os.c to os-clone.c; rename osp.c to os.c
+ emu/Linux/mkfile: remove -lrt, add kproc-pthreads.$O
+ Linux/*/include: define USE_PTHREADS
+ Linux/386/include/emu.h: increase KSTACK to 32k for Linux gethost* functions
20111003
libinterp/heap.c:/^dtype discount size of map [issue 258]
20110820